Re: [slim] Virtual Libraries - help beginner please

2019-05-22 Thread Michael Herger
*params => { library_id => Slim::Music::VirtualLibraries->getRealId('AAA') },* No need to define the library_id at this level. The top level menu item doesn't need it, but only the sub-items. Therefore: *push @items*,{ type => 'link', name =>

Re: [slim] Returning squeezeboxer looking for server advice

2019-05-22 Thread Jeff07971
> I believe the terminology is a headless server. Yes that is correct, you'd have to identify the processor etc in the Tranquil as some were 32bit only and some Linux distros now (Including my favourite Centos) are 64 bit As long as you can find a decent distro I think it will make a good LMS

Re: [slim] Returning squeezeboxer looking for server advice

2019-05-22 Thread boardtc
Jeff07971 wrote: > I would think the Tranquil T7 would still be OK > WHS probably (definitely) not but could be replaced with Linux of some > flavour if you have or are willing to learn some linux skills > > Jeff Great idea thanks, I had not considered that! I do have a little Linux. I'll do

Re: [slim] Returning squeezeboxer looking for server advice

2019-05-22 Thread Jeff07971
I would think the Tranquil T7 would still be OK WHS probably (definitely) not but could be replaced with Linux of some flavour if you have or are willing to learn some linux skills Jeff *Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLite-X,PiCorePlayer x3 *Server:* LMS Version: Latest

Re: [slim] Virtual Libraries - help beginner please

2019-05-22 Thread afriend
mherger wrote: > exploring new ground here I would like to group select menus from *various* virtual libraries into *one* single top level menu folder (as explained in 'post 1' (https://forums.slimdevices.com/showthread.php?109334-Virtual-Libraries-help-beginner-please=918401=1#post918401)).

[slim] Returning squeezeboxer looking for server advice

2019-05-22 Thread boardtc
4 years ago I packed up my Tranquil pc T7 which ran WHS and I used for a Squeezebox server for an original sqeezebox and a boom. I loved it for accessing the BBC, Deezer and Soma radio. We moved house and the kit is still boxed up now! _But_ we now have finally completed the (smart) wiring in

Re: [slim] Returning squeezeboxer looking for server advice

2019-05-22 Thread d6jg
boardtc wrote: > 4 years ago I packed up my Tranquil pc T7 which ran WHS and which I used > for a Squeezebox server for an original squeezebox and a boom. I loved > it for accessing the BBC, Deezer and Soma radio. But we were moving > house...and the kit is still boxed up now! > > _But_ we

Re: [slim] Returning squeezeboxer looking for server advice

2019-05-22 Thread Manul
Will you just be accessing online services or do you plan to serve your own music collection through the server as well? If the latter, what size of collection are we talking about? Manul's Profile:

Re: [slim] [ANNOUNCE] SqueezePlay for Mac OSX

2019-05-22 Thread Mothy_Tim
ralphy wrote: > You need to set SDL_VIDEO_ALLOW_SCREENSAVER=1 in a Run a script using > /bin/bash automator script. > > > Code: > > export SDL_VIDEO_ALLOW_SCREENSAVER=1 > /Applications/SqueezePlay.app/Contents/MacOS/SqueezePlay > $HOME/SqueezePlay.log 2>&1 &