Terminal Music Player written in Rust

Nowadays listen to favorite songs are not easy. For online services, the copyrights are owned by several different softwares and websites. Local player becomes the best choice.

As a contributor of GOMU(https://github.com/issadarkthing/gomu), I met serious problems during development. The main problem is data race condition. So I basically rewrite the player in rust, and hope to solve the problem.

As for now, mp3, m4a and flac are supported.

main tageditor

Requirement:

Need gstreamer and related plugins installed to play musics. Please check below: gstreamer gstreamer-plugins-base(gst-plugins-base) gstreamer-plugins-good(gst-plugins-good) gstreamer-plugins-bad(gst-plugins-bad) gstreamer-plugins-ugly(gst-plugins-ugly) Optionally you need youtube-dl installed to download mp3 from youtube.

Installation:

cargo install termusic Or install manually: git clone https://github.com/tramhao/termusic.git cd termusic make make install ~/.local/share/cargo/bin/termusic

ChangeLog

[v0.3.9]

[v0.3.8]

[v0.3.7]

[v0.3.6]

[v0.3.5]

[v0.3.4]

[v0.3.3]

Implemented features(changelog before v0.3.3):

Thanks for

License

GPLv3 for netease api code under src/lyric/netease. MIT License for other code.