chill wrote: 
> 
> The logging relating to this track seems to start at about 18:21:27.1. 
> I've picked out a couple of messages that look like they're related to
> this error, but there are more in the log concerning this particular
> file.  The first message that looks suspicious (to me) is one which says
> there's no duration for the file, so it sets a temporary duration
> (although later the duration seems to get updated, to 493 - units?). 
> The second suspicious message says that a track is unavailable (I assume
> it means my problem track in this case) and then it seems to move on to
> the next track (spotify:track:2TJvGyQNDvWoTc7xYipKOP, 'I wish I had a
> Girl', by 'Henry Lee Summer'), which plays OK.
> 

What's the actual problem? - this is how I would expect the spotify
plugin to work.  It successfully skipped over this unplayable track and
started to play the next track.  This caused the onPlaylistChange
callback in Michael's plugin - from your log:


Code:
--------------------
    
  [13-01-09 18:21:27.1119] Plugins::Spotify::ProtocolHandler::canDirectStream 
(257) Playing via spotifyd: spotify:track:1NNkuYp4RKgbQjoVLetXR5
  [13-01-09 18:21:27.1122] Plugins::Spotify::ProtocolHandler::canDirectStream 
(266) no duration for url: spotify:track:1NNkuYp4RKgbQjoVLetXR5 - setting 
temporary duration
  [13-01-09 18:21:27.1125] Plugins::Spotify::ProtocolHandler::getMetadataFor 
(135) queuing fetch of meta for spotify:track:1NNkuYp4RKgbQjoVLetXR5
  [13-01-09 18:21:27.1127] Plugins::Spotify::ProtocolHandler::_fetch (155) 
fetching meta for spotify:track:1NNkuYp4RKgbQjoVLetXR5 fetch: 
Slim::Player::Song=ARRAY(0x102dab0a8)
  [13-01-09 18:21:27.1157] 
Plugins::Spotify::ProtocolHandlerSpotifyd::prefetchNext (116) scheduling 
prefetch of next track: spotify:track:2TJvGyQNDvWoTc7xYipKOP in 30
  [13-01-09 18:21:27.1164] Plugins::Spotify::ProtocolHandler::getMetadataFor 
(135) queuing fetch of meta for spotify:track:4d6UQGw1IHiZQkeCcUQISQ
  [13-01-09 18:21:27.1167] Plugins::Spotify::ProtocolHandler::_fetch (155) 
fetching meta for spotify:track:4d6UQGw1IHiZQkeCcUQISQ fetch: 
  [13-01-09 18:21:27.1184] Plugins::Spotify::ProtocolHandler::getMetadataFor 
(135) queuing fetch of meta for spotify:track:2TJvGyQNDvWoTc7xYipKOP
  [13-01-09 18:21:27.1187] Plugins::Spotify::ProtocolHandler::_fetch (155) 
fetching meta for spotify:track:2TJvGyQNDvWoTc7xYipKOP fetch: 
  [13-01-09 18:21:27.1222] Plugins::Spotify::Radio::commandCallback (550) 
[playlist playtracks] master source: PLUGIN_SMARTMIX
  [13-01-09 18:21:27.2177] Plugins::Spotify::ProtocolHandler::__ANON__ (172) 
caching meta for spotify:track:1NNkuYp4RKgbQjoVLetXR5
  [13-01-09 18:21:27.2181] Plugins::Spotify::ProtocolHandler::__ANON__ (196) 
updating temporary duration for url: spotify:track:1NNkuYp4RKgbQjoVLetXR5 to 493
  [13-01-09 18:21:27.2187] Plugins::Spotify::ProtocolHandler::__ANON__ (172) 
caching meta for spotify:track:1NNkuYp4RKgbQjoVLetXR5
  [13-01-09 18:21:27.2192] Plugins::Spotify::ProtocolHandler::__ANON__ (172) 
caching meta for spotify:track:4d6UQGw1IHiZQkeCcUQISQ
  [13-01-09 18:21:27.2554] Plugins::Spotify::ProtocolHandler::__ANON__ (172) 
caching meta for spotify:track:2TJvGyQNDvWoTc7xYipKOP
  [13-01-09 18:21:27.4448] Plugins::Spotify::ProtocolHandler::handleDirectError 
(341) track unavailable
  [13-01-09 18:21:27.4487] Plugins::Spotify::ProtocolHandler::canDirectStream 
(257) Playing via spotifyd: spotify:track:2TJvGyQNDvWoTc7xYipKOP
  [13-01-09 18:21:27.4510] 
Plugins::Spotify::ProtocolHandlerSpotifyd::prefetchNext (116) scheduling 
prefetch of next track: spotify:track:2WlOz7npV1vh724oCGdbAf in 232
  [13-01-09 18:21:27.4528] Plugins::Spotify::Radio::commandCallback (550) 
[playlist newsong] master source: 
  [13-01-09 18:21:27.4534] Plugins::SmartMix::Plugin::onPlaylistChange (626) 
Received command playlist newsong
  [13-01-09 18:21:27.4537] Plugins::SmartMix::Plugin::onPlaylistChange (627) 
While in mode: e7f7be9121664f2d908117ae2c1c313d, from Kitchen Boom
  [13-01-09 18:21:27.4540] Plugins::SmartMix::Plugin::addTracks (546) 3 songs 
remaining, songIndex = 1
  
--------------------


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=97668

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

Reply via email to