User:Mineo

From MusicBrainz Wiki
Revision as of 23:13, 14 March 2012 by Mineo (talk | contribs)
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.

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%

MusicBrainz basic database setup

  • Follow INSTALL to point 3a)
  • carton exec ./script/setup_test_db_for_selenium.pl
  • start the server with MUSICBRAINZ_USE_TEST_DATABASE=1 carton exec -Ilib -- plackup -r
  • connect directly to the DB with carton exec ./admin/psql

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