Re: [SlimDevices: DIY] Proprietary SB3 Firmware Turnkey Media Solutions

2013-08-29 Thread Michael Herger
Logitech support just told me that Turnkey won't let them unlock any squeezeboxes anymore. Very frustrating. Your other long shot mail reached me ;-). Please give it another try. I assigned the player to your account. Please let me know if it's working now. -- Michael

Re: [SlimDevices: DIY] Proprietary SB3 Firmware Turnkey Media Solutions

2013-10-08 Thread Michael Herger
Any Ideas? Player MAC Address: 00:04:20:**:**.** Feel free to send me the numbers behind the asterisks to michael ät slimdevices dot com. -- Michael ___ diy mailing list diy@lists.slimdevices.com

Re: [SlimDevices: DIY] Remote NowPlaying Display

2014-08-02 Thread Michael Herger
Did you read my previous mail about onPlaylistChange? Michael Am 02.08.2014 um 14:10 schrieb MillmoorRon millmoorron.6i8...@no-mx.forums.slimdevices.com: Michael, If the playlist changes both repeat and shuffle icons update anyway. If I press the repeat button the

Re: [SlimDevices: DIY] Remote NowPlaying Display

2014-08-03 Thread Michael Herger
I changed my code to: // Repeat Status Icon SqueezeJS.UI.RptStateIcon = Ext.extend(SqueezeJS.UI.Component, { ... SqueezeJS.UI.RptStateIcon = Ext.extend(SqueezeJS.UI.Component, { onPlaylistChange : function(status){ You can't have two definitions for the same class. Only create

Re: [SlimDevices: DIY] Raspberry PI, Jivelite and a Griffin Powermate

2015-02-04 Thread Michael Herger
One more question... are you using the WQVGA skin like the Touch? That display is slightly higher (in number of lines) than the one of the Touch (320x480 vs. 272x480). Are you using it with some black borders top/bottom? -- Michael ___ diy mailing

Re: [SlimDevices: DIY] CLI - how to get Spotify artwork

2015-09-22 Thread Michael Herger
... remoteMeta:HASH(0x850f8f8) ... I don't see any sort of remote_metadata output... Right there at the end it is. Unfortunately it's one of those many small bugs in the raw CLI which make it useless :-(. If you can use http rather then telnet to talk to LMS, I'd suggest you use

Re: [SlimDevices: DIY] CLI - how to get Spotify artwork

2015-09-22 Thread Michael Herger
The commands are the same as in the CLI, which is documented on your server: http://yourserver:9000/html/docs/cli-api.html. Formal documentation for jsonrpc.js?.. Hmm... Pick your browser of choice, open the dev tools and check out how the web UI to LMS is polling for player changes. It's all

Re: [SlimDevices: DIY] CLI - how to get Spotify artwork

2015-09-22 Thread Michael Herger
Can anyone point me to a best method to get the Spotify album artwork? Easiest: update to 7.9. A bit more complicated: parse the status answer for the remote_metadata or similar element. In there you should find the artwork URL. Ok, not sure what is easier :-) -- Michael

Re: [SlimDevices: DIY] and here's a hack from me

2016-03-10 Thread Michael Herger
Wil then act also as a VPN gateway for "dns-unaware" Squeezebox Radios, providing a static IP to them. Now that's something I'm surprised hasn't come up before. At some point I even hoped somebody could come up with a solution to build this in to a SB Touch. But who needs a Touch for this

Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2017-03-02 Thread Michael Herger
Will need to get myself a pi0W, too, are they already available at all? The German distributor linked from the Pi website claims to have them. But then I've only seen bundles, like the 800EU bundle for schools... but not the computer alone. -- Michael

Re: [SlimDevices: DIY] LMSTools - python library for Logitech Media Server

2017-04-01 Thread Michael Herger
Yes. The menu is retrieved by sending a json command. The module interprets the response and turns it into menu item objects. TBH I was confused about this, too. I think what you're doing in the library actually belongs in the application specific space: you're taking a menu definition and

Re: [SlimDevices: DIY] Player pictures

