Re: [SlimDevices: SqueezeCenter] LMS not completing 'Clear Library and Rescan'?

2016-11-20 Thread Jeddie
I found a thread that said how to clear a cache via control panel. I followed this and now all is working ok. But it deleted my only plug-in => Trackstat. I re started LMS and Track stat is back. But is it correctly showing my statistics up until the crash? From the look of it I would say no. I

Re: [SlimDevices: SqueezeCenter] Problem with Latest Nightly and Android Squeezer

2016-11-20 Thread Gerrelt
Hi Cloudatlas, I encounter the same problem, I've installed the nightly build from 19 november. It works when using the LMS web management page, I can select players and start playing something. But both from the Squeezer app or the Squeeze Controller app I cannot select players. I have looked a

Re: [SlimDevices: SqueezeCenter] Problem with Latest Nightly and Android Squeezer

2016-11-20 Thread CloudAtlas
Hi Gerrelt - thanks for confirming that it's not just me. I did email the Squeezer developer after posting this thread but have not heard from him yet. Hopefully Michael with be able to make a change for the next release. ---

Re: [SlimDevices: SqueezeCenter] LMS not completing 'Clear Library and Rescan'?

2016-11-20 Thread SlimChances
You can back Trackstat up periodically, Server Settings/Trackstat/Backup/Restore/Clear . I think you have to assign a directory and file name for the backup Logitech Media Server Version: 7.9.0 - 1472937447 @ Tue Sep 6 04:19:01 UTC 2016 Operating system: Debian - EN - utf8

Re: [SlimDevices: SqueezeCenter] Problem with Latest Nightly and Android Squeezer

2016-11-20 Thread pic
Gerrelt wrote: > > [...] > The build from 21 October doesn't have this change, so maybe that one > works. > I don't know if the previous nightly builds are available somewhere? > +1 Nigtly built 7.9.0~1479378558 19-Nov-2016 (running on Raspberry PI) has problems with Android Squeezer app. Ver

Re: [SlimDevices: SqueezeCenter] Problem with Latest Nightly and Android Squeezer

2016-11-20 Thread Gerrelt
Woohoo, I just fixed it. I suddenly realised that the LMS server is (mainly?) written in Perl. And Perl is not compiled but interpeted. Which means the code can be changed after installing. To fix this issue you have to log in to your server and find file "Queries.pm". You will probably find it

Re: [SlimDevices: SqueezeCenter] LMS 7.9 "Starting Logitech Media Server" problem

2016-11-20 Thread Tmgolf
I am having a similar problem with the LMS server not starting but I am having the problem on an iMac running OS Sierra 10.12.1 Any ideas? Tmgolf's Profile: http://forums.slimdevices.com/member.php?userid=64632 View this

[SlimDevices: SqueezeCenter] LMS no longer finds my music

2016-11-20 Thread wus
I have LMS v7.7.2 as provided by QNAP in their app center, running on a QNAP TS-451 Pro II. The NAS's OS currently is 4.2.2 (2016/11/02), although this updates frequently and so far these updates never have been a problem. My 2 players, a Receiver and a Touch, both connect to it, and they also pl

Re: [SlimDevices: SqueezeCenter] Problem with Latest Nightly and Android Squeezer

2016-11-20 Thread pippin
OK, you should probably still notify Michael or file a bug so that it gets fixed. Most apps probably don't rely on this playerindex (iPeng certainly doesn't ) but some still might. I think the change was probably accidental, what Michael was doing was adding the modelname and firmware fields upon

Re: [SlimDevices: SqueezeCenter] Problem with Latest Nightly and Android Squeezer

2016-11-20 Thread Gerrelt
I agree, and I allready notified Michael, I am sure he will fix it. Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186 View this thread: http://forums.slimdevices.com/showthread.php?t=106475 _

Re: [SlimDevices: SqueezeCenter] LMS no longer finds my music

2016-11-20 Thread drmatt
Permissions on the files is the obvious one. drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498 View this thread: http://forums.slimdevices.com/showthread.php?t=106477 ___

Re: [SlimDevices: SqueezeCenter] Trap Divide Error with Logitech Media Server

2016-11-20 Thread w3wilkes
Just one comment as an old retired programmer... Murphy's law applies here "if anything can go wrong, it will". Whatever code is failing should have tested the operand(s) for validity prior to performing an operation that has any possibility of failing. The error should be noted (logged) and then

Re: [SlimDevices: SqueezeCenter] LMS no longer finds my music

2016-11-20 Thread wus
Can you be a bit more specific, please? I have not changed permissions recently. I - currently the only user on my NAS - and admin both have RW permissions on the music folder. Is that what you meant? wus's Profile: http:/

