Skip to content

CarbonLollipop/riff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

riff 🎶

A speedy CLI music player

riffdemo.mp4

Compile It

GNU/Linux

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>

Windows

Good luck

Current Features

  • Pausing
  • Skipping
  • Playlists
  • Volume Controls
  • Time Elapsed and Duration
  • Progress Bar
  • Seeking

Planned Features

  • Reading Audio Metadata
  • Lyrics (???)

About

CLI music player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published