CypherMK wrote: 
> > 
Code:
--------------------
  >   > 
  > [16-12-07 20:46:52.0253] Slim::Utils::Misc::msg (1244) Warning: 
[20:46:52.0251] 
"file:///E:/Mp3/Albums/FLAC/Alanis%20Morissette%20-%20So%20Called%20Chaos%202004/03.%20Excuses.flac"
 at C:/PROGRA~1/SQUEEZ~1/server/Slim/Plugin/DontStopTheMusic/Plugin.pm line 246.
  > 
--------------------
> > 

I still can't reproduce this issue. You shouldn't see a URL there, but a
dump of the track object, including duration, title etc.

Could you please insert the following lines at line 377 in the same
file:


Code:
--------------------
    
        if (!blessed $track && Slim::Music::Info::isURL($track)) {
                $track = Slim::Schema->objectForUrl($track);
                Data::Dump::dump($track);
        }
  
--------------------


Right before the "return unless $client..." line? Would that make a
difference?



Michael

http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=105757

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to