Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2020-08-04 Thread BoomX2
phred wrote: > SDT v5.11.1 > There are a good number of these from just before I shut down for the > relocation move:> Code: > > > [20-07-28 15:29:24.9020] Plugins::SuperDateTime::Plugin::gotErrorViaHTTP (6468) error getting https://api.weather.com/v2/turbo/vt1obse

Re: [SlimDevices: Plugins] Spotty Crashing - Help

2020-08-04 Thread schlenn
I can conform the behaviour with "Baby Shark" spotify:track:5ygDXis42ncn6kYG14lEVG Playing directly from the LMS WebGUI. The song plays with 160 and 320 kbs while it fails with 96 kbs. Bitrate was changed in the Spotty Settings. -

Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2020-08-04 Thread phred
BoomX2 wrote: > What version of SDT plugin do you have loaded? Does your server log > provide any clues? If not, set logging for SDT to Info. Wait ~10 > minutes and post your server log here. SDT v5.11.1 There are a good number of these from just before I shut down for the relocation move: C

Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2020-08-04 Thread CDuv
Hello, I have issue with streaming from iOS to my LMS server via AirPlay. When the firewall is enabled, the iOS device does shows the (Squeezelite) player's name but selecting it fails after 20-30s and shows an error: > AirPlay > Unable to connect to "xxx". When the firewall is disabled, the iO

Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2020-08-04 Thread BoomX2
phred wrote: > I just moved my residence and except for the IP from my ISP, everything > is exactly the same as before the move. > > I'm setting up my Radio (Touch to follow once I find which carton it's > in) and it finds and plays my music and my "favorites." My screensavers > however, are no

Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2020-08-04 Thread philippe_44
Fred72 wrote: > Hello to all, > > First of all thank you very much to Philippe for writing this great > Chromecast Bridge Plugin for which I would like to ask for a little help > please, since I could not find the solution in this forum. > > Both the latest versions of Picoreplayer and LMS ar

Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2020-08-04 Thread Fred72
Hello to all, First of all thank you very much to Philippe for writing this great Chromecast Bridge Plugin for which I would like to ask for a little help please, since I could not find the solution in this forum. Both the latest versions of Picoreplayer and LMS are installed on a PI4B 4gb, th

Re: [SlimDevices: Plugins] [Announce] Band's Campout 1.8

2020-08-04 Thread peterjk
mherger wrote: > > > > Could you please send me your server.log.zip and the first and last 20 > characters of the cookie you used? > > -- > It's in your mailbox. peterjk's Profile: http://forums.slimdevices.com/membe

Re: [SlimDevices: Plugins] [Announce] Spicefly SugarCube - DSTM and Google Traffic

2020-08-04 Thread HB64
Thank you for solving the problems I ran into, the email contact we had went smoothly and again it is great that you found the error quickly. HB64's Profile: http://forums.slimdevices.com/member.php?userid=14945 View thi

Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2020-08-04 Thread phred
I just moved my residence and except for the IP from my ISP, everything is exactly the same as before the move. I'm setting up my Radio (Touch to follow once I find which carton it's in) and it finds and plays my music and my "favorites." My screensavers however, are not working as previously. I

Re: [SlimDevices: Plugins] [Announce] Spicefly SugarCube - DSTM and Google Traffic

2020-08-04 Thread cparker
[placeholder] www.spicefly.com - ** Spicefly SugarCube ** - A hassle free acoustic journey through your music library using MusicIP. Plus the finest MusicIP installation guides, enhanced MIP Interface and SpyGlass MIP the Windows Automated MusicIP Headless Installer. -

[SlimDevices: Plugins] [Announce] Spicefly SugarCube - DSTM and Google Traffic

2020-08-04 Thread cparker
Hi all, I don't normally put out an announce thread but I had a lot of interest in DSTM functionality which has now been added into SugarCube for testing, it seems to work but let me know. Note that if the player has SugarCube disabled but is selected as a DSTM provider it will still fire as ex

Re: [SlimDevices: Plugins] Raspberry Pi Model 4 Memory Options for PiCorePlayer and LMS Server or Just Player

2020-08-04 Thread Michael Herger
I assume you are referring to this section of code: Correct. Use Slim::Networking::SimpleAsyncHTTP instead (there already are many calls in the same file). (Sorry for taking this thread off-topic...) Please start a thread in the dev forum if you have more questions. -- Michael __

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

2020-08-04 Thread pinkdot
Hi all,A new update is available for Logitech Media Server and LmsRepack. Both are available in the Package Center (if you added the repo to the Package Center). The new version of Logitech Media Server is also available on Sourceforge, if you want to install the package manually.See first post f

Re: [SlimDevices: Plugins] Raspberry Pi Model 4 Memory Options for PiCorePlayer and LMS Server or Just Player

2020-08-04 Thread cpd73
mherger wrote: > > While you're at it: make sure you replace any LWP call with an async > call to prevent the plugin from blocking the process. That's something I > > wanted to do for the MIP plugin a long time ago... I assume you are referring to this section of code: Code: --