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

2021-03-24 Thread pputzer


fletch wrote: 
> Found other users with same exact issue. You have to give all users (aka
> everyone)  full access to you media folders , then everything works
> though I am not sure this is a very safe solution for the  long-term.
> 
> I am going to figure out what user this docker runs under and see if
> giving that specific user access to my media folder. This would be a
> safer solution and if it works, I will post back.
> 
> Thanks for keeping LMS going!

You can specifiy the UID and GID for the docker container using env
variables.


Gesendet von iPad mit Tapatalk





pputzer's Profile: http://forums.slimdevices.com/member.php?userid=36842
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


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

2021-03-24 Thread DavidBulluss


SamY wrote: 
> I'm glad it's all working from your point of view, but the Quick Select
> continues to time out, which prevents us from syncing the client volume
> accurately at power on.  In comparing your log files to those of
> MarSOnEarth, I noticed that his Power On commands (Z2ON) are
> consistently being responded to in under .004 seconds, whereas yours are
> more like .02 seconds, slower by a factor of 5. On the other hand, his
> Quick Select commands (Z2QUICK3) are taking a little over 1 second to
> respond. If we generalize from the Z2ON response times that all commands
> on your system take 5 times as long as on his (probably not exactly true
> but humor me), then the Z2QUICK3 command should take over 5 seconds to
> respond. Since the timeout value for that command is 2 seconds, we're
> probably just timing it out too early. So.  Attached is a new copy
> of DenonAvpComms.pm with that timeout value changed to 10 seconds. If it
> times out with that value, then it's probably a bug in your AVR's
> firmware and there's nothing we can do about it. If it doesn't time out,
> we will see how long it took to respond and think about increasing the
> QS timeout value accordingly. So give this it a try and let's see what's
> happening. Thanks.

Log attached. Again seemed the same at my end except that the start
volume seemed higher, even though it read the same on the amp.
Interested to see what you get out of the log

33913

Cheers, David


+---+
|Filename: server.log(15).zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33913|
+---+


*Server*rpi3 pCP5.0.1 LMS7.9.2
*Media*USB hard drive
*Lounge/dining areas*SBT > Denon AVR2113  > Bose Acoustimass10 / Krix
Seismix3 18" 300w RMS custom cinema sub (& AR 77XB t/table, Stanton
680MkII / Grado F-1+ > NAD7155 to phono pre-amp > Amp+)
*Family/kitchen*SBT > Denon AVRX3000 zone 1 > Krix Acoustix F, Centrix
C, Holographix R & Original Seismix 7 15" 400w RMS sub 
*Alfresco*as above zone 2 > Krix Tropix
*Others*SB Player/androids > Bose Soundlink Mini
*SBT/SB Player Remotes* Squeeze Ctrl/androids

DavidBulluss's Profile: http://forums.slimdevices.com/member.php?userid=60056
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2021-03-24 Thread BoomX2


MichaelPr wrote: 
> Great! It works :) Thanks a lot!

I am glad it worked for you.

A big thank you also go to:
 @ralphy for Softsqueeze and the Transporter skin that allowed me to
  duplicate the issue and confirm the fix.
 @mherger for the Music Information Screen plugin.  I "borrowed" code
  from his plugin to disable the visualizer.

MichaelPr wrote: 
> By the way, regarding the icon in jive - did you try the method most
> plugins are using? Via install.xml and
> plugins/PlugInName/html/images/icon_name_svg.png

I haven't yet looked any further into the issue with the SDT icon not
showing up in jive in the initial Extras menu.  Can you provide more
details of what you mean by other plugins using "install.xml" and the
 tags?  Can you point me to an example plugin that uses this
method?



BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

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


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

2021-03-24 Thread fletch


fletch wrote: 
> I don't allow autoupdates, so synology has not killed my LMS yet but I
> know once I do, LMS will be broken.
> 
> So I went ahead and set up the docker version. And it is up and running
> but no longer sees any of my media 
> 
> One of my main music folders is called Multimedia and everything flows
> below it. With the stand alone, this worked fine but with the docker
> version it can't see the subdirectories below multimedia where
> everything is located.
> 
> Is there a work around for this or is this a limitation of the docker
> version?  
> 
> Thanks.
> 
> ps This image verification takes too may try's to get it right..is there
> some secret to it

Found other users with same exact issue. You have to give all users (aka
everyone)  full access to you media folders , then everything works
though I am not sure this is a very safe solution for the  long-term.

I am going to figure out what user this docker runs under and see if
giving that specific user access to my media folder. This would be a
safer solution and if it works, I will post back.

Thanks for keeping LMS going!



fletch's Profile: http://forums.slimdevices.com/member.php?userid=71552
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


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

2021-03-24 Thread SamY


DavidBulluss wrote: 
> OK, set Zone 2 input manually to something else, set volume of Zone 2 at
> 30. My QUICK SELECT volume setting is 65. Using SQUEEZER turn on of LMS
> worked as expected, with Zone 2 volume being set to 65 and correct input
> selected. Seems all good from where I sit :-)

I'm glad it's all working from your point of view, but the Quick Select
continues to time out, which prevents us from syncing the client volume
accurately at power on.  In comparing your log files to those of
MarSOnEarth, I noticed that his Power On commands (Z2ON) are
consistently being responded to in under .004 seconds, whereas yours are
more like .02 seconds, slower by a factor of 5. On the other hand, his
Quick Select commands (Z2QUICK3) are taking a little over 1 second to
respond. If we generalize from the Z2ON response times that all commands
on your system take 5 times as long as on his (probably not exactly true
but humor me), then the Z2QUICK3 command should take over 5 seconds to
respond. Since the timeout value for that command is 2 seconds, we're
probably just timing it out too early. So.  Attached is a new copy
of DenonAvpComms.pm with that timeout value changed to 10 seconds. If it
times out with that value, then it's probably a bug in your AVR's
firmware and there's nothing we can do about it. If it doesn't time out,
we will see how long it took to respond and think about increasing the
QS timeout value accordingly. So give this it a try and let's see what's
happening. Thanks.


+---+
|Filename: DenonAvpComms.pm |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33912|
+---+


Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


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

2021-03-24 Thread DavidBulluss


