Scripts to use for editing multiple simfiles at once. Only tested on Win10.
You need Python in order to execute a script.
You can download it here, make sure you have at least version 3.8.0.
Then you can execute the scripts by opening them with python.exe
.
#1 label_mv.py
- Adds "[MV]" to all chart titles that have a background video.
- Removes "[MV]" from all chart titles that do not have a background video.
Select the any folder that has simfiles. It can be a single simfile folder, a collection or the entire Stepmania Songs
folder:
Click on Select Folder
, and the script will start running immediatly.
Click on Cancel
to abort the script.
A successful run could look something like this:
Only chart files with the file extension .sm
and .ssc
are searched for and possibly edited.
If any file with the file extension .avi
, .mpeg
, .mpg
or .mp4
(case-insensitive) is found in the same folder as the chart file, it is assumed that the simfile has a background video.
All problems listed here can occur for each found simfile. The affected simfile is then skipped, and the process continues.
No title found in file {simfilePath}
Pretty self-explanatory I believe, just give your title in your chart a value.Could not open {simfile.name} (change encoding to utf-8!)
You can find that file and change the encoding to UTF8 to fix this issue.
Here's an example of how to do it with the Win10 editor (on the bottom right you can see what encoding the file is currently in):
Since I only had a few files that were encoded this way I just fixed them manually. If you happen to get this error for too many files to change manually then this script is unfortunately not for you.
...unless you can add some code to deal with this and send me a pull request ;)