Re: [SlimDevices: DIY] Remote "NowPlaying" Display

2016-03-08 Thread Apesbrain
On Windows server the "nowplaying.html" file goes in: C:\Program Files\Squeezebox\server\HTML\EN\html\SqueezeJS\ You load it in a browser at: YOUR_SERVER_IP:9000/html/SqueezeJS/nowplaying.html Apesbrain's Profile:

Re: [SlimDevices: DIY] Remote "NowPlaying" Display

2016-03-08 Thread Apesbrain
Exactly, you can display it in any browser. QNAP runs some form of linux, right? Can you terminal into it and copy the file to the equivalent folder to what I posted? Should be easy to find. Apesbrain's Profile:

Re: [SlimDevices: DIY] Streaming vinyl wirelessly to squeezebox receivers

2016-03-01 Thread Apesbrain
Cool implementation, OP! mooblie wrote: > Does the pre-amp do the RIAA de-emphasis? Yes, or you can use the version of the Behringer ADC that is made for phono: http://www.amazon.com/Behringer-UFO202-BEHRINGER-U-PHONO/dp/B002GHBYZ0

Re: [SlimDevices: DIY] Streaming vinyl wirelessly to squeezebox receivers

2016-03-01 Thread Apesbrain
d6jg wrote: > I already have all of the physical components used in this solution so > would also be interested in a howto on the Pi setup. The basics of it are here: https://stmllr.net/blog/live-mp3-streaming-from-audio-in-with-darkice-and-icecast2-on-raspberry-pi/

Re: [SlimDevices: DIY] Remote "NowPlaying" Display

2016-03-08 Thread Apesbrain
castalla wrote: > and where do the other zip files go??? What are their names and I'll look them up on my server. Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738 View this thread:

Re: [SlimDevices: DIY] Add volume control to "nowplaying.html"

2017-08-22 Thread Apesbrain
I'd like to bind the "Up" and "Down" keyboard arrow keys to Squeezebox volume. There is a javascript library called Mousetrap that will enable this: https://craig.is/killing/mice The code should look something like this: Code: //Keyboard actions

Re: [SlimDevices: DIY] Windows App to run Squeezelite and LMS Web interface from Tray Icon

2017-06-25 Thread Apesbrain
Thanks for this. I installed it on W10 Pro Build 15063 and squeezelite is running. Problem with interface, though. Right-click and select "Settings...", "On/Off" slider in upper left is "Off". If I switch it "On", I get error message below; same if I then switch it back "Off". [image:

[SlimDevices: DIY] Add volume control to "nowplaying.html"

2017-06-11 Thread Apesbrain
Is this possible and, if so, can you give me a hint on how it might be done? I'm looking for a control that would show current volume ("Vol: 72") and have a "+" and "-" button. Thanks. Apesbrain's Profile:

Re: [SlimDevices: DIY] Add volume control to "nowplaying.html"

2017-08-23 Thread Apesbrain
mherger wrote: > > Can you tell me the equivalent SqueezeJS commands for "pause" and > > "play"? > > SqueezeJS.Controller.playerControl(['play']) etc. You can basically use > > any CLI command calling playerControl(). > > -- > > Michael Have tried the code below but 'back' and 'next' do not

Re: [SlimDevices: DIY] Add volume control to "nowplaying.html"

2017-08-23 Thread Apesbrain
Thanks Michael. The following code works in Chrome: Code: Mousetrap.bind ('up', function() {SqueezeJS.Controller.setVolume(0.5, '+')}); Mousetrap.bind ('down', function() {SqueezeJS.Controller.setVolume(0.5, '-')});

Re: [SlimDevices: DIY] A Pi-based whole house system

2018-12-22 Thread Apesbrain
Nice job. I'd be surprised if 1.5W cuts it, but 40W with the bigger power supply should be fine. Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738 View this thread:

Re: [SlimDevices: DIY] Remote "NowPlaying" Display

2019-05-16 Thread Apesbrain
Have been using a variation of this "Now Playing" browser screen for some time and finally got it working the way I want. 27344 If you'd like to use it, do the following on the machine running LMS: 1. Download 27345, rename it to nowplaying.html, and put it in

Re: [SlimDevices: DIY] PiCorePlayer with LMS - Which Pi?

2020-06-19 Thread Apesbrain
Heuer wrote: > Silverstone have just released an all alloy case for the Pi4: Nice, but I don't think it will acommodate a HAT. Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738 View this thread:

Re: [SlimDevices: DIY] Create piCorePlayer for Samsung N150 Plus

2021-12-26 Thread Apesbrain
What OS are you running on the Samsung? Are you using the laptop as a server, player, or both? Maybe some hints here: https://www.imagetracking.org.uk/2018/08/setting-up-a-home-music-server-player-on-linux/ Apesbrain's

Re: [SlimDevices: DIY] Instructions for putting together low power consumption LMS server ?

2022-12-18 Thread Apesbrain
swayzak wrote: > Is there an easy way to set up a Windows 10/11 laptop to come out of > sleep mode when using LMS ? Some Squeezebox devices will send a "Wake-On-LAN" packet to the server PC when they are put into play mode. Generally, Windows can be configured to respond to this:

Re: [SlimDevices: DIY] Remote "NowPlaying" Display

2022-11-05 Thread Apesbrain
castalla wrote: > Any ideas? Does your Android TV have a browser? If so, point to: [Insert.Server.IP]:9000/material/?layout=desktop=Guest%20Room=expandNowPlaying/true For "player" substitute the SB player name you want to mirror. P.S. Not sure why it looks like there is a space toward end of