Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread bpa
My mind can't seem to get a handle on the WebUI Settings page part of LMS - my code always seemed to be fighting it. So I always suspect any "Settings" code I think of - I avoid it whenever I can and will leave any solution to you.. mherger wrote: > > I put in a $log->error into the message rou

Re: [SlimDevices: SqueezeCenter] Play streaming URL via LMS

2020-05-24 Thread BartS
I don't think the VPN is the problem, I didn't have one running before. I'm not sure it's the solution either... something else might be going on. I looked in the server log: there it says "401 Authorization required" Code: Slim::Utils::Scanner::Remote::__ANON__ (192)

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread Paul Webster
bpa wrote: > > If we can find an alternative to Sourceforge - a lot of these problems > would go away. In the meantime, let's see if the changes improve > things. See my earlier comment about Github Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio fra

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread bpa
Paul Webster wrote: > See my earlier comment about Github I thought there maybe difficulties with Github and large binary files but I never checked it out. Have you experience with Github handling/allowing large binaries such as 30Mbytes Raopbridge.exe being downloaded with a http/GET ---

Re: [SlimDevices: SqueezeCenter] Play streaming URL via LMS

2020-05-24 Thread bpa
BartS wrote: > I don't think the VPN is the problem, I didn't have one running before. > I'm not sure it's the solution either... something else might be going > on. > > I looked in the server log: there it says "401 Authorization required" > > Code: > > Slim::Utils::

Re: [SlimDevices: SqueezeCenter] Play streaming URL via LMS

2020-05-24 Thread BartS
bpa wrote: > IIRC such message is displayed briefly on most UIs > > This not geolocked - Geo locked is 403. This is not authorisation such > as ID /password. Again I don't get that error. Something else is going > on. In that case it must be something else. Let's leave it for now, enough oth

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread Paul Webster
I haven’t but Github says it can be done https://help.github.com/en/github/managing-large-files/distributing-large-binaries 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 ire

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread bpa
Paul Webster wrote: > I haven’t but Github says it can be done > https://help.github.com/en/github/managing-large-files/distributing-large-binaries I can't see where they say the binaries can be downloaded with a http/ GET but I'm a very basic github.com / github.io user - I'll look into it as I

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread bpa
bpa wrote: > I can't see where they say the binaries can be downloaded with a http/ > GET but I'm a very basic github.com / github.io user - I'll look into it > as I think it would reduce the occurrence of the delays. github does handle binaries with http/GET as tested with wget. Using the URL

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread Paul Webster
I know that small zips can be fetched from Github via simple anonymous https as used by LMS plugin downloader ... that is how my RadioFrance one is done. What I was not sure about was the size limit. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio franc

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread bpa
Paul Webster wrote: > I know that small zips can be fetched from Github via simple anonymous > https as used by LMS plugin downloader ... that is how my RadioFrance > one is done. > What I was not sure about was the size limit. I wasn't sure about download binary direct from github.com - I avoi

Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2020-05-24 Thread bobertuk
mherger wrote: > > Premature... seems like @ralphy is right in previous post saying that > > flac and mp3 are not registering in the database. My 'clear and scan' > > times usually take about 15 minutes to complete - with this Audio Scan > > 1.02 version it was completed in 3 minutes. I guess no

Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2020-05-24 Thread ralphy
bobertuk wrote: > Premature... seems like @ralphy is right in previous post saying that > flac and mp3 are not registering in the database. My 'clear and scan' > times usually take about 15 minutes to complete - with this Audio Scan > 1.02 version it was completed in 3 minutes. I guess no scanni

Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2020-05-24 Thread bobertuk
ralphy wrote: > That build of audio scan I was talking about was never released and the > issue was flac and alac not mp3. > > > > The audio scan 1.02 module in the latest lms 8 build produced the same > scan results and the previous 0.95 in my tests. Scan times were about > the same with bo

Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2020-05-24 Thread ralphy
bobertuk wrote: > : > > Hi ralphy, thanks for looking. > > Version listed in server settings as: Audio::Scan 1.02 > > Closer inspection of scanner log displays the following for each track > scanned... > > Can't locate object method "_scan" via package "Audio::Scan" at > /Audio/Scan.pm line

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread dolodobendan
mherger wrote: > > It's one thing for that button to be early, but another if LMS > sabotages > > its own process at least once before: > > Yes, I believe we're seeing and discussing two distinct issues here. > After trying to understand the premature "ready to restart" message, > I'll try to

Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2020-05-24 Thread bobertuk
ralphy wrote: > What version of windows are you using? > > I think the *.pm files are builtin to the exe files for windows. I've > installed the current 8.0 nightly using the installer to investigate. Window 10 with all current updates. Should have mentioned that I always use the LMS nightly

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread dolodobendan
mherger wrote: > > BTW: the mechanism here would be that the settings page would not load > before all is downloaded and ready. > Now THAT is something I see here. QLMS 8.0.0@2.20 x64 (digimaster) with perl 5.30.1 / QNAP 469L QTS 4.3.4 -

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread dolodobendan
mherger wrote: > > It's one thing for that button to be early, but another if LMS > sabotages > > its own process at least once before: > > I've committed a change which should prevent the re-download of a file > if the digest matches: > > https://github.com/Logitech/slimserver/commit/3aa8e70

Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2020-05-24 Thread Michael Herger
Window 10 with all current updates. Should have mentioned that I always use the LMS nightly .exe downloads. Never have updated from git. Could you please _uninstall_ LMS _without_(!) deleting prefs etc. (make a backup of them anyway). Go to the install folder and make sure everything got remov

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread Michael Herger
BTW: the mechanism here would be that the settings page would not load before all is downloaded and ready. Now THAT is something I see here. So you also get the reboot prompt immediately, not only after a while? Would that be a prompt which allows you to restart LMS with a click of a button,

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread Michael Herger
Confirmed, no repeated downloads! Thanks! Great, thanks! -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2020-05-24 Thread ralphy
bobertuk wrote: > Window 10 with all current updates. Should have mentioned that I always > use the LMS nightly .exe downloads. Never have updated from git. I'm seeing the same issue as you with scanner.exe on windows 7. The reference to Line 75 is from the original lib/audio/Scan.pm Code: -

