User:ArchimedesTrajano

From MusicBrainz Wiki
(Redirected from ArchimedesTrajano)
Jump to navigationJump to search

Runs his own blog on http://www.trajano.net/

Also a user in Wikipedia

Uses the following Picard file naming string. Generally because he has a lot of JPop songs, but likes the J name to be displayed but can't find them on the file system. Hence why he uses the sort names for the artist.

He uses this for single artists

$if2(%albumartistsort%,%albumartist%,%artistsort%,%artist%)/$if($ne(%album%,[non-album tracks]),$replace(%album%,: , - )/)$num(%tracknumber%,2) - %artist% - %title%

He uses this for multiple artists so Various Artists are broken down further (mostly because he has a lot of soundtracks and they end up as Various Artist for the album artist).

$if($eq(%albumartist%,Various Artists),Various Artists/$upper($left(%album%,1)),$if2(%albumartistsort%,%albumartist%,%artistsort%,%artist%))/$if($ne(%album%,[non-album tracks]),$replace(%album%,: , - )/)$num(%tracknumber%,2) - %artist% - %title%