Re: [SlimDevices: SqueezeCenter] LMS no longer finds my music

2016-11-20 Thread drmatt
Basically yeah. Don't know much about the way it runs on the NAS servers, but I would guess it runs as a separate uid not as admin, so you'd need to ensure that uid has read access to all the music folders. Sent from my Nexus 9 using Tapatalk --

Re: [SlimDevices: SqueezeCenter] LMS no longer finds my music

2016-11-20 Thread d6jg
You may find that a firmware upgrade has destroyed the symlinks to your music folder that LMS is set to use. Go to settings and try re-adding the music share. You may have to click about a bit to find it. This annoyance happened to me in one of the QNAP upgrades. I now use a different machine for

Re: [SlimDevices: SqueezeCenter] LMS no longer finds my music

2016-11-20 Thread wus
I'm sorry, I don't know what a simlink is. If you meant this 21529 I was there already, as described above. +---+ |Filename: LMSbasicSettings.png | |Download: http://forums.slimdevices.com/attac

Re: [SlimDevices: SqueezeCenter] LMS 7.9 "Starting Logitech Media Server" problem

2016-11-20 Thread Man in a van
Tmgolf wrote: > I am having a similar problem with the LMS server not starting but I am > having the problem on an iMac running OS Sierra 10.12.1 > > > Any ideas? http://forums.slimdevices.com/showthread.php?105115-LMS-7-9-won-t-start-with-Mac-OS-X-10-11-4 --

Re: [SlimDevices: SqueezeCenter] Problem with Latest Nightly and Android Squeezer

2016-11-20 Thread Michael Herger
Now edit this file and add these lines after line 2348: Code: $request->addResultLoop('players_loop', $cnt, 'playerindex', $idx); Good catch! And I was sure I did compare before and after before committing it. Oh well

Re: [SlimDevices: SqueezeCenter] LMS 7.9 "Starting Logitech Media Server" problem

2016-11-20 Thread Michael Herger
I am having a similar problem with the LMS server not starting but I am having the problem on an iMac running OS Sierra 10.12.1 Please check the various threads about this. I think this issue started with Yosemite... basically a permissions problem in ~/Library/Logs. Give it all access to your

Re: [SlimDevices: SqueezeCenter] LMS no longer finds my music

2016-11-20 Thread Man in a van
wus wrote: > I'm sorry, I don't know what a simlink is. > > If you meant this > 21529 > I was there already, as described above. Maybe switch off/restart the NAS router and computer. Then renew the path to the Multimedia Share in LMS (and check that you can see your music files before doing

Re: [SlimDevices: SqueezeCenter] LMS no longer finds my music

2016-11-20 Thread d6jg
Remove the ticks from Pictures & Videos As Ronnie says the Playlist folder should not be in the same path Normally the music folder would be share/Multimedia/Music And the playlists share/Mumtinedia/Playlists Pictures & Videos should go in share/Multimedia/Pictures Etc Scanning the whole Multi

Re: [SlimDevices: SqueezeCenter] LMS no longer finds my music

2016-11-20 Thread wus
I'm just doing another restart, although I had already restarted the NAS before. I don't quite see why I should restart the router - it is working, and has nothing to do with what's going on on the NAS, other than the communication needed to control it from my computer's browser. And that works

Re: [SlimDevices: SqueezeCenter] LMS no longer finds my music

2016-11-20 Thread d6jg
Neither share/Public or share/Multimedia are the real paths they are both symlinks but that probably isn't the issue The real paths are something quite obscure like HD0-1/path to/files/QNAP/Public but that may not matter if you can see what you expect to see via QNAP file manager It will be per

Re: [SlimDevices: SqueezeCenter] LMS no longer finds my music

2016-11-20 Thread wus
d6jg wrote: > Do you know how to use Putty or WinSCP?No, not really. I heard or read about > them, but never used them. Why would I use them here? d6jg wrote: > As your music is in Public we can assume that security is not a big > issue to you.Why do you assume that? My NAS is only Public with

Re: [SlimDevices: SqueezeCenter] LMS no longer finds my music

2016-11-20 Thread d6jg
wus wrote: > No, not really. I heard or read about them, but never used them. Why > would I use them here? > > Why do you assume that? My NAS is only Public within my home network, > not to the outside internet. Putty or WinSCP - you need to look at the permissions and ownership of the MP3 file

Re: [SlimDevices: SqueezeCenter] LMS no longer finds my music

2016-11-20 Thread drmatt
Because my music isn't shared to every single device that drops into my home WiFi. Most people don't leave their stuff wide open, even inside the firewall. Sent from my Nexus 9 using Tapatalk drmatt's Profile: http://for