Requirements:- Python 2 (will port to Python 3 soon!)- Pygame module for Python 2 (http://pygame.org)- (needed for GUI) AppJar (appjar.info)Features:- Pause/Play- Skipping- Basic GUI (indev)- Command-line interface (non-daemon)- Debug modeHow to Use:1. Clone the Github repo (https://github.com/creepersbane/python-player/)2. Create a folder called "Music" in the same directory as the script.3. Place all the files you wish to hear in the folder4. Run "player.py"
Details
TODO:
- Daemon mode
- Port to Python 3
- Scrap AppJar and use the Pygame GUI
- Make "stop" option actually stop the script (help needed)