Kodi Community Forum
Spliting name of song correctly - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=60)
+--- Thread: Spliting name of song correctly (/showthread.php?tid=159954)



Spliting name of song correctly - billyx - 2013-03-21

Hello,

I'm not sure if this is the right sub furum, but I try it.

I would like to configure the correct split of the 'Now playing' information of a radio stream to get lyrics, fan art and so on by the usual add ons.

The information seems to be sent as %A - %T but the add on takes all as artist, e.g.
DEBUG: script.artistslideshow: current artist is 2 PAC - CALIFORNIA LOVE

Adding
<musicfilenamefilters>
<filter>%A - %T</filter>
</musicfilenamefilters>
to advancedsettings.xml has no effect. Confused

Where should the correct splitting be configured/done? Huh


RE: Spliting name of song correctly - jmarshall - 2013-03-22

It's probably got nothing to do with what is configured in advancedsettings etc. It'll be getting the information from the skin most likely (or perhaps from the infomanager). If from the skin, it's the skins fault. If from the infomanager it seems to be the script's fault.

Either way, ask in the corresponding script forum.