https://github.com/rukai/smashmusic
Reads state from dolphin-emu to play user defined music for each stage in SSBM.
https://github.com/rukai/smashmusic
Last synced: 3 months ago
JSON representation
Reads state from dolphin-emu to play user defined music for each stage in SSBM.
- Host: GitHub
- URL: https://github.com/rukai/smashmusic
- Owner: rukai
- License: gpl-3.0
- Created: 2016-01-20T15:06:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T11:12:57.000Z (over 9 years ago)
- Last Synced: 2025-03-14T20:20:06.400Z (3 months ago)
- Language: Python
- Size: 71.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Smash Music
(Working Title)
Reads state from dolphin-emu to play user defined music for each stage in SSBM.
## Instructions
1. Run `./run.py`
2. Then populate the .m3u playlist files with the paths to your music for each stage. A .m3u editor is highly recommended.
3. Launch SSBM (NTSC) in the latest dolphin## Requirements
* Python 3
* VLC media playerOnly Linux is supported at the moment, other platforms are planned.