User:HumHumXX: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
Line 33: Line 33:
# un -> 1. cover art - none; 2. "no release" on
# un -> 1. cover art - none; 2. "no release" on
# kn -> 1. cover art - save separately, overwrite; "front"; CAA: front only; 2. "no release" off
# kn -> 1. cover art - save separately, overwrite; "front"; CAA: front only; 2. "no release" off
# move: front.* *.log
# move: front.* *.log *.cue


# $odd songs I/II: 1. $lower(%artist% - %title%); 2. uncheck "save tags"; 3. cover art - none
# $odd songs I/II: 1. $lower(%artist% - %title%); 2. uncheck "save tags"; 3. cover art - none

Revision as of 09:29, 27 May 2013

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.

- http://wiki.musicbrainz.org/Series/Bach_Complete_Brilliant

- http://wiki.musicbrainz.org/Series/Mozart_Complete_Brilliant

Also: http://wiki.musicbrainz.org/User:HumHumXX/Bach_on_TELDEC

(http://wiki.musicbrainz.org/Series/Bach_Hänssler)

MB Picard

# un -> 1. cover art - none; 2. "no release" on
# kn -> 1. cover art - save separately, overwrite; "front"; CAA: front only; 2. "no release" off
# move: front.* *.log *.cue

# $odd songs I/II: 1. $lower(%artist% - %title%); 2. uncheck "save tags"; 3. cover art - none

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%
)
)

Scripting

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