A windows only (for now), python based cli for navigating a music directory. Supports a variety of commands to seek/skip through songs, and features a simple queuing system.
Supports Python 3.4
Install with python setup.py install and then python -m player to start!
You will be prompted to give cmdplayer the location of the topmost music directory. This can be changed on startup, if necessary.
###Dumb Python Player
cd [dir]to change directorieslsto list directoriesplay [song]to play the specified song
###Playlist Operations
addalladds all songs in the current directory to your playlistshowallprints the songs in your playlistclearclears the playlistadd [song]adds the specified song to your playlistrepeattoggles re-adding any song that finishes playing to the end of the playlist
###Song Operations
-
pauseto pause the current song -
resumeresumes a paused song -
skipto skip to the next song in the playlist -
stopstops execution and clears the playlist -
showdisplays information about the current playing song -
exitto exit