SamY wrote: 
> Well, everything looks great except the Zone 2 Quick Select 3 command is
> still timing out. Did you notice anything unusual? I guess it completed
> successfully? The next time you test, change the Zone 2 input manually
> to something other than the Squeezebox player before powering it on to
> see if the Quick Select changes to the correct input. Also make sure
> that it is setting its initial volume to the value stored in the Quick
> Select. Since the client volume is not getting synced to the AVR at
> startup, you might notice an unexpected jump in the volume (up or down)
> the first time you change the volume with the client. It's puzzling why
> it's not responding to only the Quick Select command but I'm glad it's
> working otherwise.

OK, set Zone 2 input manually to something else, set volume of Zone 2 at
30. My QUICK SELECT volume setting is 65. Using SQUEEZER turn on of LMS
worked as expected, with Zone 2 volume being set to 65 and correct input
selected. Seems all good from where I sit :-)

33911

Cheers, David


+---+
|Filename: server.log(15).zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33911|
+---+


*Server*rpi3 pCP5.0.1 LMS7.9.2
*Media*USB hard drive
*Lounge/dining areas*SBT > Denon AVR2113  > Bose Acoustimass10 / Krix
Seismix3 18" 300w RMS custom cinema sub (& AR 77XB t/table, Stanton
680MkII / Grado F-1+ > NAD7155 to phono pre-amp > Amp+)
*Family/kitchen*SBT > Denon AVRX3000 zone 1 > Krix Acoustix F, Centrix
C, Holographix R & Original Seismix 7 15" 400w RMS sub 
*Alfresco*as above zone 2 > Krix Tropix
*Others*SB Player/androids > Bose Soundlink Mini
*SBT/SB Player Remotes* Squeeze Ctrl/androids

DavidBulluss's Profile: http://forums.slimdevices.com/member.php?userid=60056
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


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

2021-03-24 Thread SamY


DavidBulluss wrote: 
> From memory I probably didn't change the volume during the previous log,
> I was more concerned about Zone 1 having not turned off! New log file
> attached :-)
> 

Well, everything looks great except the Zone 2 Quick Select 3 command is
still timing out. Did you notice anything unusual? I guess it completed
successfully? The next time you test, change the Zone 2 input manually
to something other than the Squeezebox player before powering it on to
see if the Quick Select changes to the correct input. Also make sure
that it is setting its initial volume to the value stored in the Quick
Select. Since the client volume is not getting synced to the AVR at
startup, you might notice an unexpected jump in the volume (up or down)
the first time you change the volume with the client. It's puzzling why
it's not responding to only the Quick Select command but I'm glad it's
working otherwise.



Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


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

2021-03-24 Thread fletch


I don't allow autoupdates, so synology has not killed my LMS yet but I
know once I do, LMS will be broken.

So I went ahead and set up the docker version. And it is up and running
but no longer sees any of my media 

One of my main music folders is called Multimedia and everything flows
below it. With the stand alone, this worked fine but with the docker
version it can't see the subdirectories below multimedia where
everything is located.

Is there a work around for this or is this a limitation of the docker
version?  

Thanks.

ps This image verification takes too may try's to get it right..is there
some secret to it



fletch's Profile: http://forums.slimdevices.com/member.php?userid=71552
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


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

2021-03-24 Thread deadsquirrel


Hello, All,
I have invested much time in tweaking a native Music IP headless on my
DSM 6 X86_64 based synology - and I have tweaked the setting on my LMS
to produce terrific MUSICIP mixes from my library that I highly value
for their ability to reintroduce old favourites to my music listening
repertoire.
Indeed, I've entertained creating a LMS package to allow musicIP
headless package to install on X86_64 synology (there is no real reason
the existing one for x86 should be limited to disallow installation on
x64 dsm 6+) Just have not gotten around to it.

I've fallen victim to the perl update, like others, but to reinstate
things as they were, I need to locate original source files for
LMSrepack spk to allow the uninstall LMSRepack, uninstall perl, install
specific perl edition, reinstall LMSRepack.

The original repository from pinkdotnl is offline after they ceased
development and support.

I realise I should expend my efforts on settings up a dockerised LMS
community edition image long term, but short term I would like to just
reinstate the status quo and my music/musicip nirvana whilst I establish
a method to migrate my existing setup to the dockerised LMS.

Would pinkdot or some others have somewhere they could host the
downloads for - or am I missing something completely here, and the
LMSRepack packages are already hosted on sourceforge - I can only find
pickdot's LMSUpdate packages there.
Unfortunately the source spk appears to be deleted from the Synology NAS
after installation, so it appears I have no way to recreate or retreive
it - it was updating/installing  though the 3rd party repository
methodology.

Thanks in advance.
Dead



deadsquirrel's Profile: http://forums.slimdevices.com/member.php?userid=71551
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


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

2021-03-24 Thread DavidBulluss


SamY wrote: 
> Hey, David. Is it possible you didn't have debug turned on for your last
> test? All I see is a Zone 2 power on (successful) followed by a Quick
> Select 3 command that times out and then a Zone 2 power off (also
> successful). There are no volume changes. I'm hoping maybe that's the
> test when you didn't have the Zone 2 Quick Select set up. The problem
> with the Quick Select timing out is that we don't get the response
> containing the Zone 2 volume setting. The timeout value for that command
> is 2 seconds, which should be plenty of time. The AVR may actually be
> completing the action but the initial volume won't by synched unless a
> response is received. The next time you test, try to do some volume
> changing before powering it off. Thanks.

>From memory I probably didn't change the volume during the previous log,
I was more concerned about Zone 1 having not turned off! New log file
attached :-)

33910

Cheers, David


+---+
|Filename: server.log(14).zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33910|
+---+


*Server*rpi3 pCP5.0.1 LMS7.9.2
*Media*USB hard drive
*Lounge/dining areas*SBT > Denon AVR2113  > Bose Acoustimass10 / Krix
Seismix3 18" 300w RMS custom cinema sub (& AR 77XB t/table, Stanton
680MkII / Grado F-1+ > NAD7155 to phono pre-amp > Amp+)
*Family/kitchen*SBT > Denon AVRX3000 zone 1 > Krix Acoustix F, Centrix
C, Holographix R & Original Seismix 7 15" 400w RMS sub 
*Alfresco*as above zone 2 > Krix Tropix
*Others*SB Player/androids > Bose Soundlink Mini
*SBT/SB Player Remotes* Squeeze Ctrl/androids

DavidBulluss's Profile: http://forums.slimdevices.com/member.php?userid=60056
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


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

