How I Format Tags
August 3rd, 2025
root
|- artistName
|- anotherName
|- anotherAnotherName
|  |- YEAR-albumName
|  |- YEAR-anotherAlbum
|  |  |- 1-01-trackName.flac
|  |  |- 1-02-trackName.flac
|  |  |- 1-03-trackName.flac
|  |  |- 1-04-trackName.flac
|  |  |- 1-05-trackName.flac
|  |  |- 1-06-trackName.flac
|  |  |- 1-07-trackName.flac
|  |  |- 1-08-trackName.flac
|  |  |- cover.png
|  |- YEAR-theThirdAlbum
|- newArist
            

All of my music files follow camelCase capitalization. Which is really pretentious but there's a "good" reason!! It makes URLs look reaaally nice.

https://music.example.com/artistName/2025-albumTitle/1-06-trackTitle.mp3
is a fair bit nicer than
https://music.example.com/Artist%20Name/2025%20Album%20Title/1-06%20Track%20Title.mp3
And that doesn't even include other unicode like apostrophes. Another benefit is that you can type the URLs from memory a lot easier.

You can click to copy the string I use to format the titles here...

$if(%discnumber%,%discnumber%-,)$num(%track%,2)-$regexp($replace($lower($left(%title%,1))$cutleft($caps2(%title%),1), ,),\W,)


hii ill fix this later im too bored