Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
v21 Are artist separators in advancedsettings.xml case sensitive?
#1
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
Reply
#2
Taking a quick look at code it appears to be case sensitive.

scott s.
.
Reply
#3
(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
Reply
#4
Nah, the separator 'feat.' isn’t case sensitive. You can use 'Feat.' or 'FEAT.' and it’ll still work the same.
Reply

Logout Mark Read Team Forum Stats Members Help
Are artist separators in advancedsettings.xml case sensitive?0