Re: [SlimDevices: SqueezeCenter] Scanner ignores album title "0"

2017-01-04 Thread reinholdk

Great, thanks a lot, Michael.
Probably it'll take a few days for me to try it, but I'll report back.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106700

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


Re: [SlimDevices: SqueezeCenter] Scanner ignores album title "0"

2017-01-03 Thread reinholdk

Sounds like it's too much effort to fix it at all places.

Although I think I'll keep the workaround with the modified album title
in place then, I'd still apply the patch for creating the album. Better
to have the album visible without title than hidden & merged with other
tracks in the 'No Album' album.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106700

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


Re: [SlimDevices: SqueezeCenter] Server keeps crashing

2017-01-03 Thread reinholdk

Bobsq wrote: 
> This is nothing in the settings that points to ihumor.

Maybe the Picture Gallery/Image Browser plugins?



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106571

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


Re: [SlimDevices: SqueezeCenter] Scanner ignores album title "0"

2017-01-03 Thread reinholdk

mherger wrote: 
> Could you please drop a sample track to my inbox?
> 

Done.

There are a few places where the web UI doesn't show the title, e.g. in
the navigation bar on top of the left pane or in the album list of that
artist.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106700

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


Re: [SlimDevices: SqueezeCenter] Scanner ignores album title "0"

2017-01-03 Thread reinholdk

mherger wrote: 
> Would you be able to edit a file and give the following patch a try?
> 

Well, it nearly worked.
I used my older LMS in a Linux VM and after stopping LMS, modifying
/usr/lib/perl5/vendor_perl/Slim/Schema.pm, restarting LMS and performing
a full scan, the album was created correctly but it's title is not
displayed in the web UI.
21790

The title is there in the albums table of library.db and it's displayed
in the web UI's upper area of the right pane if a track is selected to
be played.


+---+
|Filename: ScreenShot 105.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=21790|
+---+


reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106700

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


Re: [SlimDevices: SqueezeCenter] Scanner ignores album title "0"

2016-12-30 Thread reinholdk

d6jg wrote: 
> There is also Damien Rice's 0 (or is it O as it appears I have it as) -
> https://en.wikipedia.org/wiki/O_(Damien_Rice_album)

Have it as well - as O.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106700

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


Re: [SlimDevices: SqueezeCenter] Scanner ignores album title "0"

2016-12-29 Thread reinholdk

mherger wrote: 
> Ok, I can see where this is coming from: in Perl 0 is the same as false
> 
> or an empty string, if treated in a boolean context. Most likely there's
> 
> some lazy check like "if there's no name, then set it to no album". I 
> can look into this. Setting the name to "0" (incl. the hyphens) would 
> certainly "fix" this.

Thanks for clarifying, Michael.

I guess it's not easy to find all relevant places. I see some checks
like if ($title) in _createOrUpdateAlbum of Schema.pm, but I don't know
whether it's local to this method only.

And yes, I can workaround the issue by modifying the title, so it's not
a big deal.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106700

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


Re: [SlimDevices: SqueezeCenter] Scanner ignores album title "0"

2016-12-28 Thread reinholdk