2021-03-24 Thread SamY


SamY wrote: 
> Sounds good, David. Fyi, I just now refreshed the replacement version of
> plugin.pm that I uploaded in my last post to fine tune the changes. At
> the time, it was showing 0 views so I thought it was safe but you should
> probably re-download it just in case. I'll check your debug log and let
> you know if I see anything funky. Thanks for your help.

Hey, David. Is it possible you didn't have debug turned on for your last
test? All I see is a Zone 2 power on (successful) followed by a Quick
Select 3 command that times out and then a Zone 2 power off (also
successful). There are no volume changes. I'm hoping maybe that's the
test when you didn't have the Zone 2 Quick Select set up. The problem
with the Quick Select timing out is that we don't get the response
containing the Zone 2 volume setting. The timeout value for that command
is 2 seconds, which should be plenty of time. The AVR may actually be
completing the action but the initial volume won't by synched unless a
response is received. The next time you test, try to do some volume
changing before powering it off. Thanks.



Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


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

2021-03-24 Thread SamY


DavidBulluss wrote: 
> Latest files installed and tested. I thought there was an issue with the
> main zone of the amp remaining on after turning LMS off so I turned on
> debug and went through turn on, play track etc. and turn off and the
> main zone went off. Log attached. At this time I must say it is working
> perfectly but will have a better play with it after work today. Funny
> side to it was that initially I could get no sound from zone 2 after the
> updated files were installed but I tracked it down to not having Zone 2
> QUICK SELECT set up! I thought I had, years ago, but the amp went in for
> repairs after a lightening strike a couple of years ago and they must
> have wiped some settings; all good now!

Sounds good, David. Fyi, I just now refreshed the replacement version of
plugin.pm that I uploaded in my last post to fine tune the changes. At
the time, it was showing 0 views so I thought it was safe but you should
probably re-download it just in case. I'll check your debug log and let
you know if I see anything funky. Thanks for your help.



Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


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

2021-03-24 Thread DavidBulluss


SamY wrote: 
> Okay. Almost perfect is not perfect enough. This version will prevent
> the plugin from sending volume requests that don't result in a change
> from the previous value, preventing unnecessary timeouts. I have tested
> it successfully in my system and it is working as designed so far. This
> is another minor annoyance that has always been there but, as George
> Harrison said, "all things must pass". :cool:  Looking forward to seeing
> some perfect debug logs...

Latest files installed and tested. I thought there was an issue with the
main zone of the amp remaining on after turning LMS off so I turned on
debug and went through turn on, play track etc. and turn off and the
main zone went off. Log attached. At this time I must say it is working
perfectly but will have a better play with it after work today. Funny
side to it was that initially I could get no sound from zone 2 after the
updated files were installed but I tracked it down to not having Zone 2
QUICK SELECT set up! I thought I had, years ago, but the amp went in for
repairs after a lightening strike a couple of years ago and they must
have wiped some settings; all good now!

33906

Regards, David


+---+
|Filename: server.log(13).zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33906|
+---+


*Server*rpi3 pCP5.0.1 LMS7.9.2
*Media*USB hard drive
*Lounge/dining areas*SBT > Denon AVR2113  > Bose Acoustimass10 / Krix
Seismix3 18" 300w RMS custom cinema sub (& AR 77XB t/table, Stanton
680MkII / Grado F-1+ > NAD7155 to phono pre-amp > Amp+)
*Family/kitchen*SBT > Denon AVRX3000 zone 1 > Krix Acoustix F, Centrix
C, Holographix R & Original Seismix 7 15" 400w RMS sub 
*Alfresco*as above zone 2 > Krix Tropix
*Others*SB Player/androids > Bose Soundlink Mini
*SBT/SB Player Remotes* Squeeze Ctrl/androids

DavidBulluss's Profile: http://forums.slimdevices.com/member.php?userid=60056
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Pre-announce Planet Radio / Bauer Media plugin - PlanetRock, Absolute, Kiss, Scala ++

2021-03-24 Thread Heuer


Yes, an hour of GHR equates to 40 mins talk/music and 20 mins of
adverts. That ratio changes dramatically after 7pm because the big
advert spend has gone on Drivetime. Same in the morning with Mark
Goodyear. However good entertainment if you can see beyond that.



Lounge: Transporter>Audio Synthesis DAX Decade>Audio Research LS22>Krell
FPB300>Wilson Benesch Act 1's + 2 x Velodyne SPL1000 sub's
Kitchen: SB3>Topping DAC>Arcam Solo>Anthony Gallo Micro's+Sub, Joggler
controller
Office: DAC32>Acoustic Energy AE1 Active's, Joggler controller
Garage: Boom>QAcoustics 7000s subwoofer
Bedroom: Radio
Shed: Radio
Workshop: Boom
Garden 1: SB3>JVC amp>Rock outdoor speakers
Garden 2: SB3>JVC amp>Rock outdoor speakers

Heuer's Profile: http://forums.slimdevices.com/member.php?userid=2543
View this thread: http://forums.slimdevices.com/showthread.php?t=114214

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


Re: [SlimDevices: Plugins] Pre-announce Planet Radio / Bauer Media plugin - PlanetRock, Absolute, Kiss, Scala ++

2021-03-24 Thread slartibartfast


