dip;503824 Wrote: 
> 
> I don't know perl but may have a look at the TitleSwitcher plugin. Can
> I beg you to provide me with a starting point in which region of the
> code I should start to look for the COMPOSER problem?
> 

MusicInfoSCR has code like this in the Info.pm file:

Code:
--------------------
    
  if (Slim::Music::Info::isRemoteURL($song->url)) {
  # work around https://bugs.slimdevices.com/show_bug.cgi?id=14872
  $formattedString =~ s/\b(?:COMPOSER|CONDUCTOR|BAND)\b//g;
  }
  
--------------------


This will remove the COMPOSER, CONDUCTOR and BAND keywords from
$formattedString for remote tracks.

I think you will need to do something similar in Title Switcher plugin,
probably somewhere before the call to
Plugins::MusicInfoSCR::Info::getFormatString


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=70061

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to