Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2020-05-19 Thread case9413


Hi I have a question on actual streaming data flow when using the
UPNPBridge with pass-through model on Roon. 

If I run the Roon core on computer A and UPNPBridge on computer B then
stream the music to DAC, what will be the actual streaming data flow? 

Scenario A: Roon Core (computer A) -> UPNPBridge (Computer B) -> DAC
Scenario B: Roon Core (computer A) -> DAC

I understand that UPNPBridge helps to "present" the DAC to roon as a LMS
device. I just wondering whether the actual streaming data can transfer
directly from roon core to DAC once the initial "handshake" is done or
every bit of music data need to pass-through the UPNPBridge as a
middle-man before forwarding to the DAC. 

The reason of the question is that I,m currently running Roon Core and
UPNPBridge on the same PC and is considering moving the core to a
NUC-based ROCK system, which doesn't allow any third-party software to
install in besides Roon. As a result, I,m evaluating the potential
impact on SQ should I need to run the UPNPBridge on a separated device
from Roon core.  

Thx in advance.



case9413's Profile: http://forums.slimdevices.com/member.php?userid=70220
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2020-05-19 Thread erland

Chunkywizard wrote: 
> Hi Erland,
> 
> I have just started using Spotty 4.0 with LMS 8.0 for Spotify music
> integrated with my local library. I have found that Trackstat doesn't
> see to work with Spotify tracks. Talked to Michael he wondered if it was
> because you rely on a file being local, eg. accessible on the
> filesystem. Is there any chance that Trackstat could work with Spotify
> streams?
> 
It would probably be a relatively small code change, the large work is
to verify that it doesn’t break anything else.

Unfortunately my time is very limited at the moment, day work and taking
care of my 9 months old child and family tends to take all the time, so
it’s unlikely to happen in the near future. Haven’t written or read a
line of Perl code during last years so taking that up again is a bit of
an obstacle.

My highest priority when I get the time is to test and update the
plugins to be compatible with LMS 8.0

If anyone else have the time and is interested to take over maintenance
of any of my plugins, just let me know.



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland)

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2020-05-19 Thread Michael Herger

Is it possible to make the “Manage Favourites” options available at
Album “more” level ie do a search via Qobuz plugin for something, find
an album that interests and immediately add it to Qobuz favourites.


It's something that has been requested before. Alas... priorities...

--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2020-05-19 Thread Michael Herger

Spotty is configured with multiple accounts for my family. In the
"Home-Library Views" menu of the web UI, I see separate libraries, like
"Local music and ". The number of songs in these libraries is
0 and only the "All library" is showing all local music with all online
music of all Spotify accounts.


Oops... I thought I had disabled this feature, but forgot some of it. It 
is not ready yet. I was facing too many issues to already release it. 
Next update will remove those entries.


--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2020-05-19 Thread Michael Herger

No problem with installing a tarball.


https://www.dropbox.com/s/7m3gv1n83d28sxk/CPAN-LWP.tgz?dl=0 - please 
extract and copy files in LMS' CPAN folder. It's NOT a complete 
replacement, just the updated files (but hopefully all of them...).


Make a copy of your original folder first (or re-install LMS in case 
something goes wrong).


--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-05-19 Thread rgdawson


markus9656 wrote: 
> First: thanks for all your great work!
> 
> Did you consider adding TLS support for the web server connection? I'm
> using a certificate for my LMS web interface to access it via a
> https-URL. This unfortunately doesn't work yet with Squeezelite-X and
> leaves a vulnerability when username or password are sent in plaintext
> to the web server.

I have thought about it, but at the time it seemed like too much
trouble.  I could not even figure out how to set up one of my LMS
servers that way.  My servers run on R-Pi's using Max2Play to manage
everything on the server.

Squeezelite-X uses the LMS Telnet protocol for monitoring server events
and some commanding.  That is probably all clear text anyway.  My stuff
is all on my local network, not visible to the outside world and nothing
else is on my R-Pi except LMS server, so I guess it is about as
vulnerable as my Denon Receiver.  I'm not worried about it being
vulnerable.