chill wrote: 
> This is coming along nicely!  Very useful.
> 
> As an aside - clicking around to try out the different stations, I've
> noticed that the chances of actually finding any music playing on any of
> the Absolute stations are pretty slim - more often than not I'll hit an
> advert!  Greatest Hits seems much better in that respect.This is the major 
> problem with commercial Radio stations. It is telling
that the two biggest shows on Virgin Radio have no adverts (apart from
Chris Evans's constant praising of everything Sky related)

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=114214

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


Re: [SlimDevices: Plugins] Pre-announce Planet Radio / Bauer Media plugin - PlanetRock, Absolute, Kiss, Scala ++

2021-03-24 Thread chill


This is coming along nicely!  Very useful.

As an aside - clicking around to try out the different stations, I've
noticed that the chances of actually finding any music playing on any of
the Absolute stations are pretty slim - more often than not I'll hit an
advert!  Greatest Hits seems much better in that respect.



chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=114214

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


Re: [SlimDevices: Plugins] Pre-announce Planet Radio / Bauer Media plugin - PlanetRock, Absolute, Kiss, Scala ++

2021-03-24 Thread Paul Webster


uploaded 0.0.1g
This introduces station grouping - e.g. all KISS stations are nested
under a higher menu item.

There is currently what looks like an unnecessary menu level but that is
to allow for a "Schedule" at some future stage.
I might remove it until there is some listen again capability.

Also - some of the station groupings do not have an icon yet ... I have
to find some.



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

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114214

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


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

2021-03-24 Thread SamY


SamY wrote: 
> Those logs look almost perfect. The only negative I can see is that
> apparently the Denon doesn't like getting volume commands telling it to
> change the volume to the setting it's already at, which can happen with
> small +/-1 or 2% changes. It doesn't bother to answer these requests at
> all, causing them to time out. I'm going to look into what it might take
> to store the current AVR volume somewhere and just ignore client volume
> requests that would not result in changing it.

Okay. Almost perfect is not perfect enough. This version will prevent
the plugin from sending volume requests that don't result in a change
from the previous value, preventing unnecessary timeouts. I have tested
it successfully in my system and it is working as designed so far. This
is another minor annoyance that has always been there but, as George
Harrison said, "all things must pass". :cool:  Looking forward to seeing
some perfect debug logs...


+---+
|Filename: Plugin.pm|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33905|
+---+


Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


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

2021-03-24 Thread SamY


MarSOnEarth wrote: 
> A brief look at the log confirms your hope/effort being realized. Two
> logs this time, the *1155 is with still with the player's output set to
> variable, and in the *1205 to fixed, all else as before. More comments
> later in DM, but so far it's all looking good. Thanks!

Wow! I'm happy. Those logs look almost perfect. How is everything
performing from your point of view? What client are you using with the
"fixed" volume control setting? The only negative I can see is that
apparently the Denon doesn't like getting volume commands telling it to
change the volume to the setting it's already at, which can happen with
small +/-1 or 2% changes. It doesn't bother to answer these requests at
all, causing them to time out. I'm going to look into what it might take
to store the current AVR volume somewhere and just ignore client  volume
requests that would not result in changing it. Am I right in assuming
that you have the Zone 2 Quick Select 3 volume set at 40dB? That is the
value I'm seeing in the responses to the QS command and am therefore
using to synch the client to during the startup sequence.

Thanks again for your help with the beta testing. It is greatly
appreciated.



Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


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

2021-03-24 Thread PLAF


MKV wrote: 
> Also, after backing up the folder prefs and reinstalling LMS and copying
> back the prefs folder, I noticed a problem with the ability to start the
> Spotty plugin. Apparently, read/write permissions and ownership got
> garbled up, effectively preventing me to change any settings. Luckily, I
> also use hyper backup to safeguard the @appstore directory. When
> restoring from the backup, permissions and file ownership are kept
> original.
> 
> Back in business now, thanx everyone!

Hi! Sorry for my nubie question: How can i backup/restore this folder? I
don't see @appstore... on the Volume1 (my only one) it the HyperBackup
or the File Station application.  thx



PLAF's Profile: http://forums.slimdevices.com/member.php?userid=21070
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


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

2021-03-24 Thread MarSOnEarth


SamY wrote: 
> The log file shows that the plugin has been upgraded to v3.0, replacing
> the beta code I uploaded earlier. Actually, I have discovered a couple
> of relatively minor issues in that version, so here are the latest files
> for you and David to test with. I hope to see some debug logs with
> successful zone Quick Selects soon. ;-)
A brief look at the log confirms your hope/effort being realized. Two
logs this time, the *1155 is with still with the player's output set to
variable, and in the *1205 to fixed, all else as before. More comments
later in DM, but so far it's all looking good. Thanks!


+---+
|Filename: 210324-1205_server.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33901|
+---+


MarSOnEarth's Profile: http://forums.slimdevices.com/member.php?userid=69826
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


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

2021-03-24 Thread transientHighs


Yep, the perl update killed it for me too. Since native LMS support was
the reason I chose the Synology NAS over others, I'm kinda upset that I
have to go back to a duct tape and bailing wire setup like I had before.


Rather than rolling back the perl and continuing to fight that battle
and weight competing updates, I decided to go the Docker route. This was
a bit of a hassle on an ARM machine (DS218play) but I found an
installation that works well enough (host networking only, no GUI:
https://wiki.servarr.com/Docker_ARM_Synology) and after a few hours of
messing around it seems to be working fine. Now running LMS 8.1.1 from
the lmscommunity image
(https://registry.hub.docker.com/r/lmscommunity/logitechmediaserver/)
(sorry, not enough karma to post actual links), with Spotty and my radio
presets all recreated. It actually feels a little quicker than before. 

This is not a great Docker setup from a security standpoint (it has
access to the whole system and its network interfaces, not just what you
grant it) so I wouldn't run anything public-facing using it.



transientHighs's Profile: http://forums.slimdevices.com/member.php?userid=71549
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2021-03-24 Thread MichaelPr


BoomX2 wrote: 
> > 
Code:

  >   > 
  > # VERSION HISTORY
  > # 5.11.15 03/23/21  Added option to disable visualizer when SDT is active.
  > #   
  > 

> > 

Great! It works :) Thanks a lot!

By the way, regarding the icon in jive - did you try the method most
plugins are using? Via install.xml and
plugins/PlugInName/html/images/icon_name_svg.png



lms:
logitech media server version: 8.2.0 - 1614990095 @ sat mar 6 01:45:13
cet 2021

squeeze-players:
duet - controller firmware: 8.0.1-r16835 receiver firmware: 77
2x radio - firmware: 8.0.1-r16835
raspberrypi 2b - pcp 7.0.0/ squeezelite v1.9.9-1364-pcp
transporter - firmware: 87
softsqueeze 3.9.2 on win 10 / squeezeplay 8.0.1r1343 on win 10
squeeze player 1.3.21 on s7/android 8.0.0 

controller:
android phone - squeezer 2.2.3/ material skin 2.3.4

MichaelPr's Profile: http://forums.slimdevices.com/member.php?userid=68465
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

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


Re: [SlimDevices: Plugins] ARD Audiothek

2021-03-24 Thread MichaelPr


mzedd wrote: 
> Thanks for the suggestion! I have included this into the current nightly
> build :)
> 
> In addition to that the editorial categories work now and "Most played
> epsiodes" and "Newest episodes" are now listed.

