mherger wrote: 
> > Are playlists meant to repeat when using Connect? Even though the the
> > repeat function in Spotify seems to be disabled when the last song
> ends
> > the playlist restarts from the beginning.
> 
> No, they should not loop. I'd have to look what it does in this case. 
> But the plugin is basically doing what Spotify is telling it to do. 
> Maybe I have to double-check I don't miss any end flag or something.
> 
> -- 
> 
> Michael

Here is the log with one track in the playlist. Shows the same track
three times.


Code:
--------------------
    [17-12-26 14:26:52.1753] Plugins::Spotty::Connect::_connectEvent (238) Got 
called from spotty helper: start
  [17-12-26 14:26:52.1788] Plugins::Spotty::API::_call (1293) API call: 
me/player
  [17-12-26 14:26:52.4514] Plugins::Spotty::Connect::__ANON__ (274) Got a new 
track to be played: spotify:track:78HLOELYnF1msRggbkZtFq
  [17-12-26 14:26:52.4645] Plugins::Spotty::Connect::getNextTrack (137) Don't 
get next track as we got called by a play track event from spotty
  [17-12-26 14:26:52.4684] Plugins::Spotty::Plugin::purgeAudioCacheAfterXTracks 
(409) Played 5 song(s) since last audio cache purge.
  [17-12-26 14:26:52.5181] Plugins::Spotty::Connect::_onPause (195) Got a stop 
event within 5s after start of a new track - do NOT tell Spotify Connect 
controller to pause
  [17-12-26 14:27:07.0014] Plugins::Spotty::Plugin::purgeAudioCache (423) 
Starting audio cache cleanup...
  [17-12-26 14:27:07.0064] Plugins::Spotty::Plugin::purgeAudioCache (495) Audio 
cache cleanup done!
  [17-12-26 14:30:18.7461] Plugins::Spotty::Connect::getNextTrack (143) We're 
approaching the end of a track - get the next track
  [17-12-26 14:30:18.7498] Plugins::Spotty::API::_call (1293) API call: 
me/player/next
  [17-12-26 14:30:19.0624] Plugins::Spotty::API::_call (1293) API call: 
me/player
  [17-12-26 14:30:19.2321] Plugins::Spotty::Connect::__ANON__ (152) Got a new 
track to be played next: spotify:track:78HLOELYnF1msRggbkZtFq
  [17-12-26 14:30:19.2390] Plugins::Spotty::Plugin::purgeAudioCacheAfterXTracks 
(409) Played 1 song(s) since last audio cache purge.
  [17-12-26 14:33:50.7581] Plugins::Spotty::Connect::getNextTrack (143) We're 
approaching the end of a track - get the next track
  [17-12-26 14:33:50.7619] Plugins::Spotty::API::_call (1293) API call: 
me/player/next
  [17-12-26 14:33:50.9918] Plugins::Spotty::API::_call (1293) API call: 
me/player
  [17-12-26 14:33:51.2034] Plugins::Spotty::Connect::__ANON__ (152) Got a new 
track to be played next: spotify:track:78HLOELYnF1msRggbkZtFq
  [17-12-26 14:33:51.2105] Plugins::Spotty::Plugin::purgeAudioCacheAfterXTracks 
(409) Played 2 song(s) since last audio cache purge.
--------------------


------------------------------------------------------------------------
slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=108030

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

Reply via email to