Re: [SlimDevices: Beta] Scanner can't see symbols?

2016-04-25 Thread Michael Herger
I tried Music Folder (via the web interface, I'm at work) and I cannot see the folder: What if browsed on device or mobile app? What about the Albums folder? And did you check the server.log file when browsing the music folder? -- Michael ___ beta

Re: [SlimDevices: Beta] Question about commit ae43ff87f405d867a23c89449ff0a6e0e6e3c79a

2016-04-25 Thread Michael Herger
`git show -s --format=%h\\|%ci 2> /dev/null` [..] Am I just reading this wrong? Yes :-). It's not a pipe to another command, but a pipe sign within the format string. The double back-slash is to escape it. I'm using it to later on split the commit hash from the timestamp. Could have used

Re: [SlimDevices: Beta] Question about commit ae43ff87f405d867a23c89449ff0a6e0e6e3c79a

2016-04-25 Thread Greg Erskine
Maybe?? https://git-scm.com/docs/pretty-formats Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403 View this thread: http://forums.slimdevices.com/showthread.php?t=105518

[SlimDevices: Beta] Question about commit ae43ff87f405d867a23c89449ff0a6e0e6e3c79a

2016-04-25 Thread gharris999
In Slim/Utils/Misc.pm, line 1117, I'm not sure I understand what: Code: `git show -s --format=%h\\|%ci 2> /dev/null` ..is supposed to do. On my system, git show -s --format=%h returns "ae43ff8" ..which is obvious enough. But %ci

Re: [SlimDevices: Beta] Scanner can't see symbols?

2016-04-25 Thread reinholdk
If your library is not too big I'd set the log settings for the scanner to Debug and run a full scan again to have all the details in the scanner.log. Otherwise, I'd try with just the missing folder as the only part of your library. Guess the following should allow you to revert things easily: