Picard Resources: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Starting to add content and some scripts)
(Some fixes, added some more scripts)
Line 18: Line 18:
|-
|-
|Combine Performer Tags
|Combine Performer Tags
|Creates a multi-value variable <code>%_performers%</code> from the relationship data downloaded by Picard when “Use track relationships” is enabled in the Option settings.
|Reformat multiple release labels/catalog numbers into a simple string of text that is a range. e.g. (KDSD-10012, KDSD-10013) becomes (KDSD-10012~3)
|rdswift
|rdswift
|[[discourse:t/taggerscript-reformat-standardized-jp-release-catalog-number-as-a-range/701269/1|Forums]]/[https://github.com/rdswift/picard-plugins/raw/2.0_RDS_Plugins/plugins/combine_performer_tags/combine_performer_tags.zip Download (github)]
|[[discourse:t/performer-concatenate/698258/3|Forums]]/[https://github.com/rdswift/picard-plugins/raw/2.0_RDS_Plugins/plugins/combine_performer_tags/combine_performer_tags.zip Download (github)]
|}
|}


Line 38: Line 38:
|yindesu
|yindesu
|[[discourse:t/taggerscript-compatible-mp3-tags/556607|Forums]]
|[[discourse:t/taggerscript-compatible-mp3-tags/556607|Forums]]
|-
|foobar2000-compatible Vorbis Comment sort tags (for FLAC/OGG/OPUS)
|Moves the Picard-default Vorbis Comment fields for better compatible with a mixed-format library in foobar2000.
|yindesu
|[[discourse:t/taggerscript-foobar2000-compatible-vorbis-comment-sort-tags-for-flac-ogg-opus/556608|Forums]]
|-
|Single value COMPOSER field
|If there is more than one composer, this tagger script moves %composer% and %composersort% to %composers% and %composers_sort%, respectively.
|yindesu
|[[discourse:t/taggerscript-move-multi-value-composer-to-multi-value-composers/566094|Forums]]
|-
|-
|Reformat catalog numbers as a range
|Reformat catalog numbers as a range
|Reformat multiple release labels/catalog numbers into a simple string of text that is a range. e.g. (KDSD-10012, KDSD-10013) becomes (KDSD-10012~3)
|Reformat multiple release labels/catalog numbers into a simple string of text that is a range. e.g. (KDSD-10012, KDSD-10013) becomes (KDSD-10012~3).
|yindesu
|yindesu
|[[discourse:t/taggerscript-reformat-standardized-jp-release-catalog-number-as-a-range/701269/1|Forums]]
|[[discourse:t/taggerscript-reformat-standardized-jp-release-catalog-number-as-a-range/701269/1|Forums]]
|-
|Standardize Japanese CV artist credit whitespace and punctuation
|Japanese websites tend to present elements of CV artist credits without whitespace. Includes 2 tagger scripts (“A” and “B”) to standardize your personal library (remove whitespace or add whitespace).
|yindesu
|[[discourse:t/taggerscript-standardize-japanese-cv-artist-credit-whitespace-and-punctuation/556927|Forums]]
|}
|}

Revision as of 22:46, 21 June 2024

Tools, scripts and links related to MusicBrainz Picard that are not appropriate, usually because of their informal nature, for the official Picard resources.

For official guides, help, plugins, etc, please visit the official Picard website or the official Picard documentation.

Other resources

Plugins

Informal/niche Picard plugins that are not in the official plugin list.

Plugin Info Author Link/s
Combine Performer Tags Creates a multi-value variable %_performers% from the relationship data downloaded by Picard when “Use track relationships” is enabled in the Option settings. rdswift Forums/Download (github)

Tagger scripts

For help understanding and modifying scripts, see the official scripting documentation.

Are you looking for a script that is not on this list? Make sure to search the Repository for neat file name string patterns and tagger script snippets forum thread.

Script Info Author Link/s
Compatible MP3 tags Tags with better compatibility with mixed format libraries (e.g. a mix of MP3 files and FLAC files). Moves Picard fields so they look the same as FLAC files in foobar2000. yindesu Forums
foobar2000-compatible Vorbis Comment sort tags (for FLAC/OGG/OPUS) Moves the Picard-default Vorbis Comment fields for better compatible with a mixed-format library in foobar2000. yindesu Forums
Single value COMPOSER field If there is more than one composer, this tagger script moves %composer% and %composersort% to %composers% and %composers_sort%, respectively. yindesu Forums
Reformat catalog numbers as a range Reformat multiple release labels/catalog numbers into a simple string of text that is a range. e.g. (KDSD-10012, KDSD-10013) becomes (KDSD-10012~3). yindesu Forums
Standardize Japanese CV artist credit whitespace and punctuation Japanese websites tend to present elements of CV artist credits without whitespace. Includes 2 tagger scripts (“A” and “B”) to standardize your personal library (remove whitespace or add whitespace). yindesu Forums