User:Mineo

From MusicBrainz Wiki
Jump to navigationJump to search

My MBz profile

Websites with catalogues of classical music

Bielekat

Klassikakzente

Picard scripting

$unset(genre)
$unset(_rating)
$unset(bpm)
$unset(mood)
$unset(isrc)
$unset(copyright)
$unset(media)
$unset(catalognumber)
$unset(barcode)
$unset(encodedby)
$unset(releasestatus)
$unset(asin)
$unset(script)
$unset(language)
$unset(musicip_puid)
$unset(musicip_fingerprint)
$unset(composersort)
$unset(originaldate)
$if($eq(%label%,8bitpeoples),
	$set(_pathextra,%label%)
	$add_to_collection(56cd604b-c02a-4f4a-9b75-400692624831)
    ,
)
$if($eq(%label%,OverClocked ReMix),
	$set(_pathextra,%label%)
    ,
)
$unset(label)

Picard file naming

$if($in(%_dirname%,_misc),
	misc/tagged/%artist% - %title%
	$stop()
,)
$if($and($inmulti(%releasetype%,soundtrack),$not(%_pathextra%)),
	$noop(begin soundtrack)
      $if(
			$in(%_dirname%, Score),
			Soundtracks - Score,
			Soundtracks
		)
		/%album% - $if(%_releasecomment%,\(%_releasecomment%\) ,)$if2(%albumartist%,%albumartist%)
		$if(
			%date%,
			 \($left(%date%,4)\),
			)

		/
$noop(end soundtrack),
$noop(begin pathextra)
	$if(%_pathextra%,
		%_pathextra%/,
	)
$noop(end pathextra)
$noop(begin normal)
	$if2(
		%albumartist%,
		%artist%
	)/
	$if(
		%date%,
		$left(%date%,4) - ,
	)
	%album%/
)
$noop(end normal)/
$if(
	$gt(%totaldiscs%, 1),
	Disc %_paddeddiscnumber%/,
)
%_paddedtracknumber% - %title%


Template:lang de-native Template:lang en-fluent