Re: [SlimDevices: SqueezeCenter] Case Sensitive Player MAC with wget but Not HTTP?

2018-11-19 Thread sodface
Greg Erskine wrote: > hi sodface, > > FYI: > > 1. piCorePlayer MAC address routines always convert MAC addresses to > lower case. It was done that long ago I can't remember exactly why. > > 2. piCorePlayer mostly uses BusyBox wget. On the odd occasion, we > install the full GNU wget

Re: [SlimDevices: SqueezeCenter] Alarm

2018-11-19 Thread Tony T
JPEG wrote: > Sorry to revive a very old thread, but has > > > Code: > > sudo nvram boot-args="darkwake=0" > > > > proven to be a successful long-term solution? > > Any problems with this preventing a Mac from sleeping normally after >

Re: [SlimDevices: SqueezeCenter] Prevent System Standby not working

2018-11-19 Thread Tony T
JPEG wrote: > Did this work for you over the long term? Yes. Tony SBTouch SBRadio Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread:

Re: [SlimDevices: SqueezeCenter] Case Sensitive Player MAC with wget but Not HTTP?

2018-11-19 Thread Greg Erskine
hi sodface, FYI: 1. piCorePlayer MAC address routines always convert MAC addresses to lower case. It was done that long ago I can't remember exactly why. 2. piCorePlayer mostly uses BusyBox wget. On the odd occasion, we install the full GNU wget (wget.tcz). Changes to BusyBox wget has caused

Re: [SlimDevices: SqueezeCenter] Alarm

2018-11-19 Thread JPEG
Tony T wrote: > It's a one-time command to set from Terminal. No need to put the > command in the boot-up process Sorry to revive a very old thread, but has Code: sudo nvram boot-args="darkwake=0" proven to be a successful long-term solution?

Re: [SlimDevices: SqueezeCenter] LogitechMediaServer for Qnap x86_64 with qts 4.2 or higher

2018-11-19 Thread digimaster
Yes if its installed from QNap Club app store, you can not install it manually. But are you sure, the x86_64 will work? But you could try it. Logon with shh shell. Do [ cd /share/*/.qpkg/LogitechMediaServer ] Then [ cp -RP SlimServer/Cache /share/*/Download/ ] , [ cp -RP SlimServer/prefs

Re: [SlimDevices: SqueezeCenter] LogitechMediaServer for Qnap x86_64 with qts 4.2 or higher

2018-11-19 Thread jasell
digimaster wrote: > * > > > > No need to uninstall any old lms installations, from version 2.00.00, > can be installed beside any other lms or perl installations. > > 'How to add the Qnapclub store to the QNap App center' > (https://www.qnapclub.eu/en/howto/1) > > 'The latest

Re: [SlimDevices: SqueezeCenter] Including operators in Advanced Search UI

2018-11-19 Thread Paul Webster
Correct - including a NOT. I have indexed some radio shows with .cue files ... and sometimes would like to listen to them without the spoken links which I have prefixed in the .cue file with "Link: " or I might want to play random tracks from those shows but, again, without the spoken links.

Re: [SlimDevices: SqueezeCenter] DSD support in SOX

2018-11-19 Thread ralphy
Yes it's that simple, however you may need additional programs and libraries not installed by default to compile it. Does the sox in the Bin/arm-linux folder not run on your NAS? The armel sox included with the latest lms 7.9.2 has opus and dsd support already. Ralphy *1*-Touch,

Re: [SlimDevices: SqueezeCenter] Case Sensitive Player MAC with wget but Not HTTP?

2018-11-19 Thread sodface
Thanks for the replies, I believe the browser is to blame. Chrome and Opera both retrieve the correct cover art with upper or lower case mac in the request url. I didn't think to try it last night or before posting this thread, but I just tried Internet Explorer and it works the same way as

Re: [SlimDevices: SqueezeCenter] Case Sensitive Player MAC with wget but Not HTTP?

2018-11-19 Thread DJanGo
bpa wrote: > so I think now player id in this case player id is created from the > lowercase version of MAC Address. Yapp Code: printf "player id 0 ?\nexit\n"|nc 127.0.0.1 9090|sed 's/%3A/:/g' Always return lowercase macaddress