From 547ed3e380bd809eb9ad04e995498a873c1c7afa Mon Sep 17 00:00:00 2001 From: Timothy GFO Date: Sat, 18 Nov 2023 17:12:21 -0400 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ad539ba..b0202d8 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,10 @@ 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 check so pressing replace_song twice in a row doesn't replace the original song * stop using os.path in favour of pathlib * 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" +* figure out the best way to add a setting for changing each of the level editor songs, menu music. 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. * Instead of duplicating a single file a lot of times, maybe I'll implement symlink support.