Skip to content

Timestamp Utils v1.0.1

Choose a tag to compare

@bookdude13 bookdude13 released this 21 Feb 23:50
· 54 commits to main since this release

Various utilities for fixing timestamps on PC. I have not tested on Mac/Linux, but the default file locations should be platform-specific. See the README for specifying a custom/different Synth location (i.e. different drive)

SRTimestampFixer - Uses a local mapping of song hash -> date modified to fix file timestamps. The mapping file should be up to date with where the Z site ended.

NOTE: Make sure the sr_timestamp_mapping.json file is in the same directory as SRTimestampFixer when running it! (it should be there by default)

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.

SRTimestampFileGen - Can be used to generate the hash -> date file used with SRTimestampFixer. I don't think this'll be necessary since I now have an updated metadata file, but will post here for posterity anyways :)

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

Happy Synthing!