User:Mineo: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
mNo edit summary
Line 56: Line 56:


<pre>
<pre>
$if($in(%_dirname%,_misc),
$if(
misc/tagged/%artist% - %title%
$and(
$stop()
$inmulti(%releasetype%,soundtrack),
,)
$not(%_pathextra%)
$if($and($inmulti(%releasetype%,soundtrack),$not(%_pathextra%)),
)
$noop(begin soundtrack)
$noop(begin soundtrack)
$if(
$if(
$in(%_dirname%, Score),
$in(%_dirname%, Score),
Soundtracks - Score,
Soundtracks - Score,
Soundtracks
Soundtracks
)
)
/%album% - $if2(%albumartist%,%albumartist%)
/%album% - $if(%_releasecomment%,\(%_releasecomment%\) ,)$if2(%albumartist%,%albumartist%)
$if(
$if(
%date%,
%date%,
Line 75: Line 75:
/
/
$noop(end soundtrack),
$noop(end soundtrack),

$noop(begin pathextra)
$noop(begin pathextra)
$if(%_pathextra%,
$if(%_pathextra%,
Line 90: Line 89:
$left(%date%,4) - ,
$left(%date%,4) - ,
)
)
%album%/
%album%/
)
)
$noop(end normal)/
$noop(end normal)/

Revision as of 11:32, 17 May 2013

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(composer)
$unset(lyricist)
$unset(conductor)
$unset(performer)
$unset(producer)
$unset(engineer)
$unset(arranger)
$unset(mixer)
$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)
$if($or($eq(%label%,8bitpeoples),$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