User:HumHumXX

From MusicBrainz Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Also: MusicBrainz | MusicBrainz Forums | Last.fm

Do: Mend record player, clean all records, re-add collection, then watch it. Moan, whine, bitch and complain during every stage of the process.

MB db

Voting

Open edits merging ...

Open edits that seem to be controversial

Open edits removing anything but PUIDs

Editing

Currently doing a superficially exhaustive clean-up of the "Brilliant Classics" label.

MB Picard

File naming

$lower($if2(%albumartist%,%artist%)/
$if($eq(%album%,[non-album tracks])
,%album%/%artist% - %title%
,$if($eq(%releasestatus%,bootleg)
,\$unoff/[$if2(%releasetype%,--); $if2(%originaldate%,--)] %album% $if($or(%media%,%date%),[$if2(%media%,--)\, $if2($left(%date%,4),--)])/$if(%totaldiscs%,$num(%discnumber%,2)-,)$num(%tracknumber%,2). %artist% - %title%
,[$if2(%releasetype%,--); $if2(%originaldate%,--)] %album% $if($or(%media%,%date%),[$if2(%media%,--)\, $if2($left(%date%,4),--)])/$if(%totaldiscs%,$num(%discnumber%,2)-,)$num(%tracknumber%,2). %artist% - %title%
)
)
)

How do I avoid the repetitive last two lines of code? "\$unoff/" in the second-to-last line puts bootlegs in a subfolder, the rest is identical to other types of releases that are dealt with in the last line.

Scripting

$if($eq(%totaldiscs%,1),$unset(totaldiscs) $unset(discnumber))
$set(originaldate,$left(%originaldate%,4))