Picard Qt/Plugins: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(added link to homebrew Bonus Disc plugin (Imported from MoinMoin))
((Imported from MoinMoin))
(One intermediate revision by the same user not shown)
Line 49: Line 49:


<ul><li style="list-style-type:none">Launches searches for clusters or releases from PicardQT.
<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.
<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 by individual track names.
* '''Amazon'''
* '''Amazon'''
<ul><li style="list-style-type:none">Supports: .ca, .com, .de, .fr, .jp, and .co.uk [[Media:SearchAmazon.py|SearchAmazon.py]]
<ul><li style="list-style-type:none">Supports: .ca, .com, .de, .fr, .jp, and .co.uk [[Media:SearchAmazon3.py|SearchAmazon3.py]]
</ul>
</ul>
* '''CastAlbums.org'''
* '''CastAlbums.org'''
<ul><li style="list-style-type:none">[[Media:SearchCastAlbums.py|SearchCastAlbums.py]]
<ul><li style="list-style-type:none">[[Media:SearchCastAlbums3.py|SearchCastAlbums3.py]]
</ul>
</ul>
* '''Discogs'''
* '''Discogs'''
<ul><li style="list-style-type:none">[[Media:SearchDiscogs.py|SearchDiscogs.py]]
<ul><li style="list-style-type:none">[[Media:SearchDiscogs3.py|SearchDiscogs3.py]]
</ul>
</ul>
* '''FilmMusziek.be''' (aka "Film Music Search")
* '''FilmMusziek.be''' (aka "Film Music Search")
<ul><li style="list-style-type:none">[[Media:SearchFilmMusziek.py|SearchFilmMusziek.py]]
<ul><li style="list-style-type:none">[[Media:SearchFilmMusziek3.py|SearchFilmMusziek3.py]]
</ul>
</ul>
* '''Google'''
* '''Google'''
<ul><li style="list-style-type:none">[[Media:SearchGoogle.py|SearchGoogle.py]]
<ul><li style="list-style-type:none">[[Media:SearchGoogle3.py|SearchGoogle3.py]]
</ul>
</ul>
* '''The Lortel Archives''' (Off-Broadway cast recordings)
* '''The Lortel Archives''' (Off-Broadway cast recordings)
<ul><li style="list-style-type:none">[[Media:SearchLortelArchives.py|SearchLortelArchives.py]]
<ul><li style="list-style-type:none">[[Media:SearchLortelArchives3.py|SearchLortelArchives3.py]]
</ul>
</ul>
* '''SoundtrackCollector.org'''
* '''SoundtrackCollector.org'''
<ul><li style="list-style-type:none">[[Media:SearchSoundtrackCollector.py|SearchSoundtrackCollector.py]]
<ul><li style="list-style-type:none">[[Media:SearchSoundtrackCollector3.py|SearchSoundtrackCollector3.py]]
</ul>
</ul>


Line 96: Line 96:
* 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)
* 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)
* 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)
* 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)
* Would someone be up for making a M3U plugin that saves a M3U with the tracks? -[[User:AaronCooper|AaronCooper]] (2007-08-08)


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

Revision as of 19:38, 15 September 2007

Plugins for Picard

To install a plugin, download and copy it to directory named 'plugins' either in the Picard application directory or in ~/.config/MusicBrainz/Picard/plugins on Unix and %HOME%\Application Data\MusicBrainz\Picard\plugins 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

  • This plugin is not compatible with Alpha14. -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.

Download

Search Plugins

Bonus Disc

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

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

$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)

  • Would it be possible to write a plugin that would fetch and set the year to the earliest release's release date when a EarliestReleaseRelationshipType exists? -AaronCooper (2007-07-11)
  • Is there a reference somewhere with all the commands possible with Picard plugins (like webbrowser2.open(url, …) ? -- jesus2099 11:59, 07 August 2007 (UTC)
  • Would someone be up for making a M3U plugin that saves a M3U with the tracks? -AaronCooper (2007-08-08)