User:Mineo

From MusicBrainz Wiki
Jump to navigationJump to search

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 scripting

$unset(genre)
$unset(_rating)
$unset(bpm)
$unset(mood)
$unset(isrc)
$unset(copyright)
$unset(lyrics:description)
$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%

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