Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-12-19 Thread Michael Herger
"Failed to get access token Please check Settings/Advanced/Spotty Spotify for Squeezebox in the web interface" ... LMS 8.8.0 is running on Lubuntu 10.04.5. Spotty is version 4.4.5. This What IO::Socket::SSL is this using (see Settings/Information in LMS)? 10 years might be a tad old. --

Re: [SlimDevices: Plugins] Pandora 45 min timeout

2020-12-19 Thread Michael Herger
Something in the logs got me to thinking, so I checked the Squeezelite internal stream and output buffers. I believe I'd been fooling around with the buffer sizes at some point a few months ago, and forgot to reset those values to the default. I hadn't used Pandora in a while until just recently,

Re: [SlimDevices: Plugins] iPeng support thread

2020-12-19 Thread pippin
Looks like an issue with the artwork cache or you are using some image format iOS doesn’t support. Or you have specifically set no image for that track. The image for the NowPlaying screen is an unscaled track image, the Playlist uses the album image first and then updates for the track image

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread Marsupial
doing some debugging I realized that at boot time, there's a period where the player isn't ON yet, but is not OFF either. it is "unavailable" So I'll find a way to prevent these unwanted power-on Marsupial's Profile:

Re: [SlimDevices: Plugins] iPeng support thread

2020-12-19 Thread mps
Hi, I am missing a lot of images on iPeng that show up in other interfaces (or even elsewhere in iPeng). For example, in the following picture, the image for the current song is shown in the "slide in playlist" but not the "now playing" in the upper left corner, even though they represent the

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread Marsupial
I think I got something working. And it is not super difficult to achieve. caveat: I am using Home Assistant to manage my "things" How? Within Home Assistant I installed Node-Red. It is a flow programming tool that can be embedded within Home Assistant and pull information from it. >From

Re: [SlimDevices: Plugins] Mixlr plugin

2020-12-19 Thread mavit
punnet wrote: > Is it likely that it will be able to play on-demand shows sometime? This is what Mixlr calls showreels? They seem to be implemented in a different and more complicated way from live streams. It's not something I currently use myself, so I'm afraid I'm unlikely to get around

Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2020-12-19 Thread timmoss501
staresy wrote: > When browsing programs via Station & Schedules is it possible to add a > "more info" tab or something similar to allow the full program > description (as provided in the BBC Sound app) to be displayed? > > This would make browsing the schedules a lot more useful. > > Thanks.

Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-12-19 Thread russella
Hey Michael, I had some initial success with Spotty a few months ago, and got it set up for my daughter who is the main Spotify user. We have several SqueezeBox Radios and Spotify access would be a big benefit for their continued use at our house. However recently Spotty stopped working. On

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-19 Thread pberger
cpd73 wrote: > Ah, sorry that's a bug. Fixed for 2.1.2 Thanks! Works like a charm pberger's Profile: http://forums.slimdevices.com/member.php?userid=10769 View this thread:

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread bpa
Marsupial wrote: > Is the remote control responding to lms events, or just menu entries? > > I'd want the power to be automated with the on/off state of the > player... For LMS based solutions. RemoteControl Plugin is drive by the menus. LMS event can be used to trigger scripts using the

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread Marsupial
bpa wrote: > If they're very simple http - it may not even need a plugin - possibly > just an edited Favorite entry. Depends on the response from device Is the remote control responding to lms events, or just menu entries? I'd want the power to be automated with the on/off state of the

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread bpa
Marsupial wrote: > Is this plugin available somewhere? > > I'd be willing to give it a try. > > The Tasmota devices are easy used trough http commands that can even be > hand typed in browser. This would in theory be easy. If they're very simple http - it may not even need a plugin -

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-19 Thread slimhase
cpd73 wrote: > Implemented in 2.2 branch :) ... uploaded and works like a charm! ('My music' has a similar top line which could benefit from it as well - but the main page implementation does it for me!) slimhase's

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread Marsupial
bpa wrote: > Must have badly expressed myself. > > The plugin just sends a HTTP message and reads a response. > The plugin doesn't really care about the contents of message or response > except it is nice if a response happens (and can be parsed) to confirm > the success of command. > > For

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread bpa
Marsupial wrote: > Would your remote control plugin be able to send http commands to > Tasmota? That would be perfect... Must have badly expressed myself. The plugin just sends a HTTP message and reads a response. The plugin doesn't really care about the contents of message or response except

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread bpa
LMS has AnyEvent at it's heart although the version is a bit old. For simplicity, the RemoteControl plugin uses AnyEvent to send a http message and didn't use a LMS http routine There is an AnyEvent::MQTT module but not sure if it requires an newer AnyEvent than LMS version. IIRC - one of the

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread Marsupial
bpa wrote: > Possibly - it was done a few years ago and IIRC it was the > backdoor/debug interface. > The plugin was mainly an example for another user of using LMS and not > squeezelite. > > The smart Plugs I got I intend to reflash to Tasmota but LMS was not > going to be the

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread bpa
Marsupial wrote: > Didn't tplink change this in a firmware update? Possibly - it was done a few years ago and IIRC it was the backdoor/debug interface. The plugin was mainly an example for another user of using LMS and not squeezelite. The smart Plugs I got I intend to reflash to Tasmota but

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-19 Thread cpd73
slimhase wrote: > Great! Thank you!! Implemented in 2.2 branch :) *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab

