Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread philippe_44
To confirm, I used a different user-agent in LMS as a whole (Slim::Utils::Misc.pm) Code: #$userAgentString = sprintf("iTunes/4.7.1 (%s; N; %s; %s; %s; %s) %s/$::VERSION/$::REVISION", $userAgentString = sprintf("Mozilla/5.0 (%s; N; %s; %s; %s; %s)

Re: [SlimDevices: Plugins] Youtube plugin only plays 44.1 khz files on sq classic & radio

2021-04-07 Thread Bassie
Goodmorning Phillipe Thanks a lot for helping me ! I am going to take a good search to find an update server file i can't wait to try it out thanks a lot regards Bas Bassie's Profile:

Re: [SlimDevices: Plugins] Spotty - 'stalled' stream

2021-04-07 Thread Michael Herger
Spotty never checks if a song is playable. In this case the song is not playable due to market restrictions. It usually does, but it indeed does not in this particular case. $params->{fields} = 'next,items(track(uri*,restrictions*))' if Hmm... I never see any restrictions. Would you have an

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-07 Thread Michael Herger
I guess the following if statement only updating lastPlayed/play counts if isFile returns true is likely to cause issues ? https://github.com/erland/lms-trackstat/blob/fe583776eafce682086a0cc2731a8676b67652f6/src/Plugin.pm#L4259 Yep, isFile() would fail on remote tracks. And the following

Re: [SlimDevices: Plugins] Jazz Groove Support

2021-04-07 Thread mark wollschlager
Wow, this will make my wife very happy. Jazz Groove is one of her favorites, but the max stream message got her down. 2 Duets controllers, 1 X Boom, 1 X Radio 1 X Receiver + Edifier S1000DB 1 X Receiver + Yamaha RX-A2000, Polk M70 1 X Receiver + Boston MicroSystem CD Raspberry Pi 3 B+ HiFi

Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-04-07 Thread SamY
peterw wrote: > Except that you have to power cycle the AVR? Not really. The timeout only happens (but rarely) when the AVR is powered off (in standby mode) and I am trying to query its power status (PW?) during player startup. If it's already powered on, there's not a problem. The AVR always

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread philippe_44
staresy wrote: > Hi Philippe, > Successfully installed your latest mod but still no joy playing any > mixcloud streams, I get the following error: > > 34112 > > I'm not sure how "insecure HTTPS" is set as I can't see where to > check/uncheck it. > > Let me know if you want any log files to

Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-04-07 Thread DavidBulluss
SamY wrote: > Good news! I was able to re-create the situation with my fix applied and > it worked like a champ. It will be included in v4.0. No more needless > trips through the house to fiddle with the AVR, David. You will finally > be able to achieve true "couch potato" nirvana. ;-) > >

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread philippe_44
bpa wrote: > The URL I used Tune-in - plays OK outside of LMS and looks like an > acceptable http/MPEG4 file - which is why I am curious why it fails so > early (403 at initial fetch) in LMS when mixcloud URL is not installed. > The mixcloud plugin regex grabs any mixcloud URL so no point

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread philippe_44
staresy wrote: > Hi Philippe, > Successfully installed your latest mod but still no joy playing any > mixcloud streams, I get the following error: > > 34112 > > I'm not sure how "insecure HTTPS" is set as I can't see where to > check/uncheck it. > > Let me know if you want any log files to

Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2021-04-07 Thread chaug
nickey wrote: > You must be running LMS on some pretty decent hardware... LOL, never thought about that. It's a home server running a dozen docker containers and two virtual machines, all on a Celeron G3930 CPU at 2.9 GHz. So nothing special but obviously a bit faster than a first gen Pi.

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread staresy
Hi Philippe, Successfully installed your latest mod but still no joy playing any mixcloud streams, I get the following error: 34112 I'm not sure how "insecure HTTPS" is set as I can't see where to check/uncheck it. Let me know if you want any log files to assist, and which ones. Thanks

Re: [SlimDevices: Plugins] Announce: Material Skin

