Uploaded image for project: 'Picard'
  1. Picard
  2. PICARD-36

Make feat artists plugins work better alongside title case plugin

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • None
    • Plugins API

      Due to indeterminate order with which plugins run these two don't play nicely alongside each other.

      From http://forums.musicbrainz.org/viewtopic.php?id=3013, changing

      match = re.match(r"([\s\S]+) feat.([\s\S]+)", metadata["albumartist"])
      

      to

      ch = re.match(r"([\s\S]+) [fF]eat.([\s\S]+)", metadata["albumartist"])
      

      (and consider similar changes in other feat-related plugins) would allow these to work better together.

            outsidecontext Philipp Wolfer
            voiceinsideyou voiceinsideyou
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package