Skip to content

Instantly share code, notes, and snippets.

View mossspence's full-sized avatar

Mark Spence mossspence

  • Toronto, Ontario, Canada
View GitHub Profile
@mossspence
mossspence / JSON.mte
Last active October 23, 2023 10:01 — forked from jmorenoamor/JSON.mte
MP3Tag export script for generating a JSON, updated for my usage and JSONLint validation
$filename(json,utf-8){$loop(%_filename_ext%)$puts(CountMax,%_counter%)$loopend()
"numSongs": $get(CountMax),
"songs": '['
$loop(%_filename_ext%) {
"title": "%title%",
"album": "%album%",
"artist": "%artist%",
"album_artist": "%albumartist%",
"composer": "$meta(composer,1)",
"publisher": "%publisher%",