Re: [SlimDevices: SqueezeCenter] Classic FM gone silent

2020-05-24 Thread dillspooch
I tried https://www.globalplayer.com/live/classicfm/uk/ dillspooch's Profile: http://forums.slimdevices.com/member.php?userid=69470 View this thread: http://forums.slimdevices.com/showthread.php?t=111748 _

Re: [SlimDevices: SqueezeCenter] LMS not seeing files with non-Latin characters in the filename (Windows)

2020-05-24 Thread reinholdk
Rober wrote: > I could navigate to: > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services > > but I can't find: *squeezesvc *there. > I am running Logitech Media Server Version: 8.0.0 - 1588308753 on > Windows 10 Verison 1909. > > Any hint on how to continue to add " --charset=utf8" ? > >

Re: [SlimDevices: SqueezeCenter] Classic FM gone silent

2020-05-24 Thread bpa
dillspooch wrote: > I tried https://www.globalplayer.com/live/classicfm/uk/ That's a web page for a web player not a streaming URL bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: htt

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2020-05-24 Thread danielvo
digimaster wrote: > Strange that all you're music files are set to squeezeboxserver. The > only thing where it sets the owner is in the Playlist directory if the > option PLYLSTDR is enabled, and when the Playlist is filled. Then all > the file in that directory will get the owner squeezeboxserv

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread dolodobendan
mherger wrote: > >> BTW: the mechanism here would be that the settings page would not > load > >> before all is downloaded and ready. > > > > Now THAT is something I see here. > > So you also get the reboot prompt immediately, not only after a while? > Would that be a prompt which allows you

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2020-05-24 Thread digimaster
danielvo wrote: > I re-setup up the server vom scratch and it could not find any music > (permission denied). Then I turned off "advanced folder permissions" and > now it's scanning. > > Long story short: Is there any EASY way to give the server accses to the > music files WITH adv. folder perm

Re: [SlimDevices: SqueezeCenter] Possible bug: Plugin updater

2020-05-24 Thread dolodobendan
Edit: > > When I already was on the settings / plugin page and I selected a new > plugin to install (like the AirPlay bridge), I got that "Restart now" > button immediately. Past tense here because I haven't checked what > happens with your latest build, yet. > QLMS 8.0.0@2.20 x64 (digimaste

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2020-05-24 Thread dolodobendan
danielvo wrote: > I re-setup up the server vom scratch and it could not find any music > (permission denied). Then I turned off "advanced folder permissions" and > now it's scanning. > > Long story short: Is there any EASY way to give the server accses to the > music files WITH adv. folder perm

Re: [SlimDevices: SqueezeCenter] LMS Update Message

2020-05-24 Thread ftlight
mherger wrote: > On Windows you should get a notification from the tray icon, which > would allow you to trigger the update. Thanks! The tray icon is hidden, and I don't remember seeing a notification, but when I click on it the Install option is shown. Would it be worth adding a note on the

[SlimDevices: SqueezeCenter] GPG Key / Security of LMS downloads