Re: [SlimDevices: Plugins] Mixlr plugin

2020-12-19 Thread punnet
Many thanks from me as well. The plugin works well & has completely taken the pain out of trying to extract a playable URL. Is it likely that it will be able to play on-demand shows sometime? There is a big time-difference for me with the station I listen to, it would be fantastic to listen to

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-19 Thread slimhase
cpd73 wrote: > That's a very good idea, will implement for 2.2 - but I'll just make it > standard, not optional. Great! Thank you!! slimhase's Profile: http://forums.slimdevices.com/member.php?userid=31958 View this

Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2020-12-19 Thread Jaca
HeadBanger wrote: > Martin, many thanks for all of your help and support with your > repackaged versions of LMS over the years. > > All the best, > HB 3x Squeezebox Touch, 3x Squeezebox Radio, Squeezelite (RPi with HiFiBerry DAC+Pro), Material Skin Apk, Squeeze Commander, Logitech Media

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-19 Thread cpd73
slimhase wrote: > treating the search line (optionally) such that you can tap anywhere on > that line to be able to enter the search? That's a very good idea, will implement for 2.2 - but I'll just make it standard, not optional. *Material debug:* 1. Launch via http:

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread Marsupial
lostboy wrote: > I've always thought it would be a useful exercise to take the xPL > plugin and refactor it to use MQTT, so creating a native LMS MQTT > plugin. > Chris The idea of having MQTT native LMS plugin has lots of merit and may end up opening more and more possibilities...

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-19 Thread slimhase
Hi Craig; I hope I can explain what I want to ask / suggest...: -> Would you consider treating the search line (optionally) such that you can tap anywhere on that line to be able to enter the search? (Instead of only allowing tapping the magnifier glass area in the upper right - always difficult

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread Marsupial
paul- wrote: > You can easily do that. While squeezelite can fire a script based on > power on/off. Due to the web call, I would do this with a polling > script. > > The script would poll LMS for the power status of the player, then The > web call can be done with wget using a post call. >

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread bpa
paul- wrote: > I completely forgot about that plugin. The TPlink used messages which were JSON formatted so even though it is simple exchange, there is way too much code for the OP request. I think the V1.0 may be better basis. If OP gives example of ON and OFF message and any responses

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread paul-
I completely forgot about that plugin. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) if you

Re: [SlimDevices: Plugins] Pandora 45 min timeout

