Picard Qt/Plugins: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
((Imported from MoinMoin))
(Redirected page to MusicBrainz Picard)
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
=Plugins for Picard=
#REDIRECT [[MusicBrainz Picard]]

To install a plugin, download and copy it to directory named 'plugins' either in the Picard application directory or in <code><nowiki>~/.config/MusicBrainz/Picard/plugins</nowiki></code> on Unix and <code><nowiki>%HOME%\Application Data\MusicBrainz\Picard\plugins</nowiki></code> on Windows.

==Plugins==

===Disc Numbers===

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

[http://users.musicbrainz.org/~luks/picard-qt/plugins/discnumber.py Download]

===Feat. Artists===

Removes ''(feat. Artist)'' parts from track titles.

[http://users.musicbrainz.org/~luks/picard-qt/plugins/featartist.py Download]

===Cover Art Downloader===

Downloads cover art.

[http://users.musicbrainz.org/~luks/picard-qt/plugins/coverart.py 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: [http://users.musicbrainz.org/~luks/picard-qt/plugins/lastfm/__init__.py 1] [http://users.musicbrainz.org/~luks/picard-qt/plugins/lastfm/ui_options_lastfm.py 2] ''(copy both files to directory <code><nowiki>plugins/lastfm/</nowiki></code>)''

===Add Cluster As A Release===

(''Seems buggy at the moment, see [[Ticket:2900|2900]]'')

[http://users.musicbrainz.org/~luks/picard-qt/plugins/addrelease.py Download]

===Generate Cuesheet===

[http://users.musicbrainz.org/~luks/picard-qt/plugins/cuesheet.py Download]
* This plugin is not compatible with Alpha14. -[[User:AaronCooper|AaronCooper]]

===Release Type===

Appends information to EPs and Singles such as " EP" or " (single)" (customisable, see file for details). Useful for separating releases with singles/EPs of the same name.

[http://www.chancemedia.com/mb/picardqt/release_type.py Download]

(This release did not work for me until I added PLUGIN_API_VERSIONS = [[0.9.0]] to the plugin file, below PLUGIN_VERSION = '1.0' - Grab an edited version [http://sumafi.com/files/release_type.py here])

===Search Plugins===

<ul><li style="list-style-type:none">Launches searches for clusters or releases from PicardQT.
<ul><li style="list-style-type:none">Please contact [[User:BrianFreud|BrianFreud]] with any problems or to request additional search plugins. Update: Sept 15, 2007: All search plugins have been updated to work with alpha 14. The Google plugin also has been updated to allow searching from tracks. Sept 29 update: Track names also now work in the Google search! New SoundtrackINFO search plugin also added. October 19: Added GMR plugin.
* '''Amazon'''
<ul><li style="list-style-type:none">Supports: .ca, .com, .de, .fr, .jp, and .co.uk [[Media:SearchAmazon3.py|SearchAmazon3.py]]
</ul>
* '''CastAlbums.org'''
<ul><li style="list-style-type:none">[[Media:SearchCastAlbums3.py|SearchCastAlbums3.py]]
</ul>
* '''Discogs'''
<ul><li style="list-style-type:none">[[Media:SearchDiscogs3.py|SearchDiscogs3.py]]
</ul>
* '''FilmMusziek.be''' (aka "Film Music Search")
<ul><li style="list-style-type:none">[[Media:SearchFilmMusziek3.py|SearchFilmMusziek3.py]]
</ul>
* '''Game Music Revolution'''
<ul><li style="list-style-type:none">[[Media:SearchGMR31.py|SearchGMR31.py]]
</ul>
* '''Google'''
<ul><li style="list-style-type:none">[[Media:SearchGoogle31.py|SearchGoogle31.py]]
</ul>
* '''The Lortel Archives''' (Off-Broadway cast recordings)
<ul><li style="list-style-type:none">[[Media:SearchLortelArchives3.py|SearchLortelArchives3.py]]
</ul>
* '''SoundtrackCollector.org'''
<ul><li style="list-style-type:none">[[Media:SearchSoundtrackCollector3.py|SearchSoundtrackCollector3.py]]
</ul>
* '''SoundtrackINFO'''
<ul><li style="list-style-type:none">[[Media:SearchSoundtrackINFO.py|SearchSoundtrackINFO.py]]
</ul>

</ul>
</ul>

===Bonus Disc===

Moves ''(bonus disc: Bonus Disc Title)'' from album titles to separate tags. (''bonusdisc'' and ''bonusdisctitle'').

[http://dispuut-ivv.nl/~jan/bonusdisc.py Download]

===Other plugins===

==Comments==

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...

<pre>$set(album,%album%$if(%discnumber%, \(disc %discnumber%\)))

Ought to give: ThisIsAnAlbumTitle (disc 1)
Instead, you get: ThisIsAnAlbumTitle (disc 1) (disc 1)
</pre>

[[Delete When Cooked|DeleteWhenCooked]] -- [[Brian Schweitzer|BrianSchweitzer]] 00:13, 05 June 2007 (UTC)
* Would it be possible to write a plugin that would fetch and set the year to the earliest release's release date when a [[Earliest Release Relationship Type|EarliestReleaseRelationshipType]] exists? -[[User:AaronCooper|AaronCooper]] (2007-07-11)
** Seconded. I'd like to be able to name files like "Artist - [[Original Year|OriginalYear]] - Album (releaseyear re-release|remaster)"; I like things to be sorted by original year (ie, the musical "period" of the band), but differentiate between versions (sometimes I have several). So is it possible to retrieve the metadata for a linked object?

* Is there a reference somewhere with all the commands possible with Picard plugins (like webbrowser2.open(url, …) ? -- [[User:jesus2099|jesus2099]] 11:59, 07 August 2007 (UTC)
<ul><li style="list-style-type:none">Just the existing plugins, and the source itself. -- [[Brian Schweitzer|BrianSchweitzer]] 19:27, 18 September 2007 (UTC)
</ul>
* Just a quick request, if it can't be a built in variable... I could easily make use of a %tracklength% variable, be it built in or generated by plugin. -- [[Brian Schweitzer|BrianSchweitzer]] 07:03, 19 October 2007 (UTC)

[[Category:To Be Reviewed]] [[Category:Picard]]

Latest revision as of 22:52, 20 May 2015

Redirect to: