User:Mineo: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 17: Line 17:
* Moving the relationship to track level
* Moving the relationship to track level
* Should be on track level
* Should be on track level

=== Picard file naming ===

<pre>$if(
$eq(%releasetype%,soundtrack),
$noop(begin soundtrack)
Soundtracks/%album% - $if2(%albumartist%,%albumartist%)
$if(
%date%,
\($left(%date%,4)\),
)

/
$if(
$gt(%totaldiscs%,1),
Disc %_paddeddiscnumber%$if(%discsubtitle%,: %discsubtitle%,)/,
)$noop(end soundtrack),

$noop(begin 8bitpeoples)
$if(
$eq(%label%,8bitpeoples),
8bitpeoples/,
)
$noop(end 8bitpeoples)
$noop(begin normal)
$if2(
%albumartist%,
%artist%
)/
$if(
%date%,
$if(
$ne(%albumartist%,Various Artists),
$left(%date%,4) - ,
%date% -
),
)
%album%/
$if(
$gt(%totaldiscs%,1),
Disc %_paddeddiscnumber% $if(%discsubtitle%,
- %discsubtitle%,
)
))$noop(end normal)/
%_paddedtracknumber% - %title%
</pre>


{{lang de-native}}
{{lang de-native}}

Revision as of 16:24, 8 January 2012

My MBz profile

Websites with catalogues of classical music

Bielekat

Klassikakzente

Editing helpers

Clippings is a Firefox addon which "saves and manages frequently-entered text for later pasting into Web page forms"

Text snippets

  • Please add this relationship to all the tracks, not to the release (doc:Advanced_Relationship_Style).
  • doc:ClassicalStyleGuide
  • Please provide some evidence that what you are adding has actually been released somewhere. See doc:How_To_Write_Edit_Notes.
  • Moving the relationship to track level
  • Should be on track level

Picard file naming

$if(
	$eq(%releasetype%,soundtrack),
	$noop(begin soundtrack)
		Soundtracks/%album% - $if2(%albumartist%,%albumartist%)
		$if(
			%date%,
			 \($left(%date%,4)\),
			)

/
$if(
	$gt(%totaldiscs%,1), 
	Disc %_paddeddiscnumber%$if(%discsubtitle%,: %discsubtitle%,)/,
)$noop(end soundtrack),

$noop(begin 8bitpeoples)
$if(
	$eq(%label%,8bitpeoples),
		8bitpeoples/,
)
$noop(end 8bitpeoples)
$noop(begin normal)
$if2(
	%albumartist%,
	%artist%
)/
$if(
	%date%,
	$if(
		$ne(%albumartist%,Various Artists),
		$left(%date%,4) - ,
		%date% - 
	),
)
%album%/ 
$if(
	$gt(%totaldiscs%,1),
	Disc %_paddeddiscnumber% $if(%discsubtitle%,
										 - %discsubtitle%,
										)
										
))$noop(end normal)/
%_paddedtracknumber% - %title%

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