2020-12-19 Thread rgro
Michael, Something in the logs got me to thinking, so I checked the Squeezelite internal stream and output buffers. I believe I'd been fooling around with the buffer sizes at some point a few months ago, and forgot to reset those values to the default. I hadn't used Pandora in a while until

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread bpa
A few years ago, I created an LMS plugin called RemoteControl. So this solution is LMS based and not squeezelite based. The plugin controls a TP-link smart plugin by sending a HTTP cmd on or off . The commands appears as menus under the LMS main menu for the plugin. I think it could be

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread lostboy
The only protocol I've got to work on the LMS side that actively sends out messages on player power state (rather than requiring polling) is the, now ancient, xPL plugin. I still use this, but run a small python 2.7 bridge app that converts the xPL power states to MQTT. I've always thought it

Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread paul-
You can easily do that. While squeezelite can fire a script based on power on/off. Due to the web call, I would do this with a polling script. The script would poll LMS for the power status of the player, then The web call can be done with wget using a post call. There are several examples

Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2020-12-19 Thread HeadBanger
pinkdot wrote: > I closed the repository as no new updates will follow from my side. > All packages remain avalaible via 'sourceforge' > (https://sourceforge.net/projects/lmsupdate/). > > Go well, Martin Martin, many thanks for all of your help and support with your repackaged versions of LMS

[SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-19 Thread Marsupial
I am trying to control a smart power outlet so that a squeezeplayer state controls it. The idea is to power the amp when the player is in use, but not otherwise. I thought it would be easy but can't seem to find how... I have Home Assistant and LMS integration. I can tell a player to turn

Re: [SlimDevices: Plugins] [Announce] LMS-lite certified Smart Home skill for Alexa

2020-12-19 Thread philchillbill
maxzampieri wrote: > Hello philchillbill, I can translate the skill commands in Italian and > even in Spanish, if you agree contact me in PM. I saw that LMS is an > amazing system, simple but very powerful. > > Max Thank you very much for volunteering. Unfortunately, if you look at the list

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-12-19 Thread philchillbill
I noticed in the logs that somebody who asked to list all his/her Dylan albums got a boatload of repeated entries in the response due to *library duplicates*. I've updated the code to remove duplicates from the spoken listing. A side effect of this is that if you have multiple versions of the

Re: [SlimDevices: Plugins] Pandora 45 min timeout

2020-12-19 Thread BosseJ
rgro wrote: > Michael, > > Something in the logs got me to thinking, so I checked the Squeezelite > internal stream and output buffers. I believe I'd been fooling around > with the buffer sizes at some point a few months ago, and forgot to > reset those values to the default. I hadn't used

Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2020-12-19 Thread hestbank
Verulam wrote: > > The additional option in 2.7.2 to stop the track/program details > switching on the display is helpful. However, my preference would be to > show the track details only rather than default back to the program > details only. I listen to BBC radio 3 most of the time, and

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-19 Thread cpd73
Bug-fix release, changes: - Translation updates. - Fix title (sometimes) missing from 'Appended XXX to the play queue' message. - Show composer in toolbar, and window titlebar, if track's genre is in composer genres. - If list of composer, or conductor, genres is empty then set to

Re: [SlimDevices: Plugins] [Announce] LMS-lite certified Smart Home skill for Alexa

2020-12-19 Thread maxzampieri
Hello philchillbill, I can translate the skill commands in Italian and even in Spanish, if you agree contact me in PM. I saw that LMS is an amazing system, simple but very powerful. Max maxzampieri's Profile:

Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2020-12-19 Thread pc1246
Hi there @all I face a problem with LMS 8. If a folder contains an "unknown" filetype it is not possible to select the folder to be played! As easy example I have some bought music from Amazon, which comes with all single tracks and one file, which is called "continous mix.mp3". This filetype

Re: [SlimDevices: Plugins] Pandora 45 min timeout

2020-12-19 Thread Michael Herger
I've never done the logging thing before so bear with me if I mess it up. I shut my server down completely, restarted, and then enabled the logging preference for the pandora plugin to debug and started Pandora playing. Following is what I got. I'm not sure what I'm seeing here, but for the