Wow - a new minor release :) I just did a small code review and
everything you've implemented works on my side perfectly. Also the
Material icon is great.



lms:
logitech media server version: 8.2.0 - 1614990095 @ sat mar 6 01:45:13
cet 2021

squeeze-players:
duet - controller firmware: 8.0.1-r16835 receiver firmware: 77
2x radio - firmware: 8.0.1-r16835
raspberrypi 2b - pcp 7.0.0/ squeezelite v1.9.9-1364-pcp
transporter - firmware: 87
softsqueeze 3.9.2 on win 10 / squeezeplay 8.0.1r1343 on win 10
squeeze player 1.3.21 on s7/android 8.0.0 

controller:
android phone - squeezer 2.2.3/ material skin 2.3.4

MichaelPr's Profile: http://forums.slimdevices.com/member.php?userid=68465
View this thread: http://forums.slimdevices.com/showthread.php?t=113869

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


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

2021-03-24 Thread sdiesel77


esylvain wrote: 
> Many Thanks !! You saved my day, after LMS stopped working today on my
> NAS.
> I did steps below, and all is back to normal (DSM 6.x) :
> 
> - uninstall LMS
> - uninstall Perl 5.28.3
> - install previous Perl 5.24 manually from packages:
> https://archive.synology.com/downloa...rl/5.24.0-0074
> - install LMS from:
> https://sourceforge.net/projects/lms.../files/DSM6.x/
> - disable auto-update for Perl
> 
> *my extra advice*:
> - backup : /volume1/@appstore/SqueezeCenter/prefs/
> - restore folder after LMS install
> - this will bring back Favorites & skip the "Configuration" wizard to
> restore settings.
> 
> SylvainThank YOU SO MUCH Silvain !!!
I was really getting worried this morning and now everything is back to
normal [emoji2956][emoji106]





sdiesel77's Profile: http://forums.slimdevices.com/member.php?userid=64065
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


Re: [SlimDevices: Plugins] ARD Audiothek

2021-03-24 Thread mzedd


MichaelPr wrote: 
> @Max Yep - here it works w/o any issues, too! By the way maybe you could
> follow the instruction for a Material icon:
Thanks for the suggestion! I have included this into the current nightly
build :)

In addition to that the editorial categories work now and "Most played
epsiodes" and "Newest episodes" are now listed.



mzedd's Profile: http://forums.slimdevices.com/member.php?userid=71523
View this thread: http://forums.slimdevices.com/showthread.php?t=113869

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


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

2021-03-24 Thread SamY

MarSOnEarth wrote: 
>  I’ll test the new version later. Earlier in the day I did run a
> sequence of tests for which a log, and the associated settings are
> included. 

The log file shows that the plugin has been upgraded to v3.0, replacing
the beta code I uploaded earlier. Actually, I have discovered a couple
of relatively minor issues in that version, so here are the latest files
for you and David to test with. I hope to see some debug logs with
successful zone Quick Selects soon. ;-)


+---+
|Filename: DenonAvpComms.pm |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33899|
+---+


Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


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

2021-03-24 Thread MKV


Also, after backing up the folder prefs and reinstalling LMS and copying
back the prefs folder, I noticed a problem with the ability to start the
Spotty plugin. Apparently, read/write permissions and ownership got
garbled up, effectively preventing me to change any settings. Luckily, I
also use hyper backup to safeguard the @appstore directory. When
restoring from the backup, permissions and file ownership are kept
original.

Back in business now, thanx everyone!



MKV's Profile: http://forums.slimdevices.com/member.php?userid=66800
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


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

2021-03-24 Thread sebulba


Again this forum saved my life

Synology just killed probably thousands of LMS servers yesterday with
their perl update, and only half a dozen of them will be able to figure
out how to recover

that is very very sad


Just to contribute, the exact links for INTEL based synologies (like
mine) and DSM6 are
perl  https://archive.synology.com/download/Package/Perl/5.24.0-0074 
for intel
https://global.download.synology.com/download/Package/spk/Perl/5.24.0-0074/Perl-x86_64-5.24.0-0074.spk

LMS 8
https://sourceforge.net/projects/lmsupdate/files/DSM6.x/
intel ;
https://sourceforge.net/projects/lmsupdate/files/DSM6.x/LogitechMediaServer-x86_64-8.1.1-1610364019.spk/download



sebulba's Profile: http://forums.slimdevices.com/member.php?userid=67121
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


Re: [SlimDevices: Plugins] Pre-announce Planet Radio / Bauer Media plugin - PlanetRock, Absolute, Kiss, Scala ++

2021-03-24 Thread Paul Webster


Heuer wrote: 
> My comment regarding high vs low res was a suggestion for an option to
> only display mp3 streams or hide the AAC if a higher res stream is
> available. A similar option appears in LMS Material under music sources
> (albeit for stored music tracks).

It knows the rate though because LMS tells it.
The data from planetradio is not so clear - for example it lists the
same URL for different rates.

Anyway ... my expectation is that people would pick a station ... try
the different URLs and then use Favourites to remember the one that they
want rather than going through the plugin menu each time.



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

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114214

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


Re: [SlimDevices: Plugins] Pre-announce Planet Radio / Bauer Media plugin - PlanetRock, Absolute, Kiss, Scala ++

2021-03-24 Thread Heuer


Thanks Paul, all working nicely now.

My comment regarding high vs low res was a suggestion for an option to
only display mp3 streams or hide the AAC if a higher res stream is
available.



Lounge: Transporter>Audio Synthesis DAX Decade>Audio Research LS22>Krell
FPB300>Wilson Benesch Act 1's + 2 x Velodyne SPL1000 sub's
Kitchen: SB3>Topping DAC>Arcam Solo>Anthony Gallo Micro's+Sub, Joggler
controller
Office: DAC32>Acoustic Energy AE1 Active's, Joggler controller
Garage: Boom>QAcoustics 7000s subwoofer
Bedroom: Radio
Shed: Radio
Workshop: Boom
Garden 1: SB3>JVC amp>Rock outdoor speakers
Garden 2: SB3>JVC amp>Rock outdoor speakers

Heuer's Profile: http://forums.slimdevices.com/member.php?userid=2543
View this thread: http://forums.slimdevices.com/showthread.php?t=114214

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-03-24 Thread bennigecko