2020-05-24 Thread geek
Hi - I hope you all are doing well. I am trying to download the latest version of Logitech Media Server directly from the slimdevices repository. Can someone please tell me how do I ensure that I am getting a secure unmodified package from the nightly builds? Is there a gpg key repository or md5

Re: [SlimDevices: SqueezeCenter] Classic FM gone silent

2020-05-24 Thread dolodobendan
bpa wrote: > That's a web page for a web player not a streaming URL > > This is the streaming URL to add to Favorites > http://media-ice.musicradio.com/ClassicFMMP3 https works, too. QLMS 8.0.0@2.20 x64 (digimaster) with perl 5.30.1 / QNAP 469L QTS 4.3.4 ---

Re: [SlimDevices: SqueezeCenter] GPG Key / Security of LMS downloads

2020-05-24 Thread Man in a van
This might help https://www.virustotal.com/gui/home/upload Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627 View this thread: http://forums.slimdevices.com/showthread.php?t=112280 ___

Re: [SlimDevices: SqueezeCenter] Classic FM gone silent

2020-05-24 Thread bpa
dolodobendan wrote: > https works, too. User is on mysqueezebox.com so best not try https. bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php

Re: [SlimDevices: SqueezeCenter] Classic FM gone silent

2020-05-24 Thread dolodobendan
bpa wrote: > User is on mysqueezebox.com so best not try https. Oh, okay. Sorry. :) QLMS 8.0.0@2.20 x64 (digimaster) with perl 5.30.1 / QNAP 469L QTS 4.3.4 dolodobendan's Profile: http://forums.slimdevices.com/member.ph

Re: [SlimDevices: SqueezeCenter] GPG Key / Security of LMS downloads

2020-05-24 Thread geek
Man in a van wrote: > This might help > > https://www.virustotal.com/gui/home/upload I am trying to directly install it through dpkg or apt-get commands. In the two howto's that I found online below is how the authors are downloading it locally first. Is the code before the .deb file the hashe

Re: [SlimDevices: SqueezeCenter] LMS not seeing files with non-Latin characters in the filename (Windows)

2020-05-24 Thread Rober
reinholdk wrote: > This depends on how you've configured LMS to start. This registry key is > only available for the start mode 'Automatically run at system start'. > Which is the recommended way IMHO, because you don't need to login to > have LMS running. You can configure this in LMS Control P

Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2020-05-24 Thread bobertuk
mherger wrote: > > Window 10 with all current updates. Should have mentioned that I > always > > use the LMS nightly .exe downloads. Never have updated from git. > > Could you please _uninstall_ LMS _without_(!) deleting prefs etc. (make > a backup of them anyway). Go to the install folder and

Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2020-05-24 Thread bobertuk
bobertuk wrote: > Hi Michael, > > I uninstalled, rebooted then reinstalled as suggested but there is no > difference - still only 28 unrecognised (by me) tracks, 0 Albums, 0 > Artists, 0 Genres. I've just uploaded the scanner.log and server.log as > requested. > > Thank you > > I forgot to m

Re: [SlimDevices: SqueezeCenter] GPG Key / Security of LMS downloads