2021-04-07 Thread Ron F.
cpd73 wrote: > Hmm... perhaps first, but not last. Reason being is its related to > "Interface settings", so (to me at least) it should be close to that.Running > latest commit to master branch: I think definitely, "Application" appearing first in the Settings sub-menu looks better and makes

Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-04-07 Thread peterw
> I think we're probably talking about the same behavior, which is rooted > in the fact that, under certain circumstances which are still unclear to > me, an AVR in standby mode can go into a state where the only command it > will respond to is a "PWON" (or "ZnON") Except that you have to power

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread bpa
philippe_44 wrote: > The URL in tune in probably did not work well, I've change that a bit as > well. Now, according to what I see, it should not be the download url > that you'd enter there, but more an URL you'd grab from > www.mixcloud.com. It's probably doable to change the regex to accept

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread philippe_44
bpa wrote: > As a test, I set up a clean install of LMS 8.1.2 nightly with Mixcloud. > Didn't change any default settings. No personal auth id. Some MP4 > tracks without issue to both DAC32 and to a Radio > > So FileType MPEG-4 is all default i.e. Native, faad/flac, faad/lame and > faad. > >

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread philippe_44
staresy wrote: > Hi Philippe, thanks for looking into this. > > I'm happy to test your modifications, but will need a little bit of hand > holding to advise what files to download/install etc. If you can give me > a pointer I'll happily give it a go. > > My system is Win10, LMS 8.2.0 -

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread staresy
philippe_44 wrote: > Did you try the PR on GitHub or the file I posted earlier? Because that > ProtocolHandler.pm was missing a few things so the PR should be used. I > can post here again the correct file. Hi Philippe, thanks for looking into this. I'm happy to test your modifications, but

Re: [SlimDevices: Plugins] Announce: Material Skin

2021-04-07 Thread cpd73
Ron F. wrote: > Master branch: when using the APK, the additional settings choice, > "Application" comes up inserted between "Interface" and "Player" > settings. Since Interface, Player, and Server settings normally appear > in that order outside the APK, I feel it would be more appropriate if

Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2021-04-07 Thread dingosurf
marc wrote: > My Synolgy Language is German, so you might need to read between the > lines. > > On Synology NAS NFS of shared folder: > In NFS whole domain * > Squash assign all users as admins > > Regards > Jacob Thanks so much for everyone's posts. I have no idea what I am doing with

Re: [SlimDevices: Plugins] Jazz Groove Support

2021-04-07 Thread dborod
dborod wrote: > Hi, > > I have a premium plus membership but I'm not seeing any metadata > (artist, title, album, year) displayed when I play my customized stream > URLs. Are other people seeing this data? If so, how? The expanded URLs that their UI offers up to copy and use in LMS are of the

Re: [SlimDevices: Plugins] Announce: Material Skin

2021-04-07 Thread Ron F.
Master branch: when using the APK, the additional settings choice, "Application" comes up inserted between "Interface" and "Player" settings. Since Interface, Player, and Server settings normally appear in that order outside the APK, I feel it would be more appropriate if the Application menu

Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-04-07 Thread SamY
peterw wrote: > I've seen something similar, but far more frequently, sometimes just a > small number of minutes apart and while the AVR was powered on. > > It's been so long since I dealt with this, but several versions back in > my DenonSerial plugin I added logic to clear my command queue

Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-04-07 Thread SamY
DavidBulluss wrote: > It probably does bother me as much as you, needless trips to that part > of the house to turn the amp on and off! I have always assumed it was to > do with the wifi in the amp needing livening up or something > non-technical like that. Look forward to hearing if it does it

Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2021-04-07 Thread nickey
chaug wrote: > > > I think it took less than 15 seconds You must be running LMS on some pretty decent hardware...the upgrade took several *minutes* on my first generation raspberry pi. :cool: nickey's Profile:

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread philippe_44
Did you try the PR on GitHub or the file I posted earlier? Because that ProtocolHandler.pm was missing a few things so the PR should be used. I can post here again the correct file. LMS 8.1.x on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-07 Thread erland
mherger wrote: > > Isn't the problem more that things like "Last Played" and "Playcount" > > are not stored in the database for online tracks? > > I think you're right! The RemoteTrack class overrides the persistent > data handling with empty stubs. I'll have to figure out how I can better >

Re: [SlimDevices: Plugins] [Announce] LMS-lite certified Smart Home skill for Alexa