I followed your very good instructions and made myself familiar with how
MusicIP works. After setting up the server on my Raspberry Pi with
Max2Play and scanning my library for three days and nights straight on
two machines everythings works uncannily smooth. Thanks a lot for this
guide! I find it amazing that a piece of abandonware that's more than a
decade old still works so well.

Some things I found out during the process that might be helpful for
others:

- At first I got a lot of "Unanalyzeable" tracks. After stripping the
mp3s of all tags but ID3v1 and ID3v2.3 (!), that number dropped
drastically
- Characters that are illegal under windows in the filename are a
problem (I'm on a Mac)
- MusicIP 1.9 works just fine with Wine under MacOS Mojave. It's
actually hell of a lot faster with analyzing the files than my windows
machine.
- Analyzing too many files at once might slow down the process. I am not
sure of this, bit it felt slower when I selected more than 4000 files.
- Newer m4a files are unrecognizable for MusicIP analysis. I converted
them to mp3, analyzed them and copied the tags back to the m4as. Now
they are available for mixing.

I also have a suggestion: I'm using Spicefly Sugarcube. Is it possible
to have a quick switch in the Applications Section to switch MusicIP
processing on and off rather than going through settings?



bennigecko's Profile: http://forums.slimdevices.com/member.php?userid=71543
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-03-24 Thread ralphy


mrw wrote: 
> Hmm, I wonder if that is really a good idea, given the well known login
> details. Convenient for you on this occasion, of course.

I enabled remote login by default to aid recovery if needed during the
early adoption phase of the CF.  The early CF releases also had telnet
enabled when I was testing the updates to the ssh server.

We are likely past the need to have it enable by default now.  I will
change it back to off for the next builds.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


[SlimDevices: Plugins] LMS Not working anymore: "...can't reach this page"

2021-03-24 Thread sdiesel77


Ok just saw this post with a possible solution

https://r.tapatalk.com/shareLink/topic?url=https%3A%2F%2Fforums%2Eslimdevices%2Ecom%2Fshowthread%2Ephp%3Ft%3D111876&share_tid=111876&share_fid=813&share_type=t&link_source=app





sdiesel77's Profile: http://forums.slimdevices.com/member.php?userid=64065
View this thread: http://forums.slimdevices.com/showthread.php?t=114222

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


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

2021-03-24 Thread lomcovaks


Hi,

Having worked flawlessly for months I've suddenly encountered a
problem.

The plugin is installed and and configured correctly but as of two days
ago when selecting one of my YouTube playlists, instead of playing the
playlist displays the screencap for each song for a second or two before
scrolling to the next song in queue and repeating this behaviour to the
end of the playlist.

I've just looked at the log and it seems unable to find the stream -

[21-03-24 13:07:32.1919] Plugins::YouTube::ProtocolHandler::__ANON__
(448) no stream/DASH found
[21-03-24 13:07:32.7587] Plugins::YouTube::ProtocolHandler::__ANON__
(448) no stream/DASH found

Would this be a YouTube fault or has something changed at my end do you
think? I've tried re-authorising and I receive confirmation that my
account is now linked to LMS but nothing will play. I've changed nothing
else to cause this behaviour.

Any advice on how to proceed and correct would be much appreciated.



lomcovaks's Profile: http://forums.slimdevices.com/member.php?userid=38453
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


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

2021-03-24 Thread philchillbill


gegen wrote: 
> Hi, sorry I don't know what I may have done to have that permissions
> issue but I'll do a clean pcp install at the weekend and let you know if
> it was an issue with my original setup and therefore not with the skill
> and ngrok.

No worries - if it works then it works. Good that you figured out to
edit the file manually and just do what the script tried to do [emoji41]





philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2021-03-24 Thread MillmoorRon

erland wrote: 
> I’m not behind a computer right now so I can’t give you the exact query
> but the SQL at the bottom of the following page shows how to join in
> album and album artist:
> https://wiki.slimdevices.com/index.php/SlimServerDatabaseStructure.html
> You want to show contributors.name, albums.title and tracks.title I
> think.
> Let me know if this doesn’t help and I’ll take a look at it the next
> time I’m beside a computer and have some time.
> If you want to show track artists it gets a bit more complicated and
> you’ll need to join in contributors via contributor_track

Thanks for the link.

I couldn't get contributor_track to work to show the track artist but
did this:


Code:


  select contributors.name,albums.title,tracks.title from tracks
  join albums on
  tracks.album = albums.id
  left join contributors on
  tracks.primary_artist = contributors.id
  join track_statistics on 
tracks.url = track_statistics.url 
  where
  tracks.audio = 1
and (track_statistics.rating>=70)
  order by contributors.name, albums.title, tracks.title
  



Does this do the same thing? It seems to work OK!



MillmoorRon's Profile: http://forums.slimdevices.com/member.php?userid=6413
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


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

2021-03-24 Thread spadina


You saved my day!! @mherger scared me for a moment. 

You just bought us some time :)



spadina's Profile: http://forums.slimdevices.com/member.php?userid=71542
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


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

2021-03-24 Thread starwalt


Copied links in your comment are broken due to front-end truncation. The
correct links are available here:
https://forums.slimdevices.com/showthread.php?113893-Request-for-Synology-to-upgrade-LMS-package-to-version-(8-x)&p=1015999&viewfull=1#post1015999

esylvain wrote: 
> Many Thanks !! You saved my day, after LMS stopped working today on my
> NAS.
> I did steps below, and all is back to normal (DSM 6.x) :
> 
> - uninstall LMS
> - uninstall Perl 5.28.3
> - install previous Perl 5.24 manually from packages:
> https://archive.synology.com/downloa...rl/5.24.0-0074
> - install LMS from:
> https://sourceforge.net/projects/lms.../files/DSM6.x/
> - disable auto-update for Perl
> 
> *my extra advice*:
> - backup : /volume1/@appstore/SqueezeCenter/prefs/
> - restore folder after LMS install
> - this will bring back Favorites & skip the "Configuration" wizard to
> restore settings.
> 
> Sylvain



starwalt's Profile: http://forums.slimdevices.com/member.php?userid=66955
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


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

2021-03-24 Thread gegen


philchillbill wrote: 
> I asked over at the pCP thread and it would appear to be that something
> outside my install script had previously changed the permissions on /opt
> for you. A normal install of pCP would not have your problem. Any idea
> what might have happened?