2020-05-24 Thread Man in a van
please explain exactly what you ar doing. What OS and computer would be a good start If you are new to LMS the I would suggest starting with v7.9.3, find your way around and then change ot v7.8.0 if you need to :) If it is a raspberry pi then Code: wget http://dow

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2020-05-24 Thread danielvo
dolodobendan wrote: > Have to look, wait a sec. > > This is partially obsolete (edit: no, it's not), but you could try > 'this' > (https://forums.slimdevices.com/showthread.php?108292-LogitechMediaServer-for-Qnap-x86_64-with-qts-4-2-or-higher&p=903803&viewfull=1#post903803). > > (You didn't pu

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2020-05-24 Thread danielvo
dolodobendan wrote: > Have to look, wait a sec. > > This is partially obsolete (edit: no, it's not), but you could try > 'this' > (https://forums.slimdevices.com/showthread.php?108292-LogitechMediaServer-for-Qnap-x86_64-with-qts-4-2-or-higher&p=903803&viewfull=1#post903803). > I did one year

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2020-05-24 Thread dolodobendan
danielvo wrote: > My music is in a normal shared folder (/share/CACHEDEV1_DATA/mp3) > > Should I use */share/CACHEDEV1_DATA/mp3* for scanning in the server > prefs or just "*/mp3*" ? Use whatever you see in Settings / Basic Settings when clicking on "Browse". On my system, it's /share/Multimed

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2020-05-24 Thread George_C
Hello digimaster, I am eager to try QLogitechMediaServer (QLMS) on my TS-212P. According to your initial announcement dated 2018-02-11, QLMS can be installed on, among others, systems with arm5te architecture. My TS-212P has armvtel-linux architecture. Does it qualify? ie Is armv5tel-linux a mem

Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2020-05-24 Thread Michael Herger
Hopefully, Michael will be able to look try adding the 1.02 check and spin a new build to test. I forgot to apply the change needed for LMS to pick up the 1.02 perl file for the scanner. Only did it for the server part. New build should be available soon. Please give them another try (once the

Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2020-05-24 Thread bwaldron
mherger wrote: > > Hopefully, Michael will be able to look try adding the 1.02 check and > > spin a new build to test. > > I forgot to apply the change needed for LMS to pick up the 1.02 perl > file for the scanner. Only did it for the server part. New build should > > be available soon. Plea

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2020-05-24 Thread danielvo
digimaster wrote: > I think you mean ALC for advanced folder permissions. > > Send from my mobile Phone Should this plugin (ALC) switched to active when using Advanced Folder Permissions? danielvo's Profile: http://for

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2020-05-24 Thread danielvo
dolodobendan wrote: > Use whatever you see in Settings / Basic Settings when clicking on > "Browse". On my system, it's /share/Multimedia/Music > > > squeezeboxserver needs RO permission to your music and RW permission to > your playlists. And RO permissions to the respective paths leading > t

[SlimDevices: SqueezeCenter] IO::Socket::SSL missing on Mac

2020-05-24 Thread odw199
Hi everyone, Somehow I've managed to break the perl installation on my Mac (running High Sierra) that I use to run LMS. Everything was working great up to this morning when I did two things: 1. Install nginx via brew 2. Updated Spotty and Material plugins. One of these has broken my perl insta

Re: [SlimDevices: SqueezeCenter] IO::Socket::SSL missing on Mac

2020-05-24 Thread Michael Herger
Somehow I've managed to break the perl installation on my Mac (running High Sierra) that I use to run LMS. Everything was working great up to this morning when I did two things: Try this: https://forums.slimdevices.com/showthread.php?109738-Error-Can-t-connect-to-remote-server-to-retrieve%85&p=

Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2020-05-24 Thread Michael Herger
Seems to have fixed the scanning problem -- at least on my Windows 10 server. Great! Thanks for the feedback! -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2020-05-24 Thread bobertuk
mherger wrote: > > Hopefully, Michael will be able to look try adding the 1.02 check and > > spin a new build to test. > > I forgot to apply the change needed for LMS to pick up the 1.02 perl > file for the scanner. Only did it for the server part. New build should > be available soon. Please

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2020-05-24 Thread dolodobendan
danielvo wrote: > Should this plugin (ALC) switched to active when using Advanced Folder > Permissions? Most probably not. Do you have "Support Windows ACL" enabled in your NAS? danielvo wrote: > May be that's one reason. I mixed the music and playlist folder, > pointing to the same folder...

Re: [SlimDevices: SqueezeCenter] IO::Socket::SSL missing on Mac

2020-05-24 Thread odw199
Brilliant, thank you. Followed the instructions to as written and everything is back. Issue resolved :-) LMS Server: Mac Mini with music library on Drobo 5D Living Room: Raspberry Pi + AlloBoss -> Onkyo A 9010 -> KEF LS50 Study: Raspberry Pi -> Audio Engine D1 -> Audio Addon Pro T3 Kitchen: S

[SlimDevices: SqueezeCenter] silliness getting to LMS settings page

2020-05-24 Thread poutine666
Hello. I'm having trouble browsing to the settings page of my LMS. I know this is actually likely to be a dumb network-y question, but I don't understand quite enough about networking. I thought maybe if the fix is glaringly obvious someone might share it with me. I'm on Win10 with the latest

Re: [SlimDevices: SqueezeCenter] silliness getting to LMS settings page

2020-05-24 Thread philippe_44
poutine666 wrote: > Hello. > > I'm having trouble browsing to the settings page of my LMS. I know this > is actually likely to be a dumb network-y question, but I don't > understand quite enough about networking. I thought maybe if the fix is > glaringly obvious someone might share it with me.

[SlimDevices: SqueezeCenter] Stream not working after update

2020-05-24 Thread seppmaier
Hi everyone :) First of all - many thanks for the amazing products, you guys are the best! I have a small issue: After an update from 7.9.2 to the version below, there are a small number of manually entered streams (in the Tune In url menu) that don't work anymore. I get: [20-05-25 10:47:06.1

Re: [SlimDevices: SqueezeCenter] C-3PO plugin, a trnscoding helper.

2020-05-24 Thread Gobuleberbu
amatala wrote: > > > 30362 Hi!! little question for you, you seem to be able to use c3po with any type of input. How have you done that? I've tried on raspbian and on my mac but I just don't have those formats.. Am I missing something? ---