MusicBrainz Picard/Plugins: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
No edit summary
(Remove redundant question. Install them into the application directory/plugins for all users.)
Line 3: Line 3:
# create a 'plugins' directory (if not existing already) under
# create a 'plugins' directory (if not existing already) under
## Windows: either <code><nowiki>C:\Program Files\Musicbrainz Picard\plugins</nowiki></code> (for default Picard application folder) or <code><nowiki>%APPDATA%\MusicBrainz\Picard\plugins</nowiki></code>
## Windows: either <code><nowiki>C:\Program Files\Musicbrainz Picard\plugins</nowiki></code> (for default Picard application folder) or <code><nowiki>%APPDATA%\MusicBrainz\Picard\plugins</nowiki></code>
## *Nix: either Picard application directory (question: WHERE to install plugins for *NIX if you want them available for all users?) or <code><nowiki>~/.config/MusicBrainz/Picard/plugins</nowiki></code>
## *Nix: either Picard application directory/plugins or <code><nowiki>~/.config/MusicBrainz/Picard/plugins</nowiki></code>
## OSX: Follow These Steps:
## OSX: Follow These Steps:
### Open a Terminal (can be found in: <code><nowiki>Applications/Utilities/Terminal</nowiki></code>)
### Open a Terminal (can be found in: <code><nowiki>Applications/Utilities/Terminal</nowiki></code>)

Revision as of 14:51, 23 June 2009

To install a plugin:

  1. download .py file
  2. create a 'plugins' directory (if not existing already) under
    1. Windows: either C:\Program Files\Musicbrainz Picard\plugins (for default Picard application folder) or %APPDATA%\MusicBrainz\Picard\plugins
    2. *Nix: either Picard application directory/plugins or ~/.config/MusicBrainz/Picard/plugins
    3. OSX: Follow These Steps:
      1. Open a Terminal (can be found in: Applications/Utilities/Terminal)
      2. type mkdir -p $HOME/.config/MusicBrainz/Picard/plugins (needs to be done only once)
      3. type open $HOME/.config/MusicBrainz/Picard/plugins to display the folder in finder. Now move the plugins there.
  1. Move downloaded .py file(s) to 'plugins' directory
  2. Open Picard, go to Options >> Options... >> Plugins and check the box beside the plugin to enable it.

Plugins

Name Description Author Compatibility Download Known issues/Notes
Disc Numbers Moves (disc X) from releases titles into separate tags (discnumber and discsubtitle). Lukáš Lalinský 0.9a - 0.11 here -
Feat. Artists Removes (feat. Artist) parts from track titles. Lukáš Lalinský 0.9a - 0.11 here -
Title Case Converts track and release titles to Title Case (capitalizes first character of every word) Javier Kohen, Lukáš Lalinský 0.9a - 0.11 here -
Cover Art Downloader Downloads cover art for optional tag embedding and/or saving as a separate image file (using standard Options >> Cover Art Picard settings) Oliver Charles 0.9a - 0.11 here See 3528
Last.fm Tags Use Last.fm tags as "genre" Lukáš Lalinský 0.9a - 0.11 1 2 (copy both files to directory plugins/lastfm/)
Add Cluster As A Release Adds right click option to an unmatched cluster to allow adding releases to MB based on tags. Lukáš Lalinský 0.9a - 0.11 here See 2544, *You cannot add a release to the 'Deleted Artist'.* workaround
Generate Cuesheet Generates a cuesheet from a release Lukáš Lalinský 0.11 here -
Bonus Disc Moves (bonus disc: Bonus Disc Title) from album titles to separate tags. (bonusdisc and bonusdisctitle) Jan van Thiel 0.9a - 0.11 here -
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. Elliot Chance 0.9a - 0.9.0 here -
Search Plugins Launches searches for clusters or releases to external non-MB websites from Picard Brian Schweitzer 0.9a - 0.10+ All Music Guide -
Amazon Supports: .ca, .com, .de, .fr, .jp, and .co.uk
CastAlbums.org (Musicals)
Discogs -
FilmMusziek.be ("Film Music Search")
Game Music Revolution (Game Soundtracks)
Google -
The Lortel Archives (Off-Broadway Musicals)
SoundtrackCollector.org (Soundtracks)
SoundtrackINFO (Soundtracks)
Change Encoding Converts the tags of individual files or clusters between different character encodings. This is often necessary with files that have only ID3v1 tags in a non-Latin encoding. foolip 0.9a - 0.11 here You will probably only need to change the target encoding. If the encoding you're looking for isn't in the list, you can type it in yourself and it will hopefully work.