But I am worried about Squeezelite-X not running on a server configured
with TLS, so I would like to solve that, because other people have this
need.  Maybe you can help me configure one of my LMS servers to run that
way.  I have one on Windows and a couple on R-Pi's.  That way I could
modify and test Squeezelite-X to work on such.

Can you point me to a how-to to configure my LMS to run with TLS?

R Greg Dawson



Squeezelite-X

rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-05-19 Thread rgdawson


FolK wrote: 
> Couldn't get any of the "start app from command line" tricks to work,
> I'm not sure what I was doing wrong. So I got the standard windows
> install package (thank you Mr.Dawson) which gives you a path to a
> standard .exe file, told task manager to wait 1 minute with logon as the
> trigger and viola. So far it has worked perfectly every time. If
> anything goes wrong i'll put my dunce cap back on and report to the
> forum. Cheers.

Cheers!



Squeezelite-X

rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-05-19 Thread FolK


Couldn't get any of the "start app from command line" tricks to work,
I'm not sure what I was doing wrong. So I got the standard windows
install package (thank you Mr.Dawson) which gives you a path to a
standard .exe file, told task manager to wait 1 minute with logon as the
trigger and viola. So far it has worked perfectly every time. If
anything goes wrong i'll put my duce cap back on and report to the
forum. Cheers.



FolK's Profile: http://forums.slimdevices.com/member.php?userid=70214
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Material Skin is blank in browser on Android

2020-05-19 Thread Greg Erskine


How old are the OSes (browsers)?

I have an iPad 2 that doesn't display Material, I have always assumed it
was that the iPad is end of life and has an old version of Safari.



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=112249

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2020-05-19 Thread Czig


mherger wrote: 
> > Ok, I can confirm that the scanner fails on Fedora 32. Set it up in a
> VM 
> > and am seeing the exact error as you. And:
> 
> How did you install your LMS? Using yum and the .rpm file? How 
> comfortable would you be extracting a tarball over your installation to
> 
> see whether an update to all those dependencies would work?
> 
> -- 
> 
> Michael

# dnf install ./logitechmediaserver-8.0.0-0.1.1589794609.noarch.rpm

This gathered up and installed all dependencies, including many Perl
.rpm's.  I can provide a list of these if it would help.

No problem with installing a tarball.



Czig's Profile: http://forums.slimdevices.com/member.php?userid=68882
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2020-05-19 Thread mo5265654


Hi,

I just upgraded to LMS 8.0 and activated the OMLI plugin and it worked
from the start.

One problem I am still having though:

Spotty is configured with multiple accounts for my family. In the
"Home-Library Views" menu of the web UI, I see separate libraries, like
"Local music and ". The number of songs in these libraries is
0 and only the "All library" is showing all local music with all online
music of all Spotify accounts.

If have already rescanned my library.

Any hint what might be wrong?

Thanks,
Mo



mo5265654's Profile: http://forums.slimdevices.com/member.php?userid=56730
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streamingv3

2020-05-19 Thread left channel


