Picard Qt/Plugins

From MusicBrainz Wiki
< Picard Qt
Revision as of 15:17, 13 June 2007 by BrianSchweitzer (talk | contribs) ((Imported from MoinMoin))
Jump to navigationJump to search

Plugins for Picard

To install a plugin, download and copy it to directory named 'plugins' either in the Picard application directory or in ~/.picard on Unix and %HOMEPATH%\Local Settings\Application Data\MusicBrainz Picard on Windows.

Plugins

Disc Numbers

Moves (disc X) from releases titles into separate tags (discnumber and discsubtitle).

Download

Feat. Artists

Removes (feat. Artist) parts from track titles.

Download

Cover Art Downloader

Downloads cover art.

Download (remove the old Amazon plugin (amazon.py, amazon.pyc & amazon.pyo) before installing this one)

Last.fm Tags

Use Last.fm tags as "genre".

Download: 1 2 (copy both files to directory plugins/lastfm/)

Add Cluster As A Release

(Seems buggy at the moment, see 2900)

Download

Generate Cuesheet

Download

Search Plugins

Other plugins

Comment

Luks, I think there's a bug in the Disc# plugin. If you use the following in taggerscript with the plugin enabled, you get more than you'd expect...

$set(album,%album%$if(%discnumber%, \(disc %discnumber%\)))

Ought to give:    ThisIsAnAlbumTitle (disc 1)
Instead, you get: ThisIsAnAlbumTitle (disc 1) (disc 1)

DeleteWhenCooked -- BrianSchweitzer 00:13, 05 June 2007 (UTC)