Hi, sorry I don't know what I may have done to have that permissions
issue but I'll do a clean pcp install at the weekend and let you know if
it was an issue with my original setup and therefore not with the skill
and ngrok.



gegen's Profile: http://forums.slimdevices.com/member.php?userid=41137
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


Re: [SlimDevices: Plugins] Pre-announce Planet Radio / Bauer Media plugin - PlanetRock, Absolute, Kiss, Scala ++

2021-03-24 Thread Paul Webster


Expecting things to need changing from Sunday ... when the clocks change
in UK.
Then I will find out if they are using UK local time or GMT for their
time stamps (I suspect UK local).
So I suspect that I might have to change things to adapt - especially if
there are users in a timezone that does not change clocks at the same
time.

I am running my LMS in France timezone ... so I know that my current
handling already works ... but France changes to summertime at the same
time as UK.



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

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114214

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


Re: [SlimDevices: Plugins] Pre-announce Planet Radio / Bauer Media plugin - PlanetRock, Absolute, Kiss, Scala ++

2021-03-24 Thread Paul Webster


Heuer wrote: 
> 
> Also the list, with the exception of Scala, only shows AAC streams at
> 48kbps rather than the alternative MP3 112kbps streams. Any change you
> can have a high res/low res option?

Yes - but see my earlier comment for why it is like that for now.



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

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114214

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


Re: [SlimDevices: Plugins] Pre-announce Planet Radio / Bauer Media plugin - PlanetRock, Absolute, Kiss, Scala ++

2021-03-24 Thread Heuer


Paul

I 'think' I have the latest version as the list of stations is populated
under 'My Apps' but your plugin is no longer listed in the Apps section
and I keep getting the restart server message no matter how many times I
restart it.



Lounge: Transporter>Audio Synthesis DAX Decade>Audio Research LS22>Krell
FPB300>Wilson Benesch Act 1's + 2 x Velodyne SPL1000 sub's
Kitchen: SB3>Topping DAC>Arcam Solo>Anthony Gallo Micro's+Sub, Joggler
controller
Office: DAC32>Acoustic Energy AE1 Active's, Joggler controller
Garage: Boom>QAcoustics 7000s subwoofer
Bedroom: Radio
Shed: Radio
Workshop: Boom
Garden 1: SB3>JVC amp>Rock outdoor speakers
Garden 2: SB3>JVC amp>Rock outdoor speakers

Heuer's Profile: http://forums.slimdevices.com/member.php?userid=2543
View this thread: http://forums.slimdevices.com/showthread.php?t=114214

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2021-03-24 Thread garym


bayard1music wrote: 
> Hello,
> 
> Thanks can you clarify what you mean in this context by 'free' are you
> referring to the Plugin an an entity or a Spotify licence which my
> family has? Sorry to dig further.
> 
> Thanks again.

"free" relates to the API used for calls by the Plugin. It has nothing
to do with the Spotify license that you pay for to use Spotify.



*Home:* Pi4B-8GB/pCP7.x/4TB>LMS 8.1.x>Transporter, Touch, Boom, Radio
(all ethernet)
*Cottage:* rPi4B-4GB/pCP7.x/4TB>LMS 8.1.x>Touch>Benchmark DAC I, Boom,
Radio w/Battery (Radio WIFI)
*Office:* Win10(64)>foobar2000
*The Wild: *rPi3B+/pCP4.0/4TB>hifiberry Dac+Pro (LMS & Squeezelite) 
*Controllers:* iPhone11 & iPadAir3 (iPeng), CONTROLLER, Material Skin,
or SqueezePlay 7.8 on Win10(64)
*Files:* -Ripping-: dbpoweramp > FLAC; -Post-rip-: mp3tag, PerfectTunes,
TuneFusion; -Streaming:- Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


[SlimDevices: Plugins] LMS Not working anymore: "...can't reach this page"

2021-03-24 Thread jakalad


Paul Webster wrote: 
> Has the Synology device had an overnight update ... and done something
> like updated the version of Perl and/or removed LMS?
> 
> Lots of recent posts about issues on Synology - have a dig around.

Yep Perl package updated and LMS will not start!



jakalad's Profile: http://forums.slimdevices.com/member.php?userid=37140
View this thread: http://forums.slimdevices.com/showthread.php?t=114222

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


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

2021-03-24 Thread julou


or maybe a firewall issue?

up to now I 'd been using Synology beta packages (7.9.1 as far as I
remember) and I suspect some config has been disabled when I uninstalled
it (had to in order to downgrade the perl package :mad:)
but I really can't figure what!…



julou's Profile: http://forums.slimdevices.com/member.php?userid=57381
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


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

2021-03-24 Thread julou

esylvain wrote: 
> Many Thanks !! You saved my day, after LMS stopped working today on my
> NAS.
> I did steps below, and all is back to normal (DSM 6.x) : […]

Got into the same trouble with a DS218play and perl auto-update :mad:

Restored perl 5.24 manually from syno packages.
Installed LogitechMediaServer-armv8-8.0.0-1605892076.spk from
LMSupdate.

Restored prefs following Sylvain's advice. Everything looks fine (can
browser albums, play radio fluxes, etc)
But my players can't access the music files (stored in a "shared" Music
folder on volume1). Whenever I play an album, the SB radio and touch
display "can't access file xxx".
I checked permissions but didn't manage to turn on the correct ones
(tried read only for SynologyApplicationService and a few other ones);
although did an entire library rescan but obviously this is not the
issue. Help would be very welcome!

Thank you very much.
Thomas



julou's Profile: http://forums.slimdevices.com/member.php?userid=57381
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


Re: [SlimDevices: Plugins] Spotty 4.4.8 LMS skip breaks function

2021-03-24 Thread slartibartfast


tom42 wrote: 
> Also in LMS 8.1.0 verything works fine except "back" in LMS only skip to
> beginning of the current song not really back tp the previous song, but
> I can't really say if that has ever worked either.
> 
> now it works again with me in the LMS 8.1.1 version. strange. 
> so the "problem" has probably been solved, since there really wasn't
> one.
> once again:reboot did the job.
> 
> if you click on "back" in the lms does spotify then really jumps one
> song back?No "back" in LMS does not work for me either.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=114206

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


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

2021-03-24 Thread palbuq


