added dropdown for replacing a specific song

This commit is contained in:
Timothy GFO 2023-11-18 00:09:13 -04:00
parent d12b64ca73
commit b41f31ac7c
2 changed files with 76 additions and 20 deletions

View file

@ -23,11 +23,12 @@ To use it just launch the executable file (if available for your os) or type "py
If you have any issues, which is probable, make a gitlab issue. There may be bugs.
## Roadmap
* Add requirements.txt
* switch to using a config file (or database) for keeping track of which tracks have been changed, that way only having one original_music folder and being able to *show* the user which song you used to replace which file.
* add selective mute, so that you mute every music except the boss music, or every song except menu music or both.
* figure out the best way to add a setting for changing each of the level editor songs, menu music, or a specific level song. Maybe an extra popup window or a check box for "replace every one" "menu" and "levelBuild"
* add a way to change boss music separate from level music and menu music
* add a way to show the available nsf files in the selected folder, like a playlist.
* add a settings file for the last folder chosen, so if there is a path try to use that so that you don't have to choose it manually
* Instead of duplicating a single file a lot of times, maybe I'll implement symlink support.
* add autoupdater??