Re: [SlimDevices: Plugins] Last FM - not available in this country

2011-03-05 Thread raboof

morgs;611502 Wrote: 
> Lastly I have tried using the other squeezescrobbler app but just get a
> message saying 'waiting for Last FM track details' and then it
> seems to time out for 30 seconds.

I'm successfully using squeezescrobbler with my Last.fm subscription.

Unfortunately, the Last.fm protocol recently changed slightly,
requiring a change to the squeezescrobbler code (support for HTTP
redirects in streams). I've submitted a patch (get it at
https://sourceforge.net/tracker/?func=detail&aid=3121260&group_id=105780&atid=642338
).

This patch has been incorporated into a new version of the plugin,
1.2.9, which can be downloaded from
https://sourceforge.net/projects/slimscrobbler/files/SqueezeScrobbler/v1.2/
. For some reason the frontpage still links to 1.2.8, I'll try and fix
that.


-- 
raboof

raboof's Profile: http://forums.slimdevices.com/member.php?userid=36822
View this thread: http://forums.slimdevices.com/showthread.php?t=85706

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


Re: [SlimDevices: Plugins] Last FM - not available in this country

2011-03-05 Thread raboof

garym;611895 Wrote: 
> You should complain to last.fm. They are the only ones that can arrange
> their business model to provide service to multiple countries, etc.

Not entirely. Last.fm allows subscribers to stream from all over the
world. It's logitech that restricts the 'official' last.fm plugin to
US/UK/Germany, presumably due to some old contract they have with
last.fm which specifically allows this.


-- 
raboof

raboof's Profile: http://forums.slimdevices.com/member.php?userid=36822
View this thread: http://forums.slimdevices.com/showthread.php?t=85706

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


Re: [SlimDevices: Plugins] Announce: SqueezeScrobbler 1.0 for SqueezeCenter 7.0

2011-02-13 Thread raboof

SqueezeScrobbler stopped working for me.

I dug in, and it appears Last.FM started using HTTP Redirect, and the
plugin wasn't expecting that.

Fixed it with a patch I uploaded at
https://sourceforge.net/tracker/index.php?func=detail&aid=3179703&group_id=105780&atid=642338


-- 
raboof

raboof's Profile: http://forums.slimdevices.com/member.php?userid=36822
View this thread: http://forums.slimdevices.com/showthread.php?t=38845

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


Re: [SlimDevices: Plugins] SqueezeScrobbler: not scrobbling last.fm radio?

2010-05-12 Thread raboof

Looking at the code it looks like the plugin never scrobbled last.fm
radio data - perhaps last.fm used to do this server-side.

Created a patch to make it scrobble last.fm from the client:
https://sourceforge.net/tracker/index.php?func=detail&aid=2998147&group_id=105780&atid=642339


-- 
raboof

raboof's Profile: http://forums.slimdevices.com/member.php?userid=36822
View this thread: http://forums.slimdevices.com/showthread.php?t=78420

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


[SlimDevices: Plugins] SqueezeScrobbler: not scrobbling last.fm radio?

2010-05-07 Thread raboof

SqueezeScrobbler scrobbles my mp3's just fine, but no longer scrobbles
when I listen to last.fm radio. This used to work. 

SqueezeServer version is 7.4.2 running on Debian Linux.

Controller Firmware version is 7.4 (though this seems like a
server-side issue).

Anyone else seen this?

Also added a ticket:
https://sourceforge.net/tracker/?func=detail&aid=2998147&group_id=105780&atid=642339


-- 
raboof

raboof's Profile: http://forums.slimdevices.com/member.php?userid=36822
View this thread: http://forums.slimdevices.com/showthread.php?t=78420

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


Re: [SlimDevices: Plugins] SqueezeScrobbler: not playing Last.fm radio

2010-03-06 Thread raboof

Ok, I should have read above thread more closely - indeed setting
settings->player->audio->'mp3 streaming method' to 'proxied' fixed
playing Last.fm audio.

So it works: awesome!

It might be a good idea to make canDirectStreamSong in
Plugins::SqueezeScrobbler::ProtocolHandler always return false: that
way, the default can remain 'direct' for other streams, and user will
not need to find and change this option anymore.


-- 
raboof

raboof's Profile: http://forums.slimdevices.com/member.php?userid=36822
View this thread: http://forums.slimdevices.com/showthread.php?t=75940

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


Re: [SlimDevices: Plugins] SqueezeScrobbler: not appearing in controller

2010-03-06 Thread raboof

After a reboot of the controller the 'Internet Radio' menu now shows the
Last.fm option.

My 'personal' radio stations show up twice, but that's not really a
problem.

I was puzzled for a while that selecting a station with the center
button just results in a 'bump' animation - you have to use the 'play'
button instead.

In other words: this seems to work fine now! (still no actual audio,
but that's another thread)


-- 
raboof

raboof's Profile: http://forums.slimdevices.com/member.php?userid=36822
View this thread: http://forums.slimdevices.com/showthread.php?t=75939

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


Re: [SlimDevices: Plugins] SqueezeScrobbler: not sending scrobbles

2010-03-05 Thread raboof

raboof;522854 Wrote: 
> my scrobbles are added to /tmp/PendingSongListV1.2_raboof.txt , but they
> don't seem to be sent to Last.fm yet.

The problem was firmly at my end: i forgot to enable the 'SUBMIT
AUTOMATICALLY' option at Settings->Advanced->'Last.fm/SqueezeScrobbler'.


Works like a charm now!


-- 
raboof

raboof's Profile: http://forums.slimdevices.com/member.php?userid=36822
View this thread: http://forums.slimdevices.com/showthread.php?t=75938

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


[SlimDevices: Plugins] SqueezeScrobbler: not sending scrobbles

2010-03-05 Thread raboof

At first, SqueezeScrobbler was not scrobbling because the 'official'
Last.fm plugin was still active (though it didn't work either ;) ).

After disabling the 'official' Last.fm plugin, my scrobbles are added
to /tmp/PendingSongListV1.2_raboof.txt , but they don't seem to be sent
to Last.fm yet.


-- 
raboof

raboof's Profile: http://forums.slimdevices.com/member.php?userid=36822
View this thread: http://forums.slimdevices.com/showthread.php?t=75938

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