index
:
somafm.rs
main
spinner-mpsc
A Rust-based command line player for SomaFM radio
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-06-04
Remove channel title
spinner-mpsc
Yuval Adam
2024-06-04
Use unbounded mpsc channel
Yuval Adam
2024-06-04
Initial spinner mpsc
Yuval Adam
2024-06-04
Merge pull request #4 from yuvadm/icy-filter
v0.5.0
Yuval Adam
2024-06-04
Use published icy-metadata crate
Yuval Adam
2024-06-03
Bump to v0.5.0 and cleanup output for now
Yuval Adam
2024-06-03
Icy-metadata basic stuff works
Yuval Adam
2024-05-31
Remove empty mpv.rs
Yuval Adam
2024-05-31
Bump version to v0.4.0
v0.4.0
Yuval Adam
2024-05-31
Extract get_playlist()
Yuval Adam
2024-05-31
Update README
Yuval Adam
2024-05-31
Finalize rodio backend implementation
Yuval Adam
2024-05-31
Hard coded stream url works
Yuval Adam
2024-05-31
Alternative impl not good
Yuval Adam
2024-05-31
Initial attempt doesn't work
Yuval Adam
2024-05-31
Add multiple backend support
Yuval Adam
2024-05-31
Play stream from mpv with spinner
Yuval Adam
2024-05-31
Add missing description field
Yuval Adam
2024-05-31
Prepare metadata for first publish
Yuval Adam
2024-05-31
Cleanup post selection output
Yuval Adam
2024-05-31
Stop spinner with newline
Yuval Adam
2024-05-31
Add inquire select menu
Yuval Adam
2024-05-31
Use spinners for loading
Yuval Adam
2024-05-31
Properly deserialize channels vec
Yuval Adam
2024-05-31
Basic somafm channels json parse
Yuval Adam
2024-05-30
Initial somafm project files
Yuval Adam