Skip to content

Initial Release

Choose a tag to compare

@bookdude13 bookdude13 released this 21 Feb 21:43
· 57 commits to main since this release

Various utilities for fixing timestamps on PC.

SRTimestampFixerFakeTimes - Uses the map's id to set a fake timestamp on the file. Provides sorting for all files, although the song order might be slightly skewed if the custom was created early (getting a smaller id), then published much later.

SRTimestampFixer - Uses a local mapping of song hash -> date modified to fix file timestamps. The mapping file isn't fully up to date as of this release, but it's close.

NOTE You'll need to download the sr_timestamp_mapping.json file as well and have it in the same directory as SRTimestampFixer when running it!

SRTimestampFileGen - Can be used to generate the hash -> date file used with SRTimestampFixer. If you happen to have all customs locally with accurate timestamps already, please run this and lmk / send me the resulting file, and I can update SRTimestampFixer!

(and fwiw, I'm planning to add this functionality to SRQuestDownloader, stay tuned ;) )

Happy Synthing!