>From the logs it appears that indeed something goes wrong. The plugin
needs to fetch the trackID, and this is not happening. It parses the
Mixcloud HTML over HTTPS. Do you have the Perl HTTPS libraries
installed?
The other thing that I can think of is that the Mixcloud HTML is
different for different countries. If you really want to debug is, edit
one file in the plugin a bit. It depends on your OS where the Mixcloud
plugin is stored. It's the file ProtocolHandler.pm that you need to
edit. On line 120 remove the # so that is reads:

$log->debug($response->decoded_content);

Restart LMS and switch the logging for Mixcloud to debug. This will
produce a lot of output, because it will print the complete HTML in the
log. Somewhere in the HTML, it should read
"m-preview="https://audiocdn9.mixcloud.com/previews/2/f/d/4/93eb-ac0a-4207-a660-685b019a3650.mp3";
(or something similar).



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)
------------------------------------------------------------------------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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

Reply via email to