AlTaiRius wrote: 
> Hey there,
> my system just auto upgraded PERL last light to 5.28.3-0077 and broke
> LMS 8.1.1.  I did a google search for "synology perl 5.24.0-0074 spk"
> which took me to a synology package archive.  I'd post the link but this
> is my first post and it won't let me. :mad:  Once I grabbed this archive
> I then uninstalled LMS, then uninstalled PERL 5.28 and then manually
> installed the 5.24 package again and then reinstalled LMS 8.1.1.  Now
> it's working again until I give docker a go.
> Hope this helps.
> :D

Thanks, worked perfectly, and pushed me into finally upgrading LMS to
the latest version.



palbuq's Profile: http://forums.slimdevices.com/member.php?userid=69376
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


Re: [SlimDevices: Plugins] Spotty 4.4.8 LMS skip breaks function

2021-03-24 Thread slartibartfast


slartibartfast wrote: 
> I have no idea what is happening here. Main is a group player consisting
> of Living Room and piCorePlayer. Why would they appear on Spotify as
> shown. They normally appear as separate players.[image:
> https://uploads.tapatalk-cdn.com/20210324/5aea1f4620abee002764e059331e465a.jpg]
> 
> Sent from my Pixel 3a using TapatalkHmm somehow piCorePlayer and Living Room 
> had become synchronised. I
certainly didn't do that on purpose and can't see how it could happen
accidentally. I still don't understand why the player listed includes
Main.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=114206

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


[SlimDevices: Plugins] LMS Not working anymore: "...can't reach this page"

2021-03-24 Thread jakalad


Paul Webster wrote: 
> Has the Synology device had an overnight update ... and done something
> like updated the version of Perl and/or removed LMS?
> 
> Lots of recent posts about issues on Synology - have a dig around.

Yep Perl package updated and LMS will not start!



jakalad's Profile: http://forums.slimdevices.com/member.php?userid=37140
View this thread: http://forums.slimdevices.com/showthread.php?t=114222

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


Re: [SlimDevices: Plugins] Pre-announce Planet Radio / Bauer Media plugin - PlanetRock, Absolute, Kiss, Scala ++

2021-03-24 Thread Paul Webster


uploaded 0.0.1e ... fixed most of the anomalies by adding some extra
match strings for the odd ones.
There might be a few left to do.

Noticed that some of the KISS stations fail to play - but I am using
their URL so I presume issue at their streaming provider and have not
dug deeply yet.



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

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114214

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2021-03-24 Thread bayard1music


Hello,

Thanks can you clarify what you mean in this context by 'free' are you
referring to the Plugin an an entity or a Spotify licence which my
family has? Sorry to dig further.

Thanks again.



bayard1music's Profile: http://forums.slimdevices.com/member.php?userid=51497
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


[SlimDevices: Plugins] LMS Not working anymore: "...can't reach this page"

2021-03-24 Thread Paul Webster


Has the Synology device had an overnight update ... and done something
like updated the version of Perl and/or removed LMS?

Lots of recent posts about issues on Synology - have a dig around.



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

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114222

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


[SlimDevices: Plugins] LMS Not working anymore: "...can't reach this page"

2021-03-24 Thread Jeff07971


sdiesel77 wrote: 
> Hi All
> I have a Rpi3 with PCP on it connected to my synology NAS and everything
> was working fine until yesterday.
> 
> This morning I noticed that the Rpi3 couldn't connect to the server
> (NAS).
> I rebooted NAS, Rpi3 and router but same issue.
> I then connected to synology diskstation on my laptop and could see that
> Logitech Media Server was not working, I tried to run the app and launch
> it and got the following error message. (See photo)
> 
> Would you know how to fix this issue pls?[image:
> https://uploads.tapatalk-cdn.com/20210324/bc4493f58431736bc823458479c7da7c.jpg]

The LMS Web GUI is on port 9000 unless you've moved it



*Want a webapp ?* Get SqueezeLite-X !
https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X&p=903953&viewfull=1#post903953

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=114222

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


[SlimDevices: Plugins] LMS Not working anymore: "...can't reach this page"

2021-03-24 Thread sdiesel77


Hi All
I have a Rpi3 with PCP on it connected to my synology NAS and everything
was working fine until yesterday.

This morning I noticed that the Rpi3 couldn't connect to the server
(NAS).
I rebooted NAS, Rpi3 and router but same issue.
I then connected to synology diskstation on my laptop and could see that
Logitech Media Server was not working, I tried to run the app and launch
it and got the following error message. (See photo)

Would you know how to fix this issue pls?[image:
https://uploads.tapatalk-cdn.com/20210324/bc4493f58431736bc823458479c7da7c.jpg]





sdiesel77's Profile: http://forums.slimdevices.com/member.php?userid=64065
View this thread: http://forums.slimdevices.com/showthread.php?t=114222

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


Re: [SlimDevices: Plugins] Pre-announce Planet Radio / Bauer Media plugin - PlanetRock, Absolute, Kiss, Scala ++

2021-03-24 Thread Paul Webster


0.0.1d now available.
This adds a very simple, alphabetically sorted station list.
This makes it much easier for me to test the individual stations and is
not how it will be in the eventual released version.
My plan is to have them nested by brand (Absolute, Greatest Hits etc)
and with multiple stream URLs for each where available.

There are still some anomalies - for example the "Greatest Hits Radio"
does not match the underlying data so will not show meta data.

But I thought it could be useful to make this version available because
I have other things to do today so next build could be delayed a bit.



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

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114214

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


Re: [SlimDevices: Plugins] Spotty 4.4.8 LMS skip breaks function

2021-03-24 Thread slartibartfast


I have no idea what is happening here. Main is a group player consisting
of Living Room and piCorePlayer. Why would they appear on Spotify as
shown. They normally appear as separate players.[image:
https://uploads.tapatalk-cdn.com/20210324/5aea1f4620abee002764e059331e465a.jpg]

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=114206

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


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

2021-03-24 Thread philchillbill


gegen wrote: 
> Hi, I did try running setup.sh with sudo but got a message about not
> running something as root (sorry to be vague) I can't remember at what
> point that was. So I just installed again as described in your guide and
> added the autostart entry afterwards, anyway as I said working great
> now.

I asked over at the pCP thread and it would appear to be that something
outside my install script had previously changed the permissions on /opt
for you. A normal install of pCP would not have your problem. Any idea
what might have happened?





philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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