whizziwig wrote:
> I wanted a way to play the soundcloud links I keep running into on my
> squeezeboxes. Squeezecloud was born.
>
> currently it can:
> --play from a soundcloud url
> --display hot & recent tracks
> --search by tags & query
>
> it's entirely based on the fantastic YouTube plugin from Joerg. I hacked
> this up in the past few hours, there's lots of vestigal code from the
> youtube plugin, as well as lots of logging. I fully expect there to be
> bugs, please contact me with issues/suggestions/patches. There's
> probably an issue with soundcloud links with periods in the urls, will
> debug.
>
> Still to come is being able to work with soundcloud playlists, fixing
> period issues, and possibly working with soundcloud user accounts.
>
> enjoy,
> --dave
For those getting a "400 bad request" error, you can fix it.
On debian like systems (eg. ubuntu, raspbian, mint):
Code:
--------------------
sudo apt-get install libssl-dev
sudo perl -MCPAN -e 'install IO::Socket::SSL'
sudo service logitechmediaserver restart
--------------------
On RHEL like systems (eg. fedora, centos):
Code:
--------------------
sudo yum -y install openssl-devel
sudo perl -MCPAN -e 'install IO::Socket::SSL'
sudo service logitechmediaserver restart
--------------------
Beware, this plugin mostly works but it's certainly not perfect.
* Switching from media server host to media server host means logging
into soundcloud.com and removing the old squeezecloud plugin's client
api key, then reapplying to soundcloud for a new client api key for the
new squeezecloud plugin.
* 'my dashboard' link doesn't work
* searching soundcloud can yield inconsistent and unusual results
* track pictures appear for a moment then disappear
* don't try to add a track to your local mediaserver favourites,
soundcloud's oauth link authorisation is time limited, and it won't play
the next time you try to load it. Use soundcloud to favourite a track
and it will appear in your 'my favourites' list
* Streaming from soundcloud can be jittery sometimes (usually its ok);
there's no way to tweak buffering or caching
------------------------------------------------------------------------
__r's Profile: http://forums.slimdevices.com/member.php?userid=60098
View this thread: http://forums.slimdevices.com/showthread.php?t=92723
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins