Kodi Community Forum
v21 Are artist separators in advancedsettings.xml case sensitive? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: v21 Are artist separators in advancedsettings.xml case sensitive? (/showthread.php?tid=378184)



Are artist separators in advancedsettings.xml case sensitive? - frankvw - 2024-07-13

I have the following in my advancedsettings.xml file:

Code:
<advancedsettings version="1.0">                                                
  <musiclibrary>                                                                
    <artistseparators>                                                          
      <separator> feat. </separator>                                            
    </artistseparators>                                                         
  </musiclibrary>                                                               
</advancedsettings>
 

Is the separator ' feat. ' case sensitive or not?

// FvW


RE: Are artist separators in advancedsettings.xml case sensitive? - scott967 - 2024-07-13

Taking a quick look at code it appears to be case sensitive.

scott s.
.


RE: Are artist separators in advancedsettings.xml case sensitive? - frankvw - 2024-07-14

(2024-07-13, 18:14)scott967 Wrote: Taking a quick look at code it appears to be case sensitive.

Great, thanks!

(Perhaps the wiki could do with an update to reflect that. )

// FvW


RE: Are artist separators in advancedsettings.xml case sensitive? - Anca - 2024-07-14

Nah, the separator 'feat.' isn’t case sensitive. You can use 'Feat.' or 'FEAT.' and it’ll still work the same.