v17 Music Library Improvements - Krypton
#26
Cheers Bart.

Well well, an artist name with a colon in it! The default multiple artist name separators added in 17 include ":", but it is user configurable.

The defualt for artist names in addition to " / " is any of ";", ":", "|", " feat. ", " ft. " is taken as a separator. However this can be replaced by entries in advancedsettings.xml like this

Code:
<advancedsettings>
  <musiclibrary>
    <artistseparators>
      <separator> feat. </separator>
          <separator> Feat. </separator>
          <separator> with </separator>
          <separator>;</separator>
          <separator> ft. </separator>
          <separator> Ft. </separator>
    </artistseparators>
</musiclibrary>
</advancedsettings>

Which has " with " as a separator because I know none of my individual artists have that in their name while I have tracks tagged with artist1 with artist2, and no ":". These settings replace the defualt values entirely.

Rather than edit tags perhaps you would like to give that a go?

As for NFOs they do hide in unexpected places Smile


Messages In This Thread
RE: TESTERS WANTED: Krypton 17 Music Library Improvements - by DaveBlake - 2016-06-04, 18:27
Logout Mark Read Team Forum Stats Members Help
Music Library Improvements - Krypton1