2017-04-24 Thread Michael Herger
I think that it would require a software change to Squeezelite or LMS before you can do anything as easy as type a preferred name etc. Correct. This could be a simple plugin overriding getPlayerIcon here:

Re: [SlimDevices: DIY] Writing plugin for picoreplayer / jivelite

2017-08-22 Thread Michael Herger
I would like to write a simple plugin for picoreplayer / jivelite, where the screen displays a couple of buttons. When the buttons are clicked, it sends a GET request to my home automation server, which then turns some light off or on. Is there a tutorial or instructions which shows how to write

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

2017-08-22 Thread Michael Herger
But I don't know enough to get it to work. What functions should I be calling? Thanks for any suggestions. SqueezeJS.Controller.setVolume(1, '+') Or '-', obviously. The number defines how many steps you want to increase it (volume goes from 0 - 100). But TBH: I'm not sure whether this

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

2017-06-11 Thread Michael Herger
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. There's no nowplaying.html in LMS? But if you look at the default skin, then you'll see there are

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

2017-08-23 Thread Michael Herger
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 ___ diy mailing list diy@lists.slimdevices.com

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

2018-06-02 Thread Michael Herger
"Can anybody tell me the installation directory for a Mac running LogitechMediaServer (7.9.1) please? " /Library/PreferencePanes/Squeezebox.prefPane/Contents/server/ Checking Settings/Information might have given you some good pointers :-) -- Michael

Re: [SlimDevices: DIY] Squeezebox 3 documentation

2019-04-06 Thread Michael Herger
My SB3 is dead. My brother-in-law thinks he can fix it if he can find a schema over the printlayout. Is that available anywhere? Unfortunately I didn't manage to "free" the documentation despite several attempts. There are forum users Philippe44 and JoeMuc2009 who might have some idea, as

Re: [SlimDevices: DIY] DIY Standalone Speaker

2019-04-09 Thread Michael Herger
There are philipp44's various bridge plugins which allow you to use Airplay or DLNA compatible speakers. Of which there are a few good looking. (never tested any of this, but highly recommended by others) -- Michael ___ diy mailing list

Re: [SlimDevices: DIY] HG Wells - The Music Machine

2019-06-09 Thread Michael Herger
Made another but with an added LCD screen. Very cool! -- Michael ___ diy mailing list diy@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/diy

Re: [SlimDevices: DIY] Binky, a squeezebox based Kid's music box

2020-05-27 Thread Michael Herger
I finally found the time to post here about Binky, a DIY music box i built for my Daughter birthday Excellent! I like that very much! In particular the box itself is looking very cool. At home it's finally a Frozen movie sound track music box only, but it may play any playlist you saved on

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

2020-06-21 Thread Michael Herger
I want to install this on my Synology DS218+ Diskstation, but have no idea where Logitech Media Server is saved on the drive and how to access those folders to save the html file. Can anyone advise? Check Settings/Information where you'll find information about the installation folders. --

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

2020-06-23 Thread Michael Herger
I've tried WinSCP, but can only access the user folders added using the Synology Manager - I can't see the other folders on the volume that contain the program files. I've a feeling Synology lock these down quite heavily. I think I could get to them via PuTTY, but don't know the exact pathway to

Re: [SlimDevices: DIY] Album Art Display

2020-11-11 Thread Michael Herger
Dear all, it has been I while since I last posted here. SSODS is long dead, but the Squeezeboxes are still going strong and are in daily use. But I believe some of your codes still is alive in Slim::Utils::OS::Synolog. It's always good to see familiar names again :-). Anyway, I built

Re: [SlimDevices: DIY] Remotely reboot Squeezebox Radio

2021-01-17 Thread Michael Herger
Sometimes they freeze, sometimes they just loose connections. The result is the same they need to be rebooted, so I would like to have the rebooted remotely on a regular basis when not they are not likely to be in use I would have said that you could SSH in to them to reboot them. But if they

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

2022-12-18 Thread Michael Herger
https://www.picoreplayer.org is the way to go. I use it on a Pi3 and Pi4 and it has plenty of power to manage my 20k tracks in addition to a bunch of plugins. ___ diy mailing list diy@lists.slimdevices.com