I agree that an album named 0 is pretty unusual, but I just got one
(https://en.wikipedia.org/wiki/0_(Low_Roar_album)). And apart from
technical issues it's not different from a name like 1, which is quite
famous.

Not sure if I get your point about the queries. The Album tag in the
files is present and is neither null nor empty. So if the tag is read
correctly it should be no problem to create a record in the albums table
and set its title appropriately. But there's no record for this album in
the albums table and both the tracks and the contributor_album tables
are referring to the "No Album" record of the albums table.

So maybe it's rather an issue of reading the tags and performing some
inappropriate sanitizing checks before passing them on to the stage that
adds the records to the database.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106700

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


[SlimDevices: SqueezeCenter] Scanner ignores album title "0"

2016-12-28 Thread reinholdk

If an album is titled "0" (that is, all of the flac files for its tracks
have the Album tag set to the character zero, without quotes) then the
scanner treats it as if no album tag is present and LMS shows the tracks
under the virtual album "No Album".

This is how the files are added to the library.db. When I view the tags
of such a track in LMS webUI then the Album tag is shown correctly as
0.

This happens after performing a full scan using the most recent 7.9 (on
Win10) but also under an old 7.7.2 in a Linux VM.
Setting logging for all scan.* values to debug doesn't show anything
special.

Changing the album tags by appending a character and performing a
new scan shows the album correctly (with the modified album
name). Other single digit album names are also no problem.

Anybody else ever experienced this?



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106700

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


Re: [SlimDevices: SqueezeCenter] Missing icon in System Tray

2016-12-03 Thread reinholdk

Great that it works if you start it manually. But I'd rather disable the
other entry for the tray icon shown by Autoruns as well and move the
shortcut you created on the desktop to the autostart folder for all
users.

To do this open an explorer window and enter "shell:common startup"
(without quotes) in the address bar. This is usually the same as
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp". Then
move your shortcut from the desktop into this folder and logout (or
better restart the pc so that other instances are stopped) and login
again. Then a single instance of SqueezeTray.exe should run and be shown
in the system tray.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106556

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


Re: [SlimDevices: SqueezeCenter] Missing icon in System Tray

2016-12-03 Thread reinholdk

Well, there are two instances of SqueezeTray.exe for the same user. This
should not be the case. Please check how they get started, e.g. from
which autostart location.

The best tool for this is Sysinternals' Autoruns, which you can download
from 'here' (https://technet.microsoft.com/en-us/sysinternals/bb963902).
Simply unzip to any folder and run Autoruns.exe or Autoruns64.exe. Let
it scan your system until it says 'Ready' in its status bar. Then enter
squeeze in the Filter text box and you'll see all locations.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106556

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


Re: [SlimDevices: SqueezeCenter] Server keeps crashing

2016-12-03 Thread reinholdk

Bobsq wrote: 
> 
> I see that the file is:  D:\m1\ihumor\funny-thelink.jpg
> 
> But I haven't set up the D:\m1\ihumor directory to be scanned!
> 
> Any idea why this directory is scanned?
> 
> 

You don't have any links from your music folder to this somehow?

BTW, usually it's best to have the playlist folder outside of the music
folder.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106571

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


Re: [SlimDevices: SqueezeCenter] Missing icon in System Tray

2016-12-02 Thread reinholdk

Check under which user account the SqueezeTray.exe runs. You can see
this on Task Manager's Details tab.

Usually this is the local Windows user account you've used for login.
Guess you won't see the tray icon if it's different from the current
user. But SqueezeTray.exe should automatically start for each logged-in
user, so it's possible to see several instances of SqueezeTray.exe in
Task Manager.

Not sure what happens since you're using your MS online account for
login. Maybe a local account is created and mapped to the online
account? Need to investigate sometime...



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106556

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


Re: [SlimDevices: SqueezeCenter] Missing icon in System Tray

2016-11-30 Thread reinholdk

Check if you can find SqueezeTray.exe listed in Windows Taskmanager's
Process (Details?) list.

How do you start LMS?



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106556

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


Re: [SlimDevices: SqueezeCenter] LMS Stops Periodically

2016-11-26 Thread reinholdk

Anything suspicious in the Windows event log around the time when LMS
has stopped?



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106512

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


Re: [SlimDevices: SqueezeCenter] Peter Watkins' Plugins

2016-11-23 Thread reinholdk

DenonSerial v0.1.42

21546


+---+
|Filename: DenonSerial-0.1.42.zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=21546|
+---+


reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106217

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


Re: [SlimDevices: SqueezeCenter] LMS library scan terminated unexpectedly

2016-11-19 Thread reinholdk

So are you saying it's crashing on a certain file even after you removed
all metadata?

Are you using a cue file or single files for the album?
Try without any cover art for this album, neither embedded nor separate
files.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106322

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


Re: [SlimDevices: SqueezeCenter] Players drop out for no reason all the time

2016-11-16 Thread reinholdk

drmatt wrote: 
> Isn't there a shrink wrapped VM image for this? Forget dual boot just
> put VMware player or virtual box on and run it in a VM. Lots of folks
> have successfully done this.

Yes, a VM would be a simple way to try. But on this Samsung NC10? Not so
sure...



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106447

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


Re: [SlimDevices: SqueezeCenter] CanNOT get 2 new downloaded mixes to display album art ..

2016-10-23 Thread reinholdk

If the file name is different from what you expected then maybe LMS
didn't scan the file you think it should.

- Did you check whether the old file is still part of your library's
music folder?
- Do you have the old and new file in the same folder? Do they have the
same tags?
- Are you using cue files?



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106277

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


Re: [SlimDevices: SqueezeCenter] lms not listening on all interfaces

2016-10-20 Thread reinholdk

gillecaluim wrote: 
> Is there a way to get lms to listen on more interfaces?

Not exactly (afaik), but you can specify the ip it should use. See the
command line parameters posted 'here'
(http://forums.slimdevices.com/showthread.php?103614-Doc-of-parameter=817641=1#post817641).



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106296

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


Re: [SlimDevices: SqueezeCenter] How to reactivate mysqueezebox.com tab in LMS settings?

2016-10-08 Thread reinholdk

If you're running LMS as a Windows service then you've probably appended
the --nomysqueezebox parameter to the registry value ImagePath in key 
Code:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\squeezesvc




reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106239

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9 reports images I don't have

2016-10-03 Thread reinholdk

If you want to list hidden jpg files, open a command prompt window
(maybe as admin to be sure to have full access) and enter

Code:

dir /a:h /s d:\music\*.jpg


Of course replace d:\music with the path to your music folder. 

If you want to make them visible in Windows Explorer, enter

Code:

attrib -h /s d:\music\*.jpg


There's also a global folder and search option to display hidden files.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106215

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


Re: [SlimDevices: SqueezeCenter] Out of sync playback - PC & 2 androids

2016-10-03 Thread reinholdk

fredphoesh wrote: 
> Ah, yes, the out of sync playback is not consistent, and sometimes
> drifts... I would have thought the whole point of the media server is to
> provide a clock to consistently sync with?

Sure, but afaik the players have to report back where they are in the
playback. And if they do this unreliably then the server has a hard time
keeping them in sync.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106210

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


Re: [SlimDevices: SqueezeCenter] LMS suddenly stops

2016-10-02 Thread reinholdk

doubleugk wrote: 
> Yes the process is listed, but I cannot stop it, then I reboot the PC
> and then everything is fine until some day.

Try the LMS Control Panel to check the status and the diagnostics.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106205

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


Re: [SlimDevices: SqueezeCenter] Out of sync playback - PC & 2 androids

2016-10-02 Thread reinholdk

fredphoesh wrote: 
> Hi
> Oh dear, so i guess that means no chance of syncing without buying
> Logitech hardware...

Did you try to adjust the player specific sync settings in LMS
WebUI->Settings->Player tab?
But this might be of no help if the experienced delays are too random.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106210

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


Re: [SlimDevices: SqueezeCenter] LMS suddenly stops

2016-09-30 Thread reinholdk

Does the LMS server process (SqueezeSvr.exe) still exist in Windows Task
Manager's Details list?
What does "It's not possible to restart it" mean? How do you try to
restart?



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106205

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9 Local Service Stops when Alarm triggers

2016-09-23 Thread reinholdk

HydeTheDarkerSide wrote: 
> So I guess there's a bug in LMS 7.9.0 in reading the OS version perhaps?

Maybe, but my OS is displayed correctly. But I have the Win10 Home
version and a somewhat older version of LMS 7.9 running.

If you want to be sure that you found the culprit, you could perform a
cross-check by re-enabling the Prevent System Standby plugin and trying
again. IMHO this plugin is quite useful, at least if you've configured
your system to switch to energy saving mode automatically.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106150

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9 Local Service Stops when Alarm triggers

2016-09-22 Thread reinholdk

The Prevent System Standby plugin works on Win10, at least on my system.

And I wonder why an alarm should have any influence on it.
But if the OP's system is working if it's deactivated only, so be it.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106150

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9 Local Service Stops when Alarm triggers

2016-09-21 Thread reinholdk

HydeTheDarkerSide wrote: 
> It's installed as a service so there's no LMS tray icon.  But if you
> open the Local Services from the View Local Services option in settings,
> LMS is listed as Automatic but is in fact not running.  Task Manager
> shows no processes running either when it's been stopped by an alarm
> going off.  Control Panel is set to run automatically as System Start.
> 

The tray icon should be there, even if LMS runs as a service. Maybe it's
hidden in the expandable area of the system tray?
When you recognize that LMS has been stopped, does the Local Services
window show the LMS service as not running? And did you look in the Task
Manager's Details list for SqueezeSvr.exe? (SqueezeTray.exe should also
be there.)
Another check would be to open the Diagnostics tab of the LMS Control
Panel and see the status there.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106150

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


Re: [SlimDevices: SqueezeCenter] Keep-awake suggestions for LMS on Windows Server?

2016-06-23 Thread reinholdk

In addition to what has been said: check out the USB drive's
manufacturer web site for some control/utilities software that might
allow to set the sleep mode.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=105787

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


Re: [SlimDevices: SqueezeCenter] Squeezesvr owner changes from to

2016-06-14 Thread reinholdk

mimnagh wrote: 
> Perhaps all .exe should be owned by system.

No, the SqueezeTray.exe always runs under the account of the logged-in
user, while for the SqueezeSvr.exe it depends whether you've started it
manually or - if it is running as a service - whether you've specified
account details or not when you've configured it to run automatically at
system start.

And even if DJanGo seems to consider this evil, it should just work when
SqueezeSvr.exe is running under the system account - provided that the
library files are accessible without a specific user account. But you
didn't tell yet where the library is stored.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=105733

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


Re: [SlimDevices: SqueezeCenter] Squeezesvr owner changes from to

2016-06-13 Thread reinholdk

Let the server run automatically at system start is indeed what you
should choose in LMS Control Panel.
And at least if the library is stored on a local disk then it's pretty
fine to let LMS run under the system account, no dedicated user account
is needed then (could be different if the library is stored on a mapped
drive or network disk). But then the server should always run under this
system account. And you should NOT start the server exe yourself, but
always use the LMS Control Panel or the LMS tray icon.

Where did you notice that the owner changes, do you mean in Windows
Taskmanager?
And where are you noticing that the library is deleted when you log in?



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=105733

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


Re: [SlimDevices: SqueezeCenter] Missing music if non-latin character paths

2016-05-23 Thread reinholdk

tass wrote: 
> I'm running as my logged-in user.
> I ran the sysinternals tool, which lists Administrators, Users and
> Authenticated Users having Read permission.
> There were a few files which also showed up with extra permissions,
> though all of these were ones which were successfully scanned in.

And just to be sure to not miss anything: please re-run the tool with
Options->File display options->Display files with permissions that
differ from parent.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=105639

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


Re: [SlimDevices: SqueezeCenter] Missing music if non-latin character paths

2016-05-23 Thread reinholdk

tass wrote: 
> Are you running from source, by any chance? I'm using the Windows
> executable version (inclusive of perl, etc.)

No, running the Windows executable as well.

To check if missing access rights are the root cause, here my question
again: Are you running LMS under the system account or any user
account?
In addition, check the access rights of your music folder using the
sysinternals tool 'AccessEnum'
(https://technet.microsoft.com/en-us/sysinternals/accessenum).



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=105639

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


Re: [SlimDevices: SqueezeCenter] Missing music if non-latin character paths

2016-05-22 Thread reinholdk

tass wrote: 
> Through the LMS settings page, when browsing to set my music library
> location, none of these folder names show up.
> I browse to "More Music", and only "élépopmusik" shows as a subfolder.

This is strange. When I create a folder named

, it shows up correctly when
browsing from the LMS settings page to set the music folder.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=105639

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


Re: [SlimDevices: SqueezeCenter] Help a newbie get LMS software working on Macbook Air again for Squeezebox Touch

2016-03-02 Thread reinholdk

nnck wrote: 
> Right now, I do not even see an option to scan with logging set to
> debug. Where is this option? (or am I not seeing it because it is LMS
> 7.5.5?).

Not sure about 7.5.5, but it should be in web UI->Settings->Advanced,
select 'Logging' from the drop-down box and scroll to see the entries
like (scan.scanner), change the mode for them and click Apply on the
page.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=105266

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


Re: [SlimDevices: SqueezeCenter] No music on Squeezebox after update to LMS 7.8.1 although 35000 files scanned.

2016-02-17 Thread reinholdk

Can you see artists, albums, etc from LMS WebUI?

What do the LMS server status and library statistics fields tell? You
can find this in WebUI->Settings->Information.

Anything suspicious in server.log or scanner.log?



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=105211

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


Re: [SlimDevices: SqueezeCenter] Prevent rescan on adding a playlist

2016-01-23 Thread reinholdk

The 'Music Folders' item is the bmf (the link address has the 'browse'
in it).



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=105074

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


Re: [SlimDevices: SqueezeCenter] Uninstalling/Installing plugins

2015-12-30 Thread reinholdk

If you've selected the "automatically run at system start" mode without
entering your user credentials then LMS runs under the system account.

This is perfectly fine, but you need to be aware that you cannot
start/stop it under your regular user account then, e.g. after selecting
or unselecting plugins in the web UI. You can stop LMS from the system
tray app and restart it from the LMS Control Panel - which you need to
run as administrator (consider setting this permanently in the
compatibility settings of the file squeezeboxcp.exe).



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=104910

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


<    1   2