Simple music player, plays music with gsstreamer. (And I dont like ituning)
- run from cli, either provide a Music directory, or a playlist file which has paths separated by new lines
python2.7 main.py --dir ~/List ~/Of ~/Dirs
, orpython main.py --playlist ~/playlist_file
- having done that once, you can just run the main.py without any cli args
- I added an installer script to make an executable I guess, run
./installer
and check thedist/
folder
- Install
gstreamer
,gst-plugins-base
,gst-plugins-good
,gst-plugins-bad
,gst-plugins-ugly
,gst-ffmpeg
orgst-libav
- Have pip and shit
- run
pip install -r requirements.txt
j
for next in playlistk
for previous in playlistspace
to toggle play and pauseesc
to exit app
- Add a music list to click and play