2021-04-07 Thread philchillbill
https://forums.slimdevices.com/showthread.php?113966-Announce-Easy-ngrok-setup-for-MediaServer-amp-LMS-lite-Alexa-skills=1017968=1#post1017968 philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2021-04-07 Thread philchillbill
https://forums.slimdevices.com/showthread.php?113966-Announce-Easy-ngrok-setup-for-MediaServer-amp-LMS-lite-Alexa-skills=1017968=1#post1017968 philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920

Re: [SlimDevices: Plugins] [Announce] Easy ngrok-setup for MediaServer & LMS-lite Alexa skills

2021-04-07 Thread philchillbill
Amazon is trying to make skill setup and account-linking easier, and a while back they introduced so-called *app-to-app* account linking. The idea is that you don't have to visit the Alexa app or web-portal to perform account-linking, but instead can do it from the app or website of the skill

Re: [SlimDevices: Plugins] Spotty - 'stalled' stream

2021-04-07 Thread jepege
mherger wrote: > > Slim::Player::StreamingController::_playersMessage (796) Probleem: > Kan > > bestand niet openen voor:: spotify:track:63rTTYYRQUMK2JZIJ6pwXz > > Interesting: this track would indeed not play ("Komodo" by "JF > Sebastien"). But spotty would skip right over it here. > > I'll

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread bpa
As a test, I set up a clean install of LMS 8.1.2 nightly with Mixcloud. Didn't change any default settings. No personal auth id. Some MP4 tracks without issue to both DAC32 and to a Radio So FileType MPEG-4 is all default i.e. Native, faad/flac, faad/lame and faad. For streams that plays OK

Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2021-04-07 Thread Wuthoqquan
MichaelFFM wrote: > Hi, some more Information. > > Iam currently running LMS 8.0.1 and also i updated DSM to 6.2.4. but > nothing changes when i try to install LMS 8.1.1 same error message. So > we have to wait of answer from Pinkdot or others. > > Best regards > > Michael As per my

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-07 Thread Michael Herger
Isn't the problem more that things like "Last Played" and "Playcount" are not stored in the database for online tracks? I think you're right! The RemoteTrack class overrides the persistent data handling with empty stubs. I'll have to figure out how I can better handle this.

Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2021-04-07 Thread slartibartfast
ggravier wrote: > Ah cool! Thanks. For some reason, the pinkdot.myds.me URL wasn't working > either, some time ago, so I had reverted to the SourceForge repo... :) > Glad to see at least there's s source up. > > Now these are for PERL up to 5.24. I hope we'll soon get a 8.1.2 or even > 8.2 for

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread cortegedusage
philippe_44 wrote: > Latest nightly of 8.1.x will be better but it look more like a SSL > issue. Can you try disabling requirement for cert verification > (settings, advanced, security, insecure https) hmm then it still won't play. (signing off for now, real life is calling (actually real life

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread philippe_44
cortegedusage wrote: > no 8.1.1 should I update? Latest nightly of 8.1.x will be better but it look more like a SSL issue. Can you try disabling requirement for cert verification (settings, advanced, security, insecure https) LMS 8.1.x on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet,

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-07 Thread rlem
Hi Erland & Michael, I've been thinking about this case & am not sure if the fault really lies in Trackstat mishandling online tracks, because they are picked up perfectly in the Trackstat XML -including - ratings (as you can see in my screenshot above). Isn't the problem more that things like

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread philippe_44
cortegedusage wrote: > Wow! that was quick! > I actually don't know how to get this from github. I've replaced the > ProtocolHandler.pm in the mixcloud plugin folder, I'm assuming that > would do the trick right? > > But, it still doesn't work... lms seems to display the actual codec > values:

Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-07 Thread cortegedusage
philippe_44 wrote: > Do you have LMS 8.1.2? no 8.1.1 should I update? cortegedusage's Profile: http://forums.slimdevices.com/member.php?userid=69028 View this thread: http://forums.slimdevices.com/showthread.php?t=88286

Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2021-04-07 Thread ggravier
Wuthoqquan wrote: > Gone on Sourceforge, but you can find all the latest releases on the > official repository: > > https://pinkdot.myds.me/sspks/ Ah cool! Thanks. For some reason, the pinkdot.myds.me URL wasn't working either, some time ago, so I had reverted to the SourceForge repo... :)

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