Posted by Bill 'on the RP forum'
(https://radioparadise.com/community/forum/post/3874493): "We've rolled
out our new European server. A few growing pains & glitches that we're
sorting out, but it should be a big improvement."



LMS: SGC microJukebox running Sonicorbiter OS
Control apps: Squeezelite-X on Win 10; Squeezer or Material web app on
Android
Players: Duet, Touch (two), Mac SqueezePlay, Win Squeezelite-X on laptop
and HTPC

left channel's Profile: http://forums.slimdevices.com/member.php?userid=67918
View this thread: http://forums.slimdevices.com/showthread.php?t=111877

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Synology 7.9.2 packages

2020-05-19 Thread joys_33


Hello,
Thank you for your work, I just installed the package on
DS211j and it works perfectly.
Thank you very much.
Jack



joys_33's Profile: http://forums.slimdevices.com/member.php?userid=56492
View this thread: http://forums.slimdevices.com/showthread.php?t=108960

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2020-05-19 Thread Michael Herger
Ok, I can confirm that the scanner fails on Fedora 32. Set it up in a VM 
and am seeing the exact error as you. And:


How did you install your LMS? Using yum and the .rpm file? How 
comfortable would you be extracting a tarball over your installation to 
see whether an update to all those dependencies would work?


--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2020-05-19 Thread Chunkywizard


Hi Erland,

I have just started using Spotty 4.0 with LMS 8.0 for Spotify music
integrated with my local library. I have found that Trackstat doesn't
see to work with Spotify tracks. Talked to Michael he wondered if it was
because you rely on a file being local, eg. accessible on the
filesystem. Is there any chance that Trackstat could work with Spotify
streams?

Regards

Paul



*Squeezebox:* Boom x2 (Kitchen and Living Room), Radio x4 (Kids, Play
Room and Bedroom), PiCorePlayer (Office)
*Server:* 8.0 for PCP
*Plugins:* Spotty | Dynamic Playlists | SQL Playlist | Music and Artist
Information | TrackStat
*Remote:* iPhone6/iPad Air running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-05-19 Thread FolK


rgdawson wrote: 
> OK, gotcha.  Yes, I think the issue is that LMS need to get going first,
> so you need to delay the startup of Squeezelite-X.
> 
> Squeezelite-X has an autostarter application that runs on startup,
> checks to see if the autostart option is set, and if so it starts
> Squeezelite-X.  That is the thing that needs to be delayed.  There are
> various utilities that do this sort of thing.
> 
> You may also choose to use the lagacy installer, the non-Windows Store
> version.  It id pretty much identacle, but has a traditional installer
> (that requires admin privileges to install.)  One difference is that the
> autostarter app is located in the Startup folder in the legacy installer
> and it is located in the application folder for the MS Store version
> (which you do not have access to).  Without the MS Store on your device,
> you are not getting any automatic updates anyway. It might end up being
> easier with the legacy installer.
> 
> But, at the end of the day, you have diagnosed the problem correctly. 
> LMS must be up and running or it won't respond to discovery protocols or
> telnet connections, or anything, obviously.
> 
> R Greg Dawson

Thanks very much for your time, I appreciate it. So I'll try this avenue
first
(https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_store/starting-windows-10-store-app-from-the-command/836354c5-b5af-4d6c-b414-80e40ed14675)
shows a way to fire up windows store apps with an explorer.exe command
followed by parameters. If that works then I can use task scheduler to
delay the startup by a minute or so. If that doesn't work I assume the
standard install package fires a program called squeezelite.exe (or
something like that) that can also be triggered on a timer by task
scheduler. I'll post results for your info in case anybody else
encounters the same dilemma.



FolK's Profile: http://forums.slimdevices.com/member.php?userid=70214
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


[SlimDevices: Plugins] Material Skin is blank in browser on Android

2020-05-19 Thread rkrug


I have two Android devices which I would like to use as remotes for LMS
by using the Material Skin (and the LMS-Material-App to which I will
come in another post).

One is a 

Lenovo tablet, Android 4.4.2, 

the other one a 

Motorola phone, Android 6.0

In both of these, opening the Material skin in Chrome, results in a
blank page, while it works in all iOS devices.

What An I missing?



rkrug's Profile: http://forums.slimdevices.com/member.php?userid=62249
View this thread: http://forums.slimdevices.com/showthread.php?t=112249

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-05-19 Thread cpd73


slartibartfast wrote: 
> When one of these podcast is played will the now playing screen show the
> parent artwork

The two are not related. Now-playing fetches its artwork using info in a
status message, its not related to browsing.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
2. Open browser's developer tools 3. Open console tab in developer tools
4. REQ/RESP messages sent to/from LMS will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-05-19 Thread slartibartfast


cpd73 wrote: 
> Found the reason. However, I'm going to just hide all images from these
> episode lists - they are the same as the parent item, and are all the
> same.When one of these podcast is played will the now playing screen show the
parent artwork?

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2020-05-19 Thread Michael Herger
Ok, I can confirm that the scanner fails on Fedora 32. Set it up in a VM 
and am seeing the exact error as you. And:



Code:

   >   > perl -MLWP::UserAgent -MIO::Socket::SSL -MData::Dumper -e 
'IO::Socket::SSL::set_defaults(SSL_verify_mode => Net::SSLeay::VERIFY_NONE()); my $ua = 
LWP::UserAgent->new(); my $r = 
$ua->get("https://api.spotify.com/v1/me/albums?limit=50=0;); print Dumper($r);'


This test unfortunately is misleading. I bet you did install all those 
modules yourself. Then that test would pass. But using the module 
versions that come with LMS the above test would fail like the scanner 
does...


Most likely it's some incompatibility with the recent Perl or something. 
Which would still be a bit surprising, as that Perl build has been 
around for a while for other distros and seems to be working fine there.


I'll try to update the modules in question in my LMS copy and see 
whether that will help.


--
--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-05-19 Thread cpd73


slartibartfast wrote: 
> Just noticed that when accessing BBC podcasts via the BBC iPlayer Extras
> plugin the icons for the individual podcasts are missing. If you need
> debug info let me know.

Found the reason. However, I'm going to just hide all images from these
episode lists - they are the same as the parent item, and are all the
same.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
2. Open browser's developer tools 3. Open console tab in developer tools
4. REQ/RESP messages sent to/from LMS will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-05-19 Thread slartibartfast


bpa wrote: 
> In case this needs to be resolved  - clarify whether the your using
> talking about a BBC program which happens to be in podcast format or
> whether you are using Extra "Podcast" menu - the podcast menu links into
> the standard LMS Podcast plugin, in which case any issues with Material
> is a general LMS one.I was using the Extra Podcast menu and the icons appear 
> in Orange
Squeeze.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-05-19 Thread bpa


slartibartfast wrote: 
> Never mind it seems to be a Material Skin issue.

In case this needs to be resolved  - clarify whether the your using
talking about a BBC program which happens to be in podcast format or
whether you are using Extra "Podcast" menu - the podcast menu links into
the standard LMS Podcast plugin, in which case any issues with Material
is a general LMS one.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-05-19 Thread slartibartfast


Just noticed that when accessing BBC podcasts via the BBC iPlayer Extras
plugin the icons for the individual podcasts are missing. If you need
debug info let me know.[image:
https://uploads.tapatalk-cdn.com/20200519/775063b43e0851c66cb16db9e21cc62a.jpg]

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-05-19 Thread streifenleopard


streifenleopard wrote: 
> I figured out that the syntax should go like this:
> https://en.wikipedia.org//wiki/Special:Search/%ARTIST%
> But this results in a list of results only. How can I get wikipedia to
> jump automatically to the first entry?
> I am also looking for ways of accessing songmeanings.net

I did it. 
For Songmeanings enter "https://songmeanings.com/query/?query=%TRACK%;
in your tray menu.
(In case anyone here cares.)



dsm 6.2 (synology disk station 115) running lms 7.9.1 -- rpi with a
hifiberry dac+ running picoreplayer (any old version?) -- nokia lumia
running windows phone 8.1 and soundicity -- moto g peregrine xt1039
running cm 14 (android 7.1.2) -- zettaly avy running android
4.4.4 -- squeeze ctrl app

streifenleopard's Profile: http://forums.slimdevices.com/member.php?userid=42019
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-05-19 Thread slartibartfast


slartibartfast wrote: 
> All the icons for BBC podcasts seem to have disappeared with BBC iPlayer
> Extra. I only checked Radio 2 but the icons appear on the menu screen
> but none of the individual podcasts have icons
> 
> Sent from my Pixel 3a using TapatalkNever mind it seems to be a Material Skin 
> issue.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-05-19 Thread daPyr0x


Hi there,

Like another poster from the last page, I installed Squeezelite-X and it
connected and functioned perfectly until a restart.  LMS is running on
another computer (Linux) without issue.  Since restarting my
Squeezelite-X PC, any time I try to connect to LMS I get "Login Failed -
Check Username/Password".  LMS does not have any password set, and
adding one does not change anything.  I can manually run squeezelite
from command line and it connects and plays music just fine, but
Squeezelite-X continues to refuse to connect.  I have tried referring to
the LMS host by hostname and by IP address with no change.  Any
suggestions?

Also, for the life of me I cannot get the media keys on my keyboard to
be registered by Squeezelite-X when it was connecting to the server. 
The keyboard is a Logitech G15, and the media keys work in other
applications without issue.  Squeezelite-X just doesn't appear to see
them whatsoever.  I have Media Key Integration set to Automatic as is
the default, any suggestions?



daPyr0x's Profile: http://forums.slimdevices.com/member.php?userid=70217
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-05-19 Thread slartibartfast


All the icons for BBC podcasts seem to have disappeared with BBC iPlayer
Extra. I only checked Radio 2 but the icons appear on the menu screen
but none of the individual podcasts have icons

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-05-19 Thread bpa


bebop wrote: 
> I have installed PlayHLS to be able to listen to DR's High bitrate
> streams and they are working fine, but I get about 1/2 hour delay on the
> stream this is a link to one of them(perhaps not usable outside
> Denmark):
> 
> http://drradio3-lh.akamaihd.net/i/p4kobenhavn_9@143509/master.m3u8
> 
> Any idea of what is going on??

It plays immediately for me.

Do you mean it take 30 minutes for the stream to start playing or the
stream is playing music from 30 minutes ago ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPeng support thread

2020-05-19 Thread mherger


[image:
https://uploads.tapatalk-cdn.com/20200519/22c049d9919bf161d261ea1b6f0d0e9e.jpg]



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-05-19 Thread bebop


I have installed PlayHLS to be able to listen to DR's High bitrate
streams and they are working fine, but I get about 1/2 hour delay on the
stream this is a link to one of them(perhaps not usable outside
Denmark):

http://drradio3-lh.akamaihd.net/i/p4kobenhavn_9@143509/master.m3u8

Any idea of what is going on??

Best regards

Bo



bpa wrote: 
> PlayHLS V2.3 available - fixes to make more streams playable.
> 
> HLS can deliver a stream in a variety of formats. V2.3 fixes:
> - a problem with packed MP3 a format very rarely used.  
> - MPEG2-ts streams which have a video track.  Symptoms was a choppy
> stream which usually after a few mins, stopped or a stream very slow to
> start.
> - omission of "hls" format in Tune-in searches on Windows.
> 
> V2.3 also improves handling ambiguous m3u playlist (i.e from MIME and
> suffix - the stream could be a http/mp3 stream or HLS). 
> 
> MPEG2-ts is a commonly used format, V2.3 makes a number of changes which
> improves playing of MPEG2-ts streams. 
> Previously problem streams such as Fame 95fm Jamaica
> (https://univradio.streamgates.net/univ_visual_radio/fame/playlist.m3u8
> ) which has a video track of an empty studio can now be played. 
> A side effect means some HLS streams of TV channels can also be played
> as video is discarded. Example CBC News (
> http://cbcnewshd-f.akamaihd.net/i/cbcnews_30@304030/index_256_av-p.m3u8
> ).
> 
> However there are some streams which do not play with PlayHLS V2.3 (and
> also ffmpeg) such as KUTX Texas (
> https://kut-hls.streamguys1.com/kutx/playlist.m3u8 ).  It is not clear
> what the problem is but the stream will stop after a while - the station
> seems to think the stream has been restarted. It may be something to do
> with cookies and/or https. 
> 
> Please report examples of any other problem streams.  There is a
> possibility the handling of the m3u ambiguity will get it wrong so
> please report problem stream or breaking a previously working m3u
> stream. 
> 
> The repo URL for PlayHLS is 
> http://bpa-code.github.io/bpaplugins/repo-playhls-v2.xml
> 
> Alternate sourceforge which is unreliable
> http://downloads.sourceforge.net/project/bpaplugins/repo-playhls-v2.xml
> 
> 
> Please stop using the "beta"repo URL (
> http://bpa-code.github.io/bpaplugins/repo-playhls-v2-beta.xml  ) as it
> will not be updated for releases.



Best regards
Bebop

SC 7.8 on Ubuntu 12.04 on FITPC2 , 3xSB Touch, Duet SBC w. Cambridge
DacMagic, 2 x Boom, SB Radio, Squeezeplay 7.4.1 on PC & MAC,
Squeezeplayer on Android phone and tablet.

bebop's Profile: http://forums.slimdevices.com/member.php?userid=17061
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPeng support thread

2020-05-19 Thread Paul Webster


If the SqueezeESP32 plugin is installed (and perhaps only if it has a
display) then it has Class 100
Player Model: SqueezeLite
Player Type: squeezeesp32

otherwise I presume it looks like a "regular" Squeezelite.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPeng support thread

2020-05-19 Thread pippin


No icon at all sounds broken. What player ID does SqueezeAMP have?

The new icons are fro the AirPlay and ChromeCast bridges. They no longer
show as SqueezePlay but as a HomePod or Google Play thingy.



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 9, the Universal App for iPhone, iPad and Apple Watch*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPeng support thread

2020-05-19 Thread Michael Herger

New icons for players on iPeng!


Yes! Since the last release. I finally bit the bullet checking for the
MAC address when selecting the icon.


What version? I'm on Testflight, and I don't think I see any new 
icons... actually I just saw that SqueezeAMP wouldn't have any icon at all.


--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPeng support thread

2020-05-19 Thread Paul Webster


pippin wrote: 
> Yes! Since the last release. I finally bit the bullet checking for the
> MAC address when selecting the icon.

So is that why I see no icon at all for my SqueezeAMP device?



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPeng support thread

2020-05-19 Thread pippin


philippe_44 wrote: 
> New icons for players on iPeng!

Yes! Since the last release. I finally bit the bullet checking for the
MAC address when selecting the icon.



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 9, the Universal App for iPhone, iPad and Apple Watch*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-05-19 Thread markus9656


First: thanks for all your great work!

Did you consider adding TLS support for the web server connection? I'm
using a certificate for my LMS web interface to access it via a
https-URL. This unfortunately doesn't work yet with Squeezelite-X and
leaves a vulnerability when username or password are sent in plaintext
to the web server.



markus9656's Profile: http://forums.slimdevices.com/member.php?userid=70216
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2020-05-19 Thread Michael Herger

is there any reason why Trackstat isn't working with Spotty 4.0? I'd


You'd have to ask Erland :-). I'm pretty sure there is a reason. Whether 
it's a good reason I don't know.



Is this an issue with Spotty or Trackstat or something which isn't
possible for a technical reason?


I could imagine that it relies on a file being local, eg. accessible on 
the filesystem.


--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2020-05-19 Thread Chunkywizard


Hi,

is there any reason why Trackstat isn't working with Spotty 4.0? I'd
like to be able to rate Spotify tracks and have them included in dynamic
playlists but it seems the allocated ratings never are recorded.

Is this an issue with Spotty or Trackstat or something which isn't
possible for a technical reason?

CW



*Squeezebox:* Boom x2 (Kitchen and Office), Radio x4 (Kids, Lounge and
Bedroom)
*Server:* 7.9.2 for PCP
*Plugins:* Dynamic Playlists | SQL Playlist | Music Information Screen |
TrackStat
*Remote:* iPhone6/iPad Air running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPeng support thread

2020-05-19 Thread philippe_44


New icons for players on iPeng!



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins