A speedy CLI music player
riffdemo.mp4
Install headers
apt install libsdl2-mixer-2.0-0 libsdl2-mixer-dev libmpg123-dev libsndfile1-dev libncurses-dev g++
or
pacman -S sdl2_mixer mpg123 libsndfile
Clone the repository, compile, and run riff
git clone https://github.com/CarbonLollipop/riff.git
cd riff
make
make install # optional, copies riff to /usr/local/bin/
./riff <song/directory of songs>
Good luck
- Pausing
- Skipping
- Playlists
- Volume Controls
- Time Elapsed and Duration
- Progress Bar
- Seeking
- Reading Audio Metadata
- Lyrics (???)