User:HumHumXX: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
Line 29: Line 29:


== MB Picard ==
== MB Picard ==

<pre>
# 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 *.txt

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


=== File naming ===
=== File naming ===
Line 44: Line 52:
</pre>
</pre>


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.
How can 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. Thx.


=== Scripting ===
=== Scripting ===

Revision as of 22:59, 22 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 *.txt

# $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%
,[$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 can 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. Thx.

Scripting

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