pippin;698532 Wrote:
> Sorry if I missed this, but could it be that the integration between
> your plugin and Logitech's "App" has been broken for a while?
> I can no longer play on my SB3s when I'm using the App, it still works
> fine when I go directly through your plugin but this breaks my link
> playing in iPeng since I always send App compatible links to the
> server.
>
Yes playback via my plugin when browsing with the logi menus is broken,
I think this will fix it:
Code:
--------------------
+++ Plugins/Spotify/ProtocolHandler.pm 2012-03-30 12:56:39.000000000 +0100
@@ -246,7 +246,7 @@
return $class->SUPER::canDirectStream($client, $url);
}
- if (!$client->isPlayer || $url !~ /:track:/) {
+ if (!$client->isPlayer || $url !~ /:track:|:\/\/track:/) {
# falls through to class->new
return undef;
}
--------------------
I don't see the problem with not using "always stream via helper" for
browsing with my menus and playing back with the firmware code. You do
get some tracks which don't play due to availablity reasons though which
I don't fully understand.
[I'm using libspotify 10, the firmware is on libspotify 6 and spotify
have just released libspotify 11. I'm planning to stick with 10 for a
while as they have removed radio support in the new one. However it
could explain some differences between some of the playback cases]
--
Triode
------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=79706
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins