Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread cortegedusage
Paul Webster wrote: > What version of LMS are you running? Version: 8.1.1 - 1610364019 cortegedusage's Profile: http://forums.slimdevices.com/member.php?userid=69028 View this thread:

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread Paul Webster
What version of LMS are you running? Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread cortegedusage
philippe_44 wrote: > I've submitted a PR here > https://github.com/danielvijge/lms_mixcloud/pull/13 to make it use the > right features of LMS 8.x (8.1 really). It might help at least with mp4 > handling. It also provides seeking in mp4. Wow! that was quick! I actually don't know how to get

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread philippe_44
I've submitted a PR here https://github.com/danielvijge/lms_mixcloud/pull/13 to make it use the right features of LMS 8.x (8.1 really). It might help at least with mp4 handling. It also provides seeking in mp4. LMS 8.1.x on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch, 1xSB3.

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread cortegedusage
bpa wrote: > AFAICT That code effectively does the same thing as dlmixcloud. Returns > the same URLs which LMS is having problem playing. > > So after rewriting the code, it'll come back to the same issue making > the URLs playable from LMS. Ah, Yes offcourse, the stream url stays the same,

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread bpa
cortegedusage wrote: > The mixcloud plugin for kodi seems to have a way to get the stream url > directly from mixcloud.com > https://github.com/jackyNIX/xbmc-mixcloud-plugin/blob/branch_matrix/lib/resolver.py > > I am no coder at all and I would love to buy you guys a beer, even if > you won't

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread cortegedusage
Paul Webster wrote: > Right now it relies on dlmixcloud. > > It wouldn't have to be on mysqueezebox though. > Anyone with a web server could host something that a modified plugin > would talk to. > At one stage I put one in place for my RadioFrance plugin to use when it > looked like I would

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread Paul Webster
Right now it relies on dlmixcloud. It wouldn't have to be on mysqueezebox though. Anyone with a web server could host something that a modified plugin would talk to. At one stage I put one in place for my RadioFrance plugin to use when it looked like I would have to request a developer key from

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread bpa
Paul Webster wrote: > MixCloud has Sonos itegration > https://help.mixcloud.com/hc/en-us/articles/360005933200-How-do-I-connect-Mixcloud-to-Sonos- > > I wonder if they could be persuaded to allow LMS as a genuine > integration? > Might mean putting some code into a non-opensource area (like >

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread Paul Webster
MixCloud has Sonos itegration https://help.mixcloud.com/hc/en-us/articles/360005933200-How-do-I-connect-Mixcloud-to-Sonos- I wonder if they could be persuaded to allow LMS as a genuine integration? Might mean putting some code into a non-opensource area (like MySqueezebox does) but could make

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread bpa
Paul Webster wrote: > I just tried that URL from mplayer and it worked. > > My dlmixcloud comment was because, from memory, that is what the plugin > uses to get the real mixcloud URL. > When I saw the "secure" and "sig" parts in the URL I thought that maybe > they were generated by MixCloud

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread Paul Webster
I just tried that URL from mplayer and it worked. My dlmixcloud comment was because, from memory, that is what the plugin uses to get the real mixcloud URL. When I saw the "secure" and "sig" parts in the URL I thought that maybe they were generated by MixCloud as a result the original

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread bpa
Paul Webster wrote: > I have (or at least had) edit rights on the MixCloud plugin in Github > because of a small change I suggested long ago. > So - if the current maintainer does not call in over the next few days > then I should be able to work on this. > > As for the 403 (Forbidden) ... it

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread philippe_44
Paul Webster wrote: > I have (or at least had) edit rights on the MixCloud plugin in Github > because of a small change I suggested long ago. > So - if the current maintainer does not call in over the next few days > then I should be able to work on this. > > As for the 403 (Forbidden) ... it

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread philippe_44
bpa wrote: > As I said I don't use mixcloud but you have confirmed what I expected - > mixcloud doesn't play well with MP4 support in LMS 8.* . > Indeed > > Have you checked why the Mixcloud MP4 URL I copied which plays OK with > VLC and doesn't with play in LMS 8.* which hasn't mixcloud

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread Paul Webster
I have (or at least had) edit rights on the MixCloud plugin in Github because of a small change I suggested long ago. So - if the current maintainer does not call in over the next few days then I should be able to work on this. As for the 403 (Forbidden) ... it might be a protection mechanism

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread bpa
philippe_44 wrote: > A few additions: to handle mp4 and benefit from the 8.x additions (mp4 > seek and built-decoding to be usable from legacy SB), it seems the > plugin needs to be changed a fair bit. It cannot inherit from > RemoteStream.pm and redefine many methods, it must be based on >

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-06 Thread philippe_44
A few additions: to handle mp4 and allow seek and benefit from the 8.x additions, seems the plugin needs to be changed a fair bit. It cannot inherit from RemoteStream.pm and redefine many methods, it must be based on Slim::Player::Protocol::HTTPS to handle SSL correctly and benefit from built-in

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread philippe_44
bpa wrote: > Mixcloud plugin seems to have problems. > Somehow it generates https URL for MP4 streamable files which have > problems playing on LMS 8.*. User have install theplayMP4 plugin to use > ffmpeg to play and even then it is not reliable. > argh... I'm afraid a few things are badly

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread bpa
philippe_44 wrote: > It's a long thread/discussion - can you help me with a specific URL that > causes problem? Mixcloud plugin seems to have problems. Somehow it generates https URL for MP4 streamable files which have problems playing on LMS 8.*. User have install theplayMP4 plugin to use

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread philippe_44
It's a long thread/discussion - can you help me with a specific URL that causes problem? LMS 8.1.x on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread bpa
staresy wrote: > Just so I'm clear, does this mean the only option to use the mixcloud > plugin is to install ffmpeg and the playmp4 plugin as a workaround and > it's a bit of luck that it might work? Yes. I think it's possible because stream fails to play or parse it falls through into the

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread staresy
bpa wrote: > It doesn't add anything more to what I was saying. > > There is an issue with the mixcloud plugin and or LMS MP4 handling. > Thanks for looking into this. Just so I'm clear, does this mean the only option to use the mixcloud plugin is to install ffmpeg and the playmp4 plugin

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread cortegedusage
bpa wrote: > It doesn't add anything more to what I was saying. > > There is an issue with the mixcloud plugin and or LMS MP4 handling. > The plugin finds the MP4 file with a https URL but either its protocol > handler gives the wrong info to LMS and/or if the URL is attempted to be > played

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread bpa
cortegedusage wrote: > if I put mixcloud plugin logging to debug I get this.(info didn't show > much, this does) It doesn't add anything more to what I was saying. There is an issue with the mixcloud plugin and or LMS MP4 handling. The plugin finds the MP4 file with a https URL but either

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread cortegedusage
bpa wrote: > This log > > Code: > > > 21-04-05 21:03:55.7920] Slim::Player::Song::open (460) URL supports direct streaming

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread bpa
cortegedusage wrote: > When I disable ffmpeg and stream to one touch only (no group, that won't > work) I get: This log Code: 21-04-05 21:03:55.7920] Slim::Player::Song::open (460) URL supports direct streaming

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread bpa
cortegedusage wrote: > This is what I get when playing a track through the ffmpeg > OK. When I try to play the URL through LMS 8.2 for testing with AAC native disabled but because of https I think some native players such as Radio / TOuch cannot handle https so atiev dsiablke is irrelevant.

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread cortegedusage
When I disable ffmpeg and stream to one touch only (no group, that won't work) I get: Code: [21-04-05 21:03:55.7762] Slim::Player::Song::new (109) index 0 -> mixcloud://mixtuur/late-night-world-woensdag-24-februari-2021/ [21-04-05 21:03:55.7771]

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread cortegedusage
bpa wrote: > This shows why track won't play - track is typed as "unk" i.e. unknown. > > > Show a track being played with ffmpeg so that it can be analysed. This is what I get when playing a track through the ffmpeg Code: [21-04-05 20:46:38.2690]

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread bpa
It looks like the mixclound plugin cannot process a mixcloud audio file from dlmixcloud.com (i.e. https://www.dlmixcloud.com/ajax.php ). The URL in the log has the following JSON data which I think says the audio is available in HLS/fMP4 or DASH formats - no MP3 or plain MP4. I'm guessing

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread bpa
staresy wrote: > [21-04-05 17:50:57.2107] > . > . > [21-04-05 17:51:40.6779] > Slim::Player::TranscodingHelper::getConvertCommand2 (485) Error: Didn't > find any command matches for type: unk > [21-04-05 17:51:40.6784] Slim::Player::Song::open (384) seek=false > time=0

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread staresy
bpa wrote: > It sounds like the stream is not plain MPEG-4 but because ffmpeg can > handle different formats - it is "accidentally" working using playMP4 as > ffmpeg. > > What is the URL of the stream being played ? > > Use logging player.source to INFO to show the command line being used >

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread MichaelPr
bpa wrote: > It sounds like the stream is not plain MPEG-4 but because ffmpeg can > handle different formats - it is "accidentally" working using playMP4 as > ffmpeg. > > What is the URL of the stream being played ? > > Use logging player.source to INFO to show the command line being used >

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread cortegedusage
bpa wrote: > It sounds like the stream is not plain MPEG-4 but because ffmpeg can > handle different formats - it is "accidentally" working using playMP4 as > ffmpeg. > > What is the URL of the stream being played ? > > Use logging player.source to INFO to show the command line being used >

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread bpa
cortegedusage wrote: > As far as I understand it, the playmp4 plugin creates a line which uses > ffmpeg for converting the mp4 stream in flac or pcm. > For the touch and the radio there is no need for converting as they can > play it native. the Transporter or the receiver cannot, so for them >

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread MichaelPr
cortegedusage wrote: > As far as I understand it, the playmp4 plugin creates a line which uses > ffmpeg for converting the mp4 stream in flac or pcm. > For the touch and the radio there is no need for converting as they can > play it native. the Transporter or the receiver cannot, so for them >

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread cortegedusage
staresy wrote: > Yes tried that, no luck. Thanks for trying to help, but I think I'll > leave this unless anyone can confirm they have it working on Win10 > LMS8.* > > Thanks yeah sometimes it nice to mess around with settings and things, and sometimes you just want to listen to music :).

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread staresy
cortegedusage wrote: > you could try to enable the settings for mpeg-4 one at a time. to see if > one of them works. Yes tried that, no luck. Thanks for trying to help, but I think I'll leave this unless anyone can confirm they have it working on Win10 LMS8.* Thanks location 1: lms 8.2 on

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread cortegedusage
staresy wrote: > Settings as below, I'm running LMS8.2, but reverted to 8.1, it's the > same. I'm also running on Win10, so perhaps that's the issue. > you could try to enable the settings for mpeg-4 one at a time. to see if one of them works.

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread cortegedusage
MichaelPr wrote: > That's interesting - I'm running on Raspbian Buster 10/ ffmpeg 4.1.6 > (no! PlayMP4 plugin) with LMS8.2. I can play the MPEG-4 streams from > Mixcloud on SB Radio (Community Firmware: 8.0.1-r16844) and on > piCorePlayer (SqueezeLite v1.9.9-1372-pCP) for hours w/o any issues.

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread MichaelPr
staresy wrote: > Settings as below, I'm running LMS8.2, but reverted to 8.1, it's the > same. I'm also running on Win10, so perhaps that's the issue. > > 3408534086 That's interesting - I'm running on Raspbian Buster 10/ ffmpeg 4.1.6 (no! PlayMP4 plugin) with LMS8.2. I can play the MPEG-4

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread staresy
cortegedusage wrote: > Ok, and you have file types for mpeg-4 set to native? > I'm running lms 8.1 on a raspberry pi. and with this setting I can play > to a singel player either touch/radio or pcp. > > If I want to play to a group I have to enable the playmp4 plugin and > install ffmpeg >

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread bpa
cortegedusage wrote: > If I want to play to a group I have to enable the playmp4 plugin and > install ffmpeg > then I can play to groups. This is a bug that should be reported as playMP4 is only intended for 7.9.* before MP4 was implemented as part of LMS.

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread cortegedusage
staresy wrote: > No, I am playing to an individual SB radio. I do have some sync groups > set but I am not trying to play mixcloud content to the synced groups. Ok, and you have file types for mpeg-4 set to native? I'm running lms 8.1 on a raspberry pi. and with this setting I can play to a

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-05 Thread staresy
cortegedusage wrote: > Do you by any chance have your players synced? No, I am playing to an individual SB radio. I do have some sync groups set but I am not trying to play mixcloud content to the synced groups. location 1: lms 8.2 on win 10 brix server, x2 sb radios, x1 touch, x1

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-04 Thread cortegedusage
staresy wrote: > I am using 8.2, I have removed playmp4 and re-started. > > So, I can't get anything to play. For example, if I try, My > Apps/Mixcloud/Categories/Ambient/Quiet Music April 4 for example, ie the > 1st item in the list, my SB Touch or Radio displays "Error, unable to > play type

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-04 Thread staresy
bpa wrote: > The playMP4 plugiun is out of date and does not work for 8.*.* as LMS > has native support for mP4 > > If you are using 8.* remove PlayMP4 (I thought it wasn't enabled for > 8.*) > > Be specific about what you are testing ans how you are trying to get it > to play. I am using

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-04 Thread bpa
staresy wrote: > Hi, > I've recently been trying to use the Mixcloud plugin to play some NTS > radio archive feeds, I have installed the plugin, and the bpa playmp4 > plugin. > > I can find the streams I want via the plugin but can't get any of them > to play, I get the error "unable to play

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-04 Thread staresy
Hi, I've recently been trying to use the Mixcloud plugin to play some NTS radio archive feeds, I have installed the plugin, and the bpa playmp4 plugin. I can find the streams I want via the plugin but can't get any of them to play, I get the error "unable to play file type for: stream name". I

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-03-22 Thread rhenwood
Thanks for your help cortegedusage. I realized yesterday that I didn't install ffmpeg into the docker LMS image that I'm running. Now I've done that, your work-around works perfectly and I can listent to endless mixcloud mixes. I'm very happy!

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-03-18 Thread 505
It looks like the plug-in is working again, using the dlmixcloud service My patch: 'Reduce brightness when screen saver is active' (http://server.vijge.net/squeezebox/) for Touch Plugins: 'SqueezeCloud (SoundCloud)' (https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-03-18 Thread olivaar
jdownloader is able to download as mp4a. maybe someone can make a plugin mixcloud boost download speed for the first seconds an limit it after that to 20kb/s https://github.com/mirror/jdownloader/blob/master/src/jd/plugins/hoster/MixCloudCom.java

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-03-10 Thread burbie
505 wrote: > Hopefully it's a temporary outage. I think it is not. Mixcloud seem to have switched to that "fragment-m4s-whathever" streaming, instead of serving regular mp4 files. Plugin is dead? burbie's Profile:

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-03-09 Thread 505
Hopefully it's a temporary outage. 'Method 1' listed on dlmixcloud.com still works, but this plugin uses 'Method 2', which doesn't currently work. This plugin could be rewritten to use 'Method 1', but that requires parsing HTML instead of JSON, which might be more likely to break in the future.

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-03-09 Thread burbie
As of today, dlmixcloud.com seems not to work for me any longer. Please check that before complaining about the plugin. burbie's Profile: http://forums.slimdevices.com/member.php?userid=69996 View this thread:

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-02-05 Thread cortegedusage
rhenwood wrote: > Also, in File Types, I have 'MPEG-4' and 'MPEG-4 leading audio'. I > assume I should be configuring MPEG-4. The options for stream formats > (AAC, FLAC MP3, PCM) only allow 'Disabled' or 'Native/Faad-*' - I guess > 'ffmpeg' will become an option when I have ffmpeg and the

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-02-04 Thread rhenwood
cortegedusage wrote: > Everytime I tried the plugin I couldn't get it to work properly, streams > mostly stopped around 10-20 minutes. > > But now I seemed to have found a solution, thought I'd put it here for > anyone who might be interested. > > Apart from the mixcloud plugin i've also

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-01-25 Thread mrmichaelwright
I have : IO::Socket::SSL: 2.068 mrmichaelwright's Profile: http://forums.slimdevices.com/member.php?userid=65105 View this thread: http://forums.slimdevices.com/showthread.php?t=88286

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-01-25 Thread Paul Webster
Code: [21-01-25 11:11:01.5590] Plugins::MixCloud::ProtocolHandler::getTrackUrl (109) Can't connect to www.dlmixcloud.com:443 It is possible the dlmixcloud (not in any way associated with MixCloud) is actively blocking based on User-Agent or

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-01-25 Thread mrmichaelwright
Here's the debug log from attempting to play a track. I don't think the errors are any different to before. I have a bit of spare time so happy to do further diagnostics if you wish. +---+ |Filename: mixcloud log 2.txt

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-01-23 Thread hardhead
Thank you for the 0.4 update! Unfortunately, I'm also still having problems playing from it. I tried playing this mix: https://www.mixcloud.com/NTSRadio/shanti-celeste-21st-january-2021/ and get the following errors. I tried both from pasting in the URL and using the search. The mix comes up

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-01-18 Thread mrmichaelwright
My playback problem still persists with version 0.4 on a completely clean install of LMS on a virgin windows 10 install on a new server mrmichaelwright's Profile: http://forums.slimdevices.com/member.php?userid=65105 View

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-01-14 Thread jasc
Thank you very much!! Best regards, jasc 505 wrote: > Yes, I can confirm. Problem seems to be that some of the API urls > contain a double slash. That used to work before, but now it doesn't. > Shouldn't be too difficult to do a fix for that > > Edit: Version 0.4 is released, which should

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-01-14 Thread 505
Yes, I can confirm. Problem seems to be that some of the API urls contain a double slash. That used to work before, but now it doesn't. Shouldn't be too difficult to do a fix for that My patch: 'Reduce brightness when screen saver is active' (http://server.vijge.net/squeezebox/) for Touch

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-01-13 Thread jasc
Quoting from this page: https://www.mixcloud.com/developers/#audio-streams -"The audio streams are not available through the Mixcloud API. There are two reasons for this. Firstly, we need to know what has been listened to so that we can report usage, pay royalties and provide features such as

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-12-04 Thread Wilb
I'm also experiencing this issue with playback. I've updated to the latest dev version of the plugin, but continue to see errors such as [20-12-04 11:20:46.2877] Slim::Player::Song::open (478) Warning: stream failed to open [mixcloud://Matt_Smallwood/matt-smallwood-trade-tribute-mix/]. I'm a

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-11-19 Thread Paul Webster
I have not checked but my guess is that dlmixcloud is blocking automated access. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-11-19 Thread mrmichaelwright
I have now moved on to LMS 8.x and the problem still persists mrmichaelwright's Profile: http://forums.slimdevices.com/member.php?userid=65105 View this thread: http://forums.slimdevices.com/showthread.php?t=88286

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-11-07 Thread hardhead
Paul Webster wrote: > Does it download successfully if you access it from the dlmixcloud site > (which is no related to MixCloud)? Yes, it does. hardhead's Profile: http://forums.slimdevices.com/member.php?userid=376

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-11-07 Thread Paul Webster
Does it download successfully if you access it from the dlmixcloud site (which is no related to MixCloud)? Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-11-07 Thread hardhead
I was trying to play Mixcloud this morning and I'm getting an error: [20-11-07 07:57:59.6529] Plugins::MixCloud::ProtocolHandler::getTrackUrl (114) Error: Cannot get play URL for NTSRadio/mac-demarco-3rd-november-2020/ from https://www.dlmixcloud.com/ajax.php [20-11-07 07:57:59.6569]

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-10-27 Thread cortegedusage
Everytime I tried the plugin I couldn't get it to work properly, streams mostly stopped around 10-20 minutes. But now I seemed to have found a solution, thought I'd put it here for anyone who might be interested. Apart from the mixcloud plugin i've also installed the playmp4 plugin from bpa

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-26 Thread mrmichaelwright
Managed to give this some time I am able to listen to temp.mp3 Code: curl --output tmp.mp3

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-17 Thread mrmichaelwright
realised this was a permissions thing, now running CMD as an administrator I get: Code: C:\>curl --output tmp.mp3

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-17 Thread mrmichaelwright
I 'think' this is right Code: #C:\>curl --output tmp.mp3

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-14 Thread Paul Webster
That looks better. Now take that URL from the end (generate a new one and do it with that because the old one has probably timed out) - and curl --output tmp.mp3 "the url from above" again - unwrap the long lines to make it one long line - and put double quotes around it. If you get a file

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-14 Thread mrmichaelwright
Ok thanks this is my result now Code: C:\>curl -v --request POST --url https://www.dlmixcloud.com/ajax.php --header "content-type: multipart/form-data; boundary=---011101110110 * Trying 172.67.181.55... * TCP_NODELAY set * Connected to

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-14 Thread Paul Webster
You still had single quotes not double quotes in that last text attachment. I have just got hold of a MS Windows machine and tried it myself ... Code: curl -v --request POST --url https://www.dlmixcloud.com/ajax.php --header "content-type: multipart/form-data;

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-14 Thread mrmichaelwright
Ok so that is what I did in the txt file attached above mrmichaelwright's Profile: http://forums.slimdevices.com/member.php?userid=65105 View this thread: http://forums.slimdevices.com/showthread.php?t=88286

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-14 Thread Paul Webster
Try to squeeze it all onto one very long line without the continuation markers (which are Unix things) and with double quotes not single quotes Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia,

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-14 Thread mrmichaelwright
so should it look like this? Code: curl -v --request POST \ --url https://www.dlmixcloud.com/ajax.php \ --header "content-type: multipart/form-data; boundary=---0111011101101001" \ --form

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-14 Thread Paul Webster
For MS Windows use double quote not single quote to separate parameters. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-14 Thread mrmichaelwright
This any better? (to big for CODE insert so txt file attached) )31278 +---+ |Filename: CURL result.txt | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=31278|

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-13 Thread Paul Webster
mrmichaelwright wrote: > not entirely sure what I'm doing but is this what you need? I think that the command line (lines) was either miscopied or pasted into an unexpected environment. The whole thing is one single command but it looks like your command line interpreter tried to split it

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-13 Thread svberger
505 wrote: > No, not needed. Could you enable debug logging and see if something > shows up in the logs? I'm getting these types of messages: 20-08-12 11:29:03.2442] Plugins::MixCloud::ProtocolHandler::getTrackUrl (114) Error: Cannot get play URL for

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-13 Thread mrmichaelwright
not entirely sure what I'm doing but is this what you need? > * Trying 172.67.181.55... > * TCP_NODELAY set > * Connected to www.dlmixcloud.com (172.67.181.55) port 443 (#0) > * schannel: SSL/TLS connection with www.dlmixcloud.com port 443 (step > 1/3) > * schannel: checking server

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-13 Thread 505
mrmichaelwright wrote: > Log attached logging the following process using squeezelte-X as a > player (starting from this time stamp [20-08-13 12:02:31.3215]): > > Select mixcloud app > my mixcloud > following > 'Space Casette' > Tracks > > 'Space Cassette Mixtape Vol III (Side B) by Jacques

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-13 Thread mrmichaelwright
Log attached logging the following process using squeezelte-X as a player: Select mixcloud app > my mixcloud > following > 'Space Casette' > Tracks > 'Space Cassette Mixtape Vol III (Side B) by Jacques MalChance' The artwork and metadata appear in the playlist window but playback does not

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread 505
svberger wrote: > Ok updated both still no go. Do I need to be adding "dl" to the URL when > I plug it into the MC URL box? No, not needed. Could you enable debug logging and see if something shows up in the logs? My patch: 'Reduce brightness when screen saver is active'

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread svberger
Ok updated both still no go. Do I need to be adding "dl" to the URL when I plug it into the MC URL box? Squeezebox Touch svberger's Profile: http://forums.slimdevices.com/member.php?userid=66978 View this thread:

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread 505
It's available on the dev repository: http://danielvijge.github.io/lms_mixcloud/public-dev.xml But there shouldn't be any financial difference yet with the 0.3 release version. My patch: 'Reduce brightness when screen saver is active' (http://server.vijge.net/squeezebox/) for Touch Plugins:

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread svberger
505 wrote: > For me it does actually work, current with LMS 8.0.0 - 1597033155 and > Mixcloud dev version 0.3.2. > > It's difficult to find out why it works for some, but not for others. > Might be that dlmixcloud.com has implemented some Recaptcha tests that > block automated retrieval? >

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread 505
svberger wrote: > Trying to follow last few posts, but seems there still is no fix to > stream MC in LMS, correct? For me it does actually work, current with LMS 8.0.0 - 1597033155 and Mixcloud dev version 0.3.2. It's difficult to find out why it works for some, but not for others. Might be

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread svberger
Trying to follow last few posts, but seems there still is no fix to stream MC in LMS, correct? Squeezebox Touch svberger's Profile: http://forums.slimdevices.com/member.php?userid=66978 View this thread:

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread mrmichaelwright
but if I add 'dl' to the beginning of a mixcloud URL rather than copying it into the dl web page it does work, you have to right click and save as rather than just clicking the download button though In fairness these instructions are on the website

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread mrmichaelwright
it does not. I get a never ending progress indicator and spammy pop ups when I click again mrmichaelwright's Profile: http://forums.slimdevices.com/member.php?userid=65105 View this thread:

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread 505
So does the dlmixcloud.com site also not work for you when you try it in a browser? My patch: 'Reduce brightness when screen saver is active' (http://server.vijge.net/squeezebox/) for Touch Plugins: 'SqueezeCloud (SoundCloud)' (https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread mrmichaelwright
ah ok It's just gubbed then mrmichaelwright's Profile: http://forums.slimdevices.com/member.php?userid=65105 View this thread: http://forums.slimdevices.com/showthread.php?t=88286

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread 505
mrmichaelwright wrote: > This is from the Mixcloud API documentation (about the only bit of it I > understand) > > https://www.mixcloud.com/developers/ > > Could this be the reason for the plugin not working? No, this has always been the case for Mixcloud. The plugin uses the website

<    1   2   3   4   5   >