Skip to content

Caerind/MusicPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Command Based Music Player using SFML

You need :

  • g++ with C++11
  • SFML 2 (or newer)

Installation :

  • bash Install.sh

Warning :

  • Due to the SFML, it doesn't support .mp3 !

Usage :

Add a song in your song list :

  • sudo musicplayer add yourfilename

Add all .ogg & .wav files in a folder to your song list :

  • sudo musicplayer add folder yourfoldername

Play a random song in your song list :

  • sudo musicplayer play

Play a song :

  • sudo musicplayer play yourfilename

Stop all songs :

  • sudo musicplayer stop

See all the commands :

  • musicplayer help

About

Simple Command Based Music Player using SFML (I use for my Rpi)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors