Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2020-12-04 Thread slartibartfast

mordac wrote: 
> I guess someone with enough patience will need to try and identify a
> pattern. I thought it was whether the track has ad at beginning or not
> but does not seem to be the case. Could one country vs another but
> google does not discriminate like that.  And then the plugin behaves on
> some days and doesn’t on others. Quite weird. 
> 
> 
> Envoyé de mon iPhone en utilisant TapatalkDid you miss the last couple of 
> posts? Try the update.

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=105840

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.4 - more personalised content

2020-12-04 Thread Michael Herger

1. Old spotty. The icon is still in my list of apps but I can no longer
access Spotty as it tells me,  "Failed to get access token
Please check Settings/Advanced/Spotty Spotify for Squeezebox in the web
interface". Is this what I should expect?


Please go to Settings/Advanced/Spotty and follow the information about 
getting a Client ID.


--

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2020-12-04 Thread mordac

Verulam wrote: 
> I am having the same problem, but not with all music.
> 
> For example, K9pnq8NHMLI can be played, but not iuQz9GV8H_s
> 
> Is it something to do with their codecs?

I guess someone with enough patience will need to try and identify a
pattern. I thought it was whether the track has ad at beginning or not
but does not seem to be the case. Could one country vs another but
google does not discriminate like that.  And then the plugin behaves on
some days and doesn’t on others. Quite weird. 


Envoyé de mon iPhone en utilisant Tapatalk





mordac's Profile: http://forums.slimdevices.com/member.php?userid=31158
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2020-12-04 Thread philippe_44


redgum wrote: 
> I'm having similar problem with my airplay devices.
> Appears to play ok, show up in LMS, but no sound.
> 
> LMS works to other devices, and Airplay works outside of LMS.
> 
> This is with LMS 8.0.1 and the Airplay bridge plugin 0.4.50

fergalom wrote: 
> Thanks, I'm on LMS Version: 8.0.0 - 1605892076
> Docker image is: justifiably/logitechmediaserver
> 
> Tested LMS to Cast by Phillippe also - this works no problem (one BW
> speaker cabled to TV with cast)

Can you take a server.log and an AirPlay bridge log?



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

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

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2020-12-04 Thread philippe_44


I just saw your suggestion right after I've uploaded 0.125.0 - thanks!
dawansv wrote: 
> Here on the US West Coast I also have a lot of videos returning the "no
> stream/DASH found"
> Looking at the html response of these files, I see that they are no
> longer formated the same way. In previous version, double quotes were
> espcated with a backslash, and actual backslashes are double escaped.
> See the difference here (you can see the double escape around the codec
> info):
> 
Indeed and I've moved to HTML::Entities instead of trying to hack that
myself
> 
> The second problem is that the player url we get via jsUrl in no longer
> within ytplayer.config; so that code on line 729 no longer reaches it;
> but jsUrl is still available other places, so I have added one line to
> the code block that just grab the first jsUrl it finds if the previous
> way fails
> > 
Code:

  >   > 
  > # get the player's url
  > my ($player_url) = ($content =~ /"assets":.+?"js":\s*("[^"]+")/);
  > ($player_url) = ($content =~ /ytplayer\.config\s*=.*"jsUrl":\s*("[^"]+")/) 
unless $player_url;
  > ($player_url) = ($content =~ /"jsUrl":\s*("[^"]+")/) unless $player_url;
  > 

> > 
> 
I'm not sure of just looking for "jsUrl" as it exist in many places.
I've tried something a bit more restrictive, let's see



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

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

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2020-12-04 Thread philippe_44


I've uploaded version 0.125 which should solve problems so far. if you
find a non-working URL, please set the plugin's log to info and post at
least 500 lines of server.log (make it a zip file)



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

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

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2020-12-04 Thread redgum


fergalom wrote: 
> Thanks, I'm on LMS Version: 8.0.0 - 1605892076
> Docker image is: justifiably/logitechmediaserver
> 
> Tested LMS to Cast by Phillippe also - this works no problem (one BW
> speaker cabled to TV with cast)

I've rolled back to LMS 7.9 and it all works again fine.



redgum's Profile: http://forums.slimdevices.com/member.php?userid=13679
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] [Announce] Essentia Integration - music classification (moods, genres, ...)

2020-12-04 Thread Roland0


cpd73 wrote: 
> 
> I'm wondering, seeing as I only really care about similarity, whether I
> could just use the low-level results - and compare (a selection of)
> these against files to get a similarity. I'm saving the raw JSON output
> from the high-level analysis, so trying with low level analysis will not
> need a complete re-scan. I just need to decide which of the values to
> use...
That may be more involved than you'd expect.
- first, you'd need to identify the audio features suited to this task
(see 'A Review of Physical and Perceptual Feature Extraction Techniques
for Speech, Music and Environmental Sounds'
(https://www.mdpi.com/2076-3417/6/5/143/htm) for an overview, and 'this
page' (https://essentia.upf.edu/streaming_extractor_music.html) for
essentia_streaming_extractor_music's capabilities)
- then, you'd find a way to compute the similarity for each feature
(e.g. musly uses the Kullback-Leibler divergence for MFCCs)
- finally, you'd have to combine the similarity of all features and find
a way to compare songs

Note that if you use essentia_streaming_extractor_music, you'd also have
to configure it to store all frame values (by default, only the
statistics computed over frames are included in the output). At this
point, using Essentia's API directly would make more sense.



'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | TUI |
Playlist Editor / Generator | Music Classification | Similar Music |
Announce | EventTrigger | Chiptunes | LMSlib2go | ...
'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a
self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=108278

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2020-12-04 Thread dawansv


philippe_44 wrote: 
> An explanation can be caching because when I cache various data, they
> have different time-to-live so one day later, some hate being re-read
> from the source rather than from the cache.

Here on the US West Coast I also have a lot of videos returning the "no
stream/DASH found"

Looking at the html response of these files, I see that they are no
longer formated the same way. In previous version, double quotes were
espcated with a backslash, and actual backslashes are double escaped.
See the difference here (you can see the double escape around the codec
info):

Previous response formatting:

Code:

\"adaptiveFormats\":[{\"itag\":136,\"mimeType\":\"video\/mp4; 
codecs=\\\"avc1.4d401f\\\"\",\"bitrate\":129907,\"width\":1280,\"height\":720,\"initRange\":{\"start\":\"0\",\"end\":\"713\"},\"indexRange\":{\"start\":\"714\",\"end\":\"1693\"},\"lastModified\":\"1514560900374562\",\"contentLength\":\"5026945\",\"quality\":\"hd720\",\"fps\":25,\"qualityLabel\":\"720p\"



New response formatting (no more backslashes except the codec that has
double quotes escaped within the json string):

Code:

adaptiveFormats":[{"itag":136,"mimeType":"video/mp4; 
codecs=\"avc1.4d401f\"","bitrate":129907,"width":1280,"height":720,"initRange":{"start":"0","end":"713"},"indexRange":{"start":"714","end":"1693"},"lastModified":"1514560900374562","contentLength":"5026945","quality":"hd720","fps":25,"qualityLabel":"720p"



The problem with the new format is that on line 369 of
ProtocolHandler.pm, there is some code to clean up the backslashes

Code:

 # remove all backslashes except double-backslashes that must 
be replaced by single ones
  $content =~ s/\\{2}/\\/g;
  $content =~ s/\\([^\\])/$1/g;



The problem is that with the new formatting, that code ends up removing
the single backslash in front of the codec quotes; but these are needed
to escape the double quote inside the JSON string. By removing it, it
makes the JSON invalid and it fails to load on line 397


Code:

$streams = eval { decode_json($streams) };

 fails

To test, one can just comment the 2 regular expression lines and then it
works (at least past the decode_json part).

The second problem is that the player url we get via jsUrl in no longer
within ytplayer.config; so that code on line 729 no longer reaches it;
but jsUrl is still available other places, so I have added one line to
the code block that just grab the first jsUrl it finds if the previous
way fails


Code:


  # get the player's url
  my ($player_url) = ($content =~ /"assets":.+?"js":\s*("[^"]+")/);
  ($player_url) = ($content =~ /ytplayer\.config\s*=.*"jsUrl":\s*("[^"]+")/) 
unless $player_url;
  ($player_url) = ($content =~ /"jsUrl":\s*("[^"]+")/) unless $player_url;
  



With these 2 changes (commenting the regular expressions removing
backslashes and adding the lone jsUrl) then it works again.

Of course removing the backslash code will most likely cause old
response formats to fail.  So now we have to figure out how to handle
files with double backslashes differently than files without.



dawansv's Profile: http://forums.slimdevices.com/member.php?userid=22248
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] Softsqueeze - scrolling display problem

2020-12-04 Thread kidstypike


vinnielo wrote: 
> But it does have very sexy graphics.
> Is there a way to make LMS "forget" a player ever existed? Just in case
> it's a fault/cause of LMS.

There's the "Client cleanup" plugin, not sure if it'll do what you
require though.

32416


+---+
|Filename: ccu.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32416|
+---+


*Server - LMS 8.0.1 *Pi4B 4GB/Flirc case/pCP v7.0.0b6 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0b6/pi screen/Allo Boss DAC Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=113369

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


Re: [SlimDevices: Plugins] Softsqueeze - scrolling display problem

2020-12-04 Thread bpa


vinnielo wrote: 
> But it does have very sexy graphics.
> Is there a way to make LMS "forget" a player ever existed? Just in case
> it's a fault/cause of LMS.
It's forgotten if player is not running  and LMS is restarted. If you
have multiple LMS - make sure player is off and check it has not been
picked up by other LMS.

When a player connects to a LMS there is a"HELO" message which exchanges
details to start a new connection.

You need to delete a mysqueezebox.com player explicitly from
mysqueezebox.com



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

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


Re: [SlimDevices: Plugins] Softsqueeze - scrolling display problem

2020-12-04 Thread vinnielo


bpa wrote: 
> Softsqueeze is the original slimserver softplayer and maintenance has
> been minimal (by Ralphy I think) - just enough to keep it going with OS
> / Java / LMS updates.  
> There are very few users.
But it does have very sexy graphics.
Is there a way to make LMS "forget" a player ever existed? Just in case
it's a fault/cause of LMS.



*RadioFeeds UK & Ireland..* an up-to-date radio directory for your
Squeezebox/Transporter/UE Smart Radio.. available from the
mysqueezebox.com App Gallery.
Bonus: our RadioFeeds LMS plugin also lists AAC *and the BBC's
high-quality HLS streams* on top of what's available in our MSB app.
-Now with over 1000 registered users-, it's available for Logitech Media
Server (and Squeezebox Server, SqueezeCenter and SlimServer).
Click for more info: *http://www.radiofeeds.co.uk/squeeze*

vinnielo's Profile: http://forums.slimdevices.com/member.php?userid=14510
View this thread: http://forums.slimdevices.com/showthread.php?t=113369

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


Re: [SlimDevices: Plugins] [Announce] Ratings Light

2020-12-04 Thread cparker


afriend wrote: 
> 
> *Note for developers* interested in setting ratings with -Ratings
> Light-:
> just call ['ratingslight','setrating','trackid','rating'] with a rating
> value from 0 to 5. Half-star ratings like 3.5 are supported.
> 

Hey, 

Couple of questions;
1) On user side, how does the rating system manage, if you have
previously used TrackStat 1-10 star ratings on your music library?

2) On dev side, for my plugins I read the TS setting and determine
whether 1 to 5 or 1 to 10 ratings are being used.  (Code below)  As I
have mix settings to drop tracks that have been rated 2x stars or below
for example, so they don't get played, so just wondering how to manage
Ratings Light?


Code:


## trackstat.plugin.pm line 1940
my $ts_prefs   = preferences('plugin.TrackStat');
#rating_10scale == 0 if 1to5
#rating_10scale == 1 if 1to10
  
my $rating_scale = $ts_prefs->get('rating_10scale');
  



3) Finally is Ratings Light a direct replacement for TrackStat?

Thanks for your work :)



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.

cparker's Profile: http://forums.slimdevices.com/member.php?userid=2083
View this thread: http://forums.slimdevices.com/showthread.php?t=113344

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


Re: Announce: Spicefly SugarCube Version 2.03 � (Automatic MusicIP DJ) for 7.x

2020-12-04 Thread cparker


Two reasons I can think of.. 

1) You have SugarCube selected as the provider in Don't Stop the Music
plugin
2) The player is in a sync group but isn't the master player, so the
changes you are making won't apply.  In this case there is a warning
displayed in the standard LMS web interface with a message which advises
the master player, e.g;   Warning Kitchen is a slave in sync group,
make changes at Bathroom 



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.

cparker's Profile: http://forums.slimdevices.com/member.php?userid=2083
View this thread: http://forums.slimdevices.com/showthread.php?t=73988

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


Re: [SlimDevices: Plugins] Deezer app

2020-12-04 Thread Michael Herger

Thanks for the LMS update ! I would love to try it but I'm using
Daphile. Is there a way to update the LMS version manually in daphile ?


Ping the daphile maintainer. He's usually pretty quick to respond.


--

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


Re: [SlimDevices: Plugins] Softsqueeze - scrolling display problem

2020-12-04 Thread bpa


vinnielo wrote: 
> I think there were a few bug reports that if you accidentally held down
> on a button press on the soft remote, you'd get persistent text
> scrolling on the display from the last station you were listening to.
> Closing and restarting doesn't help.
> Neither does uninstalling and reinstalling nor changing skins.
> I've also tried switching to the Java MP3 plugin in case resources were
> getting low.
> Is it game over?

Softsqueeze is the original slimserver softplayer and maintenance has
been minimal (by Ralphy I think) - just enough to keep it going with OS
/ Java / LMS updates.  
There are very few users.  
The only time I used it was to test plugin behaviour on a Transporter.

It's possble the problem originated a few years ago when scrolling was
changed from being software based from LMS to using a "firmware" based
in real SB players.



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-04 Thread kidstypike


kidstypike wrote: 
> In the address bar of your phones browser enter
> 192.168.1.123:9000/material and press enter/go.
> 
> Change *192.168.1.123* for the IP address of the machine running LMS.

There is also an .apk, see the first post in this thread.

32415


+---+
|Filename: apk.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32415|
+---+


*Server - LMS 8.0.1 *Pi4B 4GB/Flirc case/pCP v7.0.0b6 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0b6/pi screen/Allo Boss DAC Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
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-12-04 Thread kidstypike


stroudpete wrote: 
> Hi, Is it possible to access the LMS web browser with material skin on
> my android phone? If so, can someone please explain how I do this in
> very simple language please?
> 
> many thanks
> 
> Pete

In the address bar of your phones browser enter
192.168.1.123:9000/material and press enter/go.

Change *192.168.1.123* for the IP address of the machine running LMS.



*Server - LMS 8.0.1 *Pi4B 4GB/Flirc case/pCP v7.0.0b6 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0b6/pi screen/Allo Boss DAC Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
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] Deezer app

2020-12-04 Thread remip22

Hi,
Thanks for the LMS update ! I would love to try it but I'm using
Daphile. Is there a way to update the LMS version manually in daphile ?
Best,
Rémi



remip22's Profile: http://forums.slimdevices.com/member.php?userid=71018
View this thread: http://forums.slimdevices.com/showthread.php?t=109064

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


Re: [SlimDevices: Plugins] Softsqueeze - scrolling display problem

2020-12-04 Thread kidstypike


vinnielo wrote: 
> It seems switching to an LMS on a different server gets it working
> again, but switching back to the original causes the problem to come
> back.
> This seems to suggest an issue with the way LMS communicates with
> Softsqueeze.

I'm not sure what king of player Softsqueeze is, but in
LMS/Settings/Player tab, isn't there the option to change scroll
type/rate etc.?

32414


+---+
|Filename: scroll.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32414|
+---+


*Server - LMS 8.0.1 *Pi4B 4GB/Flirc case/pCP v7.0.0b6 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0b6/pi screen/Allo Boss DAC Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=113369

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


Re: Announce: Spicefly SugarCube Version 2.03 � (Automatic MusicIP DJ) for 7.x

2020-12-04 Thread Antoniop


Everything is in the title: how do I stop Spicefly SugarCube adding
tracks to the playlist ? I disabled sugarcube in the player but it
continues adding tracks.
Thanks !



LMS 7.9.x
on Linux Mageia 6 and RPI 3
1 SB3, 2 radio, 1 touch, 1 transporter SE, 1 chromecast audio 
Plugins : Trackstat, Smartmix, MusicIP, ...

Antoniop's Profile: http://forums.slimdevices.com/member.php?userid=39292
View this thread: http://forums.slimdevices.com/showthread.php?t=73988

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


Re: [SlimDevices: Plugins] Softsqueeze - scrolling display problem

2020-12-04 Thread vinnielo


It seems switching to an LMS on a different server gets it working
again, but switching back to the original causes the problem to come
back.
This seems to suggest an issue with the way LMS communicates with
Softsqueeze.



*RadioFeeds UK & Ireland..* an up-to-date radio directory for your
Squeezebox/Transporter/UE Smart Radio.. available from the
mysqueezebox.com App Gallery.
Bonus: our RadioFeeds LMS plugin also lists AAC *and the BBC's
high-quality HLS streams* on top of what's available in our MSB app.
-Now with over 1000 registered users-, it's available for Logitech Media
Server (and Squeezebox Server, SqueezeCenter and SlimServer).
Click for more info: *http://www.radiofeeds.co.uk/squeeze*

vinnielo's Profile: http://forums.slimdevices.com/member.php?userid=14510
View this thread: http://forums.slimdevices.com/showthread.php?t=113369

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


[SlimDevices: Plugins] Softsqueeze - scrolling display problem

2020-12-04 Thread vinnielo


I think there were a few bug reports that if you accidentally held down
on a button press on the soft remote, you'd get persistent text
scrolling on the display from the last station you were listening to.
Closing and restarting doesn't help.
Neither does uninstalling and reinstalling nor changing skins.
I've also tried switching to the Java MP3 plugin in case resources were
getting low.
Is it game over?



*RadioFeeds UK & Ireland..* an up-to-date radio directory for your
Squeezebox/Transporter/UE Smart Radio.. available from the
mysqueezebox.com App Gallery.
Bonus: our RadioFeeds LMS plugin also lists AAC *and the BBC's
high-quality HLS streams* on top of what's available in our MSB app.
-Now with over 1000 registered users-, it's available for Logitech Media
Server (and Squeezebox Server, SqueezeCenter and SlimServer).
Click for more info: *http://www.radiofeeds.co.uk/squeeze*

vinnielo's Profile: http://forums.slimdevices.com/member.php?userid=14510
View this thread: http://forums.slimdevices.com/showthread.php?t=113369

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-04 Thread stroudpete


Hi, Is it possible to access the LMS web browser with material skin on
my android phone? If so, can someone please explain how I do this in
very simple language please?

many thanks

Pete



stroudpete's Profile: http://forums.slimdevices.com/member.php?userid=69569
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.4 - more personalised content

2020-12-04 Thread stroudpete


Hi, I need some advice but in very simple language please.

1. Old spotty. The icon is still in my list of apps but I can no longer
access Spotty as it tells me,  "Failed to get access token
Please check Settings/Advanced/Spotty Spotify for Squeezebox in the web
interface". Is this what I should expect? 

2. The headings on old spotty are now under playlists. Is this correct?
They all work ok but some original labels from old Spotty are no longer
there e.g. Made for You; Recently Played; Liked songs; Artists; Albums;
Podcasts. Is this correct?

Many thanks,

Pete



stroudpete's Profile: http://forums.slimdevices.com/member.php?userid=69569
View this thread: http://forums.slimdevices.com/showthread.php?t=112962

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2020-12-04 Thread Verulam


I am having the same problem, but not with all music.

For example, K9pnq8NHMLI can be played, but not iuQz9GV8H_s

Is it something to do with their codecs?



Verulam's Profile: http://forums.slimdevices.com/member.php?userid=70962
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2020-12-04 Thread eldrik


not working anymore for me neither :(

try to play a yt video only getting continuous log entries like

[20-12-04 16:39:12.2600]
Plugins::YouTube::ProtocolHandler::getMetadataFor (800) cache hit:
ZpUYjpKg9KY
[20-12-04 16:39:12.2604]
Plugins::YouTube::ProtocolHandler::getMetadataFor (785) getmetadata:
youtube://www.youtube.com/v/ZpUYjpKg9KY
[20-12-04 16:39:12.2608]
Plugins::YouTube::ProtocolHandler::getMetadataFor (800) cache hit:
ZpUYjpKg9KY
[20-12-04 16:39:16.2821]
Plugins::YouTube::ProtocolHandler::getMetadataFor (785) getmetadata:
youtube://www.youtube.com/v/ZpUYjpKg9KY
[20-12-04 16:39:16.2825]
Plugins::YouTube::ProtocolHandler::getMetadataFor (800) cache hit:
ZpUYjpKg9KY
[20-12-04 16:39:16.2830]
Plugins::YouTube::ProtocolHandler::getMetadataFor (785) getmetadata:
youtube://www.youtube.com/v/ZpUYjpKg9KY
[20-12-04 16:39:16.2833]
Plugins::YouTube::ProtocolHandler::getMetadataFor (800) cache hit:
ZpUYjpKg9KY
[20-12-04 16:39:17.3120]
Plugins::YouTube::ProtocolHandler::getMetadataFor (785) getmetadata:
youtube://www.youtube.com/v/ZpUYjpKg9KY
[20-12-04 16:39:17.3124]
Plugins::YouTube::ProtocolHandler::getMetadataFor (800) cache hit:
ZpUYjpKg9KY
[20-12-04 16:39:17.3129]
Plugins::YouTube::ProtocolHandler::getMetadataFor (785) getmetadata:
youtube://www.youtube.com/v/ZpUYjpKg9KY
[20-12-04 16:39:17.3132]
Plugins::YouTube::ProtocolHandler::getMetadataFor (800) cache hit:
ZpUYjpKg9KY


Regards
Eldrik



eldrik's Profile: http://forums.slimdevices.com/member.php?userid=67336
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


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

2020-12-04 Thread MunichMelly


Just managed to add LmsUpdate to my DS216+II and therefore upgrade to
LMS 8, 
having previously added the Version patch recommended elsewhere in this
thread to my Squeezebox radio just in case.
Every thing working fine so far.
Thanks for your great work and clear and easy instructions.



 System Info 
Squeezebox Receiver Firmware: 77
Squeezebox Radio Firmware: 7.7.3-r16676
iPod Touch Gen3 v5.1.1, iPeng v2.0
iPhone 6 iPeng v2.0.17
QNAP 209 pro II
Logitech Media Server Version: 7.7.5 - 1416570306 @ Thu Nov 27 08:36:03
UTC 2014
Operating system: Linux - EN - utf8
Platform Architecture: armv5tel-linux
Perl Version: 5.10.0 - armv5tel-linux-thread-multi
Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
BBC iPlayer (v1.4.7)
BBC iPlayer Extras (v1.9.3)

MunichMelly's Profile: http://forums.slimdevices.com/member.php?userid=33549
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


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

2020-12-04 Thread florca


TurnipMan wrote: 
> ...
> 
> but by adding the radio 4 bit of the BBCiplayer plugin to favourites by
> pressing Heart it's just two actions to get to the schedule. i.e.
> Favourites, radio4 , especially when I'm often in favourites anyway.

expectingtofly wrote: 
> Ah yes, I see what you mean.I'll add it to the list of feature
> requests.

Another vote for this, if it's reasonably straightforward, as it would
fit my usage exactly! The result would actually improve on the
BBCiPlayer navigation, as it neatly groups together the (eg.) R4 Live
stream on the same menu as the previous schedules content. Maybe a step
too far, but if there were also an easy way to save a "Sounds"
Programmme Name current search result as a Favourite then all bases are
covered?



Odroid HC1 / Armbian Stretch LMS & LocalPlayer
4x Slim Devices SB3 (White)
1x Boom, 1x Radio
2x Joggler + Squeezeplay / Squeezelite + Topping TP30

florca's Profile: http://forums.slimdevices.com/member.php?userid=7486
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


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

2020-12-04 Thread jwedwards


bpa wrote: 
> I think you may be best posting on a ReadyNas thread to get best answer
> from a ReadyNAs user as there may be better ways. 
> But the post below seems to indicate you need to "manually" install LMS
> latest version.
> https://forums.slimdevices.com/showthread.php?112652-Upgrading-LMS-7-9-3-to-8-x-on-Netgear-ReadyNAS=983060=1#post983060

Many thanks for your help. I manually upgraded to LMS 8.0.1 and BBC
Sounds now works!



jwedwards's Profile: http://forums.slimdevices.com/member.php?userid=22801
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


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

2020-12-04 Thread redgum


Paul Webster wrote: 
> I would say go for the Pi unless it is first generation (26 GPIO pins
> rather than 40) or you have a huge music collection and the Pi has less
> than 1GB memory.
> I expect that RPi1, 2 and Zero will eventually stop getting updates from
> 3rd-parties.

Thanks - it is a Pi2B or 3B, so I will try it out



redgum's Profile: http://forums.slimdevices.com/member.php?userid=13679
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


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

2020-12-04 Thread slartibartfast


AlecSp wrote: 
> True enough - and an experience I've also had.  Remember the old days
> with radio (and TV) where once it was broadcast, it was goneSame with TV. 
> Who would have thought you could pause and rewind live TV
[emoji1787]

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=113045

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-12-04 Thread Wilb


I'm also experiencing this issue with playback. I've updated to the
latest dev version of the plugin, but continue to see errors such as

[20-12-04 11:20:46.2877] Slim::Player::Song::open (478) Warning: stream
failed to open
[mixcloud://Matt_Smallwood/matt-smallwood-trade-tribute-mix/].

I'm a technical user so happy to help with debugging through curl, perl
or whatever if I can be of any help.



Wilb's Profile: http://forums.slimdevices.com/member.php?userid=71016
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

___
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-12-04 Thread bpa


AlecSp wrote: 
> Just a thought - is it worth adding a note to the first post in this
> thread alerting newcomers to the current state of the iPlayer plug-in
> and mentioning the Sounds plug-in as an alternative?   Sometimes, it can
> be helpful to spoonfeed!

Did that before, did a rev of the plugin etc. and then a day later BBC
restored the feeds.  So I'm playing a waiting game.

If a user logs on - they'll see lots of post with BBC in the title and
us talking at the end of this thread,

> A day on, it's actually not so bad once you've played about for a while.
> And it is a win to get the podcasts (even if for me that means only the
> Popmaster podcast) and the longer listen again history.

Podcast have been available in BBCiPlayerExtra for a couple of years.  
People get comfortable/complacent with a small set of options/choices
and don't explore and discover new things until their world is shaken.
https requirements forcing NAS users to upgrade/discover Pi and OS
upgrades are prime examples.



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] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-12-04 Thread bpa


slartibartfast wrote: 
> Doesn't matter now but podcasts were available in the iPlayer Extras
> plugin. [emoji3]

Most of BBCiPlayerExtra still works A-Z and Genres & Podcasts.  The
station menu used the "Listen Again" feeds" and so are broken.



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] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-12-04 Thread slartibartfast


AlecSp wrote: 
> Just a thought - is it worth adding a note to the first post in this
> thread alerting newcomers to the current state of the iPlayer plug-in
> and mentioning the Sounds plug-in as an alternative?   Sometimes, it can
> be helpful to spoonfeed!
> 
> 
> A day on, it's actually not so bad once you've played about for a while.
> And it is a win to get the podcasts (even if for me that means only the
> Popmaster podcast) and the longer listen again history.
> 
> You're right about the joys of open source.  Who'd think that my 10 year
> old SB radios would be fully working, even better than ever, after all
> this time.  Not to mention the cheap and powerful Pi solutions available
> as "soft" players.  I do laugh at the amount people spend on their Sonos
> systems...Doesn't matter now but podcasts were available in the iPlayer Extras
plugin. [emoji3]

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 : BBC Sounds Plugin

2020-12-04 Thread AlecSp


slartibartfast wrote: 
> Yes I subscribed to the Popmaster podcast but it takes time for the
> latest podcast to appear so if you have just missed it and want to
> listen to it the only way is to rewind
True enough - and an experience I've also had.  Remember the old days
with radio (and TV) where once it was broadcast, it was gone



Server: LMS 8.0.1 on piCorePlayer 6.1.0 on Pi 4B 2GB with library on
512GB USB drive
Listening on: 2 x Squeezebox Radios, and direct from the server using a
Behringer UCA202 USB audio interface

AlecSp's Profile: http://forums.slimdevices.com/member.php?userid=42763
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

___
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-12-04 Thread AlecSp


Just a thought - is it worth adding a note to the first post in this
thread alerting newcomers to the current state of the iPlayer plug-in
and mentioning the Sounds plug-in as an alternative?   Sometimes, it can
be helpful to spoonfeed!

bpa wrote: 
> I know what you mean about clicks but it's early days only 3 months old.
> The BBCiPlayer plugin built on AlienBBC and so has had about 15 years to
> get it right.
A day on, it's actually not so bad once you've played about for a while.
And it is a win to get the podcasts (even if for me that means only the
Popmaster podcast) and the longer listen again history.

You're right about the joys of open source.  Who'd think that my 10 year
old SB radios would be fully working, even better than ever, after all
this time.  Not to mention the cheap and powerful Pi solutions available
as "soft" players.  I do laugh at the amount people spend on their Sonos
systems...



Server: LMS 8.0.1 on piCorePlayer 6.1.0 on Pi 4B 2GB with library on
512GB USB drive
Listening on: 2 x Squeezebox Radios, and direct from the server using a
Behringer UCA202 USB audio interface

AlecSp's Profile: http://forums.slimdevices.com/member.php?userid=42763
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 : BBC Sounds Plugin

2020-12-04 Thread expectingtofly


Paul Webster wrote: 
> I've worked it out ... it was the last track in the preceding programme
> - Desert Island Discs.
> So the data is correct ... in that that is when it played ... although
> it was a different programme.
> 
> I was listening live ... so I think in that situation it would be OK to
> honour the now_playing indicator - but maybe it can be calculated by
> using the segment offsets. Also ... does the segment id help?

Yes, I'm using the offsets and the id.   Its because it wasn't the same
programme that it wasn't matching.  It should check the program id.


bpa wrote: 
> With DASH the segment id is a time stamp.  However if not playing live,
> in some extreme cases, players can have large buffers and so can have
> minutes of audio buffered in the player.

With the Sounds plugin, the track identification is all tied up with the
audio decoding, so it knows exactly what offset it is decoding, and only
sends out the new track id when the buffer is used (with a callback). 
So it should all tie up, even if the buffer is a minute behind.



expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


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

2020-12-04 Thread Paul Webster


I would say go for the Pi unless it is first generation (26 GPIO pins
rather than 40) or you have a huge music collection and the Pi has less
than 1GB memory.
I expect that RPi1, 2 and Zero will eventually stop getting updates from
3rd-parties.



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=111876

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


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

2020-12-04 Thread expectingtofly


Paul Webster wrote: 
> I've worked it out ... it was the last track in the preceding programme
> - Desert Island Discs.
> So the data is correct ... in that that is when it played ... although
> it was a different programme.
> 
> I was listening live ... so I think in that situation it would be OK to
> honour the now_playing indicator - but maybe it can be calculated by
> using the segment offsets. Also ... does the segment id help?

Yes, I use the segment offsets, but not now playing or the segment id. 
I should probably use the segment id as well.



expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


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

2020-12-04 Thread bpa


Paul Webster wrote: 
> I was listening live ... so I think in that situation it would be OK to
> honour the now_playing indicator - but maybe it can be calculated by
> using the segment offsets. Also ... does the segment id help?
With DASH the segment id is a time stamp.  However if not playing live,
in some extreme cases, players can have large buffers and so can have
minutes of audio buffered in the player.



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

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


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

2020-12-04 Thread Paul Webster


I've worked it out ... it was the last track in the preceding programme
- Desert Island Discs.
So the data is correct ... in that that is when it played ... although
it was a different programme.

I was listening live ... so I think in that situation it would be OK to
honour the now_playing indicator - but maybe it can be calculated by
using the segment offsets. Also ... does the segment id help?



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=113045

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


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

2020-12-04 Thread redgum


Hi

Browsing through this thread I'd appreciate any advice on if I should
install LMS 8.0 on my Synology DS420+ or use an older Rasberry Pi and
install PiCorePlayer on that as an LMS server instead?
Any views on which would be easiest to keep running?

Thanks



redgum's Profile: http://forums.slimdevices.com/member.php?userid=13679
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


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

2020-12-04 Thread expectingtofly


Paul Webster wrote: 
> That would do it.

To be fair to me though, what takes precedent the offset time which says
when it applies or the "now playing" ??I guess it is probably from
an earlier programme, I need to take a look at that code!



expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2020-12-04 Thread fergalom


redgum wrote: 
> I'm having similar problem with my airplay devices.
> Appears to play ok, show up in LMS, but no sound.
> 
> LMS works to other devices, and Airplay works outside of LMS.
> 
> This is with LMS 8.0.1 and the Airplay bridge plugin 0.4.50

Thanks, I'm on LMS Version: 8.0.0 - 1605892076
Docker image is: justifiably/logitechmediaserver



fergalom's Profile: http://forums.slimdevices.com/member.php?userid=71012
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


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

2020-12-04 Thread Paul Webster


expectingtofly wrote: 
> Actually looking at that, I should probably honour the "now_playing" =
> false statement!!

That would do it.



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=113045

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


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

2020-12-04 Thread expectingtofly


expectingtofly wrote: 
> Yes,  that's because that is what BBC is telling the plugin what is
> playing at the moment on radio four.  I think the track gremlins have
> infected the bbc systems!
> 
> https://rms.api.bbc.co.uk/v2/services/bbc_radio_fourfm/segments/latest?limit=1
> 
> {"$schema":"https://rms.api.bbc.co.uk/docs/swagger.json#/definitions/SegmentItemsResponse","total":1,"limit":1,"offset":0,"data":[{"type":"segment_item","id":"p08zy9yt","urn":"urn:bbc:radio:segment:music:n6cqhc","segment_type":"music","titles":{"primary":"Georges
> Bizet","secondary":"Les Pecheurs de Perles, Act 1: Romance: Mi par
> d'udir
> ancora","tertiary":null},"synopses":null,"image_url":"https://ichef.bbci.co.uk/images/ic/{recipe}/p01bqt70.jpg","offset":{"start":2301,"end":2386,"label":"25
> Minutes Ago","now_playing":false},"uris":[]}]}



Actually looking at that, I should probably honour the "now_playing" =
false statement!!



expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


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

2020-12-04 Thread expectingtofly


Paul Webster wrote: 
> Now Playing info coming from two sources at the same time ...
> 
> Radio 4 playing at the moment (The Boundless Sea) but Now Playing
> switching between that and an opera.
> 
> Using "What was that tune?" plugin I can see:
> > 
Code:

  >   > 
  > 04/12/2020 09.48 - The Boundless Sea by David Abulafia - Episode 5 - David 
Abulafia examines the effect on global power of access to shorter routes around 
the world. Read by Colin McFarlane. Abridged by Laurence Wareing.
  > 
  > 04/12/2020 09.48 - Les Pecheurs de Perles, Act 1: Romance: Mi par d'udir 
ancora by Georges Bizet - David Abulafia examines the effect on global power of 
access to shorter routes around the world. Read by Colin McFarlane. Abridged by 
Laurence Wareing.
  > 
  > 04/12/2020 09.47 - The Boundless Sea by David Abulafia - Episode 5 - David 
Abulafia examines the effect on global power of access to shorter routes around 
the world. Read by Colin McFarlane. Abridged by Laurence Wareing.
  > 
  > 04/12/2020 09.47 - Les Pecheurs de Perles, Act 1: Romance: Mi par d'udir 
ancora by Georges Bizet - David Abulafia examines the effect on global power of 
access to shorter routes around the world. Read by Colin McFarlane. Abridged by 
Laurence Wareing.
  > 
  > 04/12/2020 09.47 - The Boundless Sea by David Abulafia - Episode 5 - David 
Abulafia examines the effect on global power of access to shorter routes around 
the world. Read by Colin McFarlane. Abridged by Laurence Wareing.
  > 
  > 04/12/2020 09.47 - Les Pecheurs de Perles, Act 1: Romance: Mi par d'udir 
ancora by Georges Bizet - David Abulafia examines the effect on global power of 
access to shorter routes around the world. Read by Colin McFarlane. Abridged by 
Laurence Wareing.
  > 
  > 04/12/2020 09.46 - The Boundless Sea by David Abulafia - Episode 5 - David 
Abulafia examines the effect on global power of access to shorter routes around 
the world. Read by Colin McFarlane. Abridged by Laurence Wareing.
  > 
  > 04/12/2020 09.46 - Les Pecheurs de Perles, Act 1: Romance: Mi par d'udir 
ancora by Georges Bizet - David Abulafia examines the effect on global power of 
access to shorter routes around the world. Read by Colin McFarlane. Abridged by 
Laurence Wareing.
  > 
  > 04/12/2020 09.45 - The Boundless Sea by David Abulafia - Episode 5 - David 
Abulafia examines the effect on global power of access to shorter routes around 
the world. Read by Colin McFarlane. Abridged by Laurence Wareing.
  > 

> > 
> 
> From logs (Info level)
> > 
Code:

  >   > 
  > [20-12-04 09:57:50.6947] Plugins::BBCSounds::ProtocolHandler::__ANON__ 
(438) Setting new live title Les Pecheurs de Perles, Act 1: Romance: Mi par 
d'udir ancora by Georges Bizet
  > [20-12-04 09:57:58.1964] Plugins::BBCSounds::ProtocolHandler::__ANON__ 
(440) Setting new live title after callback Les Pecheurs de Perles, Act 1: 
Romance: Mi par d'udir ancora by Georges Bizet
  > [20-12-04 09:58:10.6959] Plugins::BBCSounds::ProtocolHandler::__ANON__ 
(347) Setting title back after callback
  > 

> > 
> 
> Edit:
> Looks like it is coming from https://www.bbc.co.uk/programmes/b08nz0xw

Yes,  that's because that is what BBC is telling the plugin what is
playing at the moment on radio four.  I think the track gremlins have
infected the bbc systems!

https://rms.api.bbc.co.uk/v2/services/bbc_radio_fourfm/segments/latest?limit=1

{"$schema":"https://rms.api.bbc.co.uk/docs/swagger.json#/definitions/SegmentItemsResponse","total":1,"limit":1,"offset":0,"data":[{"type":"segment_item","id":"p08zy9yt","urn":"urn:bbc:radio:segment:music:n6cqhc","segment_type":"music","titles":{"primary":"Georges
Bizet","secondary":"Les Pecheurs de Perles, Act 1: Romance: Mi par
d'udir
ancora","tertiary":null},"synopses":null,"image_url":"https://ichef.bbci.co.uk/images/ic/{recipe}/p01bqt70.jpg","offset":{"start":2301,"end":2386,"label":"25
Minutes Ago","now_playing":false},"uris":[]}]}



expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


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

2020-12-04 Thread Paul Webster


Now Playing info coming from two sources at the same time ...

Radio 4 playing at the moment (The Boundless Sea) but Now Playing
switching between that and an opera (presumably from Radio 3)

Using "What was that tune?" plugin I can see:

Code:


  04/12/2020 09.48 - The Boundless Sea by David Abulafia - Episode 5 - David 
Abulafia examines the effect on global power of access to shorter routes around 
the world. Read by Colin McFarlane. Abridged by Laurence Wareing.
  
  04/12/2020 09.48 - Les Pecheurs de Perles, Act 1: Romance: Mi par d'udir 
ancora by Georges Bizet - David Abulafia examines the effect on global power of 
access to shorter routes around the world. Read by Colin McFarlane. Abridged by 
Laurence Wareing.
  
  04/12/2020 09.47 - The Boundless Sea by David Abulafia - Episode 5 - David 
Abulafia examines the effect on global power of access to shorter routes around 
the world. Read by Colin McFarlane. Abridged by Laurence Wareing.
  
  04/12/2020 09.47 - Les Pecheurs de Perles, Act 1: Romance: Mi par d'udir 
ancora by Georges Bizet - David Abulafia examines the effect on global power of 
access to shorter routes around the world. Read by Colin McFarlane. Abridged by 
Laurence Wareing.
  
  04/12/2020 09.47 - The Boundless Sea by David Abulafia - Episode 5 - David 
Abulafia examines the effect on global power of access to shorter routes around 
the world. Read by Colin McFarlane. Abridged by Laurence Wareing.
  
  04/12/2020 09.47 - Les Pecheurs de Perles, Act 1: Romance: Mi par d'udir 
ancora by Georges Bizet - David Abulafia examines the effect on global power of 
access to shorter routes around the world. Read by Colin McFarlane. Abridged by 
Laurence Wareing.
  
  04/12/2020 09.46 - The Boundless Sea by David Abulafia - Episode 5 - David 
Abulafia examines the effect on global power of access to shorter routes around 
the world. Read by Colin McFarlane. Abridged by Laurence Wareing.
  
  04/12/2020 09.46 - Les Pecheurs de Perles, Act 1: Romance: Mi par d'udir 
ancora by Georges Bizet - David Abulafia examines the effect on global power of 
access to shorter routes around the world. Read by Colin McFarlane. Abridged by 
Laurence Wareing.
  
  04/12/2020 09.45 - The Boundless Sea by David Abulafia - Episode 5 - David 
Abulafia examines the effect on global power of access to shorter routes around 
the world. Read by Colin McFarlane. Abridged by Laurence Wareing.
  



>From logs (Info level)

Code:


  [20-12-04 09:57:50.6947] Plugins::BBCSounds::ProtocolHandler::__ANON__ (438) 
Setting new live title Les Pecheurs de Perles, Act 1: Romance: Mi par d'udir 
ancora by Georges Bizet
  [20-12-04 09:57:58.1964] Plugins::BBCSounds::ProtocolHandler::__ANON__ (440) 
Setting new live title after callback Les Pecheurs de Perles, Act 1: Romance: 
Mi par d'udir ancora by Georges Bizet
  [20-12-04 09:58:10.6959] Plugins::BBCSounds::ProtocolHandler::__ANON__ (347) 
Setting title back after callback
  




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=113045

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


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

2020-12-04 Thread bpa


jwedwards wrote: 
> Netgear ReadyNAS 314
> Firmware: 6.10.3
I think you may be best posting on a ReadyNas thread to get best answer
from a ReadyNAs user as there may be better ways. 
But the post below seems to indicate you need to "manually" install LMS
latest version.
https://forums.slimdevices.com/showthread.php?112652-Upgrading-LMS-7-9-3-to-8-x-on-Netgear-ReadyNAS=983060=1#post983060



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

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2020-12-04 Thread redgum


fergalom wrote: 
> Have LMS 8.0 running on a Docker image (in host mode)
> Installed the Airplay bridge plugin 0.4.50
> 
> My two BW Zepplin airplay speakers show up in LMS
> 
> When I try to play music to any of them, there is no sound.
> 

I'm having similar problem with my airplay devices.
Appears to play ok, show up in LMS, but no sound.

LMS works to other devices, and Airplay works outside of LMS.

This is with LMS 8.0.1 and the Airplay bridge plugin 0.4.50



redgum's Profile: http://forums.slimdevices.com/member.php?userid=13679
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


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

2020-12-04 Thread jwedwards


bpa wrote: 
> Usually IO::Socket::SSL is on the WebUI Setting/Information but since
> you are on 7.9.0 - I think it is too old.
> 
> "openssl -version" is usually done from command line but since you are
> on a NAS and 7.9.0 is latest - I'm guessing this too is out of date/.
> 
> For some models of popular NASs QNAP, Synology I think there are 3rd
> party upgrade paths to 8.0.0
> 
> Give details of NAS - make / model, OS version.

Netgear ReadyNAS 314
Firmware: 6.10.3



jwedwards's Profile: http://forums.slimdevices.com/member.php?userid=22801
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


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

2020-12-04 Thread bpa


jwedwards wrote: 
> Where do I find those?
Usually IO::Socket::SSL is on the WebUI Setting/Information but since
you are on 7.9.0 - I think it is too old.

"openssl -version" is usually done from command line but since you are
on a NAS and 7.9.0 is latest - I'm guessing this too is out of date/.

For some models of popular NASs QNAP, Synology I think there are 3rd
party upgrade paths to 8.0.0

Give details of NAS - make / model, OS version.



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

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


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

2020-12-04 Thread expectingtofly


jwedwards wrote: 
> [20-12-04 09:21:13.0843] Plugins::BBCSounds::BBCSoundsFeeder::toplevel
> (75) ++toplevel
> [20-12-04 09:21:13.0852]
> Plugins::BBCSounds::BBCSoundsFeeder::_getCachedMenu (1215)
> ++_getCachedMenu
> 
> snip
> 

Thanks, the API is not responding at all for you.
Please can you turn off BBC sounds debug logging
and turn on  "Asynchronous Remote HTTP Request Information" debug
logging

and provide that log

I guess this is going to be a https problem



expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


Re: [SlimDevices: Plugins] BBC iPlayer Listen Again Lost

2020-12-04 Thread Weystoner


I'm now up and running with the BBC Sounds app, and I'm able to
time-shift programmes as with iPlayer.  Many thanks to everyone, and a
massive thanks to Bpa for keeping iPlayer going for so long.

Dave



Weystoner's Profile: http://forums.slimdevices.com/member.php?userid=14572
View this thread: http://forums.slimdevices.com/showthread.php?t=113352

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


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

2020-12-04 Thread jwedwards


bpa wrote: 
> Connect Timed out is a common symptom of SSL support not up to date.  
> I'm not sure of BBC Sounds SSL requirement but to help give version of 
> IO::Socket::SSL and openssl

Where do I find those?



jwedwards's Profile: http://forums.slimdevices.com/member.php?userid=22801
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


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

2020-12-04 Thread expectingtofly


bpa wrote: 
> For BBCiPlayer there were some 7.8.* and even 7.7.* .  The https
> requirement has encouraged a significant portion of the LMS community up
> to 7.9.3 or 8.0.0 but some of those using NAS or old hardware may find
> it hard/impossible to upgrade to LMS 7.9.3 
> 
> I would keep the 7.9.* requirement because you can't be sure when BBC
> will enforce a https only requirement.
> 
> 
> I think they will have problems but they will first try to get them
> working and possibly then report.

Thanks for your help with this.
All interactions with the API is HTTPS only.  But all streaming is HTTP
only (which, as you say, the BBC may force to be https at some point).
I did fully expect a report of issues by now for compatibility problems
on earlier 7.9.* versions.  But quite a few weeks have gone by without
issues reported.  But I guess it could be that the "early adopters" are
much more likely to have a more recent version of LMS.



expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


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

2020-12-04 Thread bluetdi


BoomX2 wrote: 
> After you mentioned this and I looked at my forecast and noticed the
> same thing.  The JSON data is now returning precipitation chance data to
> 1% resolution.  I have attached a screen cap of the data for my
> location.  Looking at the weather.com website it appears they are
> rounding to the nearest 5%.  The JSON data used to provide 10%
> resolution.  I plan to leave this alone and use the JSON data directly. 
> Let me know your thoughts.

Good idea to leave it at the new 1% resolution. Makes the numbers more
interesting. :)



3xPi3B-7"+pCP 6.0 | LMS 8 | Transporter | 2xTouch | 2xClassic | 2xBoom |
2xRadio | iPeng
[Discarded: 2xOdroid U3+m2p+LMS]

bluetdi's Profile: http://forums.slimdevices.com/member.php?userid=20633
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

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


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

2020-12-04 Thread jwedwards


expectingtofly wrote: 
> Are you able to provide what is in the logs?  (as mentioned above I have
> only tested against 7.9.3 and 8.0.0)

[20-12-04 09:21:13.0843] Plugins::BBCSounds::BBCSoundsFeeder::toplevel
(75) ++toplevel
[20-12-04 09:21:13.0852]
Plugins::BBCSounds::BBCSoundsFeeder::_getCachedMenu (1215)
++_getCachedMenu
[20-12-04 09:21:13.0862]
Plugins::BBCSounds::BBCSoundsFeeder::_getCachedMenu (1224)
--_getCachedMenu no cache
[20-12-04 09:21:13.0870] Plugins::BBCSounds::BBCSoundsFeeder::toplevel
(185) No cache
[20-12-04 09:21:13.0877]
Plugins::BBCSounds::SessionManagement::isSignedIn (128) ++isSignedIn
[20-12-04 09:21:13.0886]
Plugins::BBCSounds::SessionManagement::isSignedIn (137) --isSignedIn -
true
[20-12-04 09:21:13.0896]
Plugins::BBCSounds::SessionManagement::renewSession (189)
++renewSession
[20-12-04 09:21:13.0905]
Plugins::BBCSounds::SessionManagement::isSignedIn (128) ++isSignedIn
[20-12-04 09:21:13.0913]
Plugins::BBCSounds::SessionManagement::isSignedIn (137) --isSignedIn -
true
[20-12-04 09:21:13.0921]
Plugins::BBCSounds::SessionManagement::_hasSession (242) ++_hasSession
[20-12-04 09:21:13.0930]
Plugins::BBCSounds::SessionManagement::_hasSession (251) --_hasSession -
true
[20-12-04 09:21:13.0939] Plugins::BBCSounds::BBCSoundsFeeder::__ANON__
(139) fetching:
https://rms.api.bbc.co.uk/v2/collections/p07fz59r/container
[20-12-04 09:21:13.0971]
Plugins::BBCSounds::SessionManagement::renewSession (196)
--renewSession
[20-12-04 09:21:13.0979] Plugins::BBCSounds::BBCSoundsFeeder::toplevel
(210) --toplevel
[20-12-04 09:21:13.1204] Plugins::BBCSounds::BBCSoundsFeeder::__ANON__
(161) error: Connect timed out: 
[20-12-04 09:21:13.1213] Plugins::BBCSounds::BBCSoundsFeeder::_cacheMenu
(1234) ++_cacheMenu
[20-12-04 09:21:13.1234] Plugins::BBCSounds::BBCSoundsFeeder::_cacheMenu
(1239) --_cacheMenu
[20-12-04 09:21:13.1242]
Plugins::BBCSounds::BBCSoundsFeeder::_renderMenuCodeRefs (1292)
++_renderMenuCodeRefs
[20-12-04 09:21:13.1251]
Plugins::BBCSounds::BBCSoundsFeeder::_renderMenuCodeRefs (1319)
--_renderMenuCodeRefs
[20-12-04 09:21:16.4636] Plugins::BBCSounds::BBCSoundsFeeder::toplevel
(75) ++toplevel
[20-12-04 09:21:16.4644]
Plugins::BBCSounds::BBCSoundsFeeder::_getCachedMenu (1215)
++_getCachedMenu
[20-12-04 09:21:16.4656]
Plugins::BBCSounds::BBCSoundsFeeder::_getCachedMenu (1221)
--_getCachedMenu got cached menu
[20-12-04 09:21:16.4664] Plugins::BBCSounds::BBCSoundsFeeder::toplevel
(181) Have cached menu
[20-12-04 09:21:16.4671]
Plugins::BBCSounds::BBCSoundsFeeder::_renderMenuCodeRefs (1292)
++_renderMenuCodeRefs
[20-12-04 09:21:16.4680]
Plugins::BBCSounds::BBCSoundsFeeder::_renderMenuCodeRefs (1319)
--_renderMenuCodeRefs
[20-12-04 09:21:16.4691] Plugins::BBCSounds::BBCSoundsFeeder::getPage
(217) ++getPage
[20-12-04 09:21:16.4699]
Plugins::BBCSounds::BBCSoundsFeeder::_getCachedMenu (1215)
++_getCachedMenu
[20-12-04 09:21:16.4709]
Plugins::BBCSounds::BBCSoundsFeeder::_getCachedMenu (1224)
--_getCachedMenu no cache
[20-12-04 09:21:16.4717] Plugins::BBCSounds::BBCSoundsFeeder::getPage
(292) No cache
[20-12-04 09:21:16.4725] Plugins::BBCSounds::BBCSoundsFeeder::__ANON__
(268) fetching: https://rms.api.bbc.co.uk/v2/experience/inline/stations
[20-12-04 09:21:16.4891] Plugins::BBCSounds::BBCSoundsFeeder::__ANON__
(281) error: Connect timed out: 
[20-12-04 09:21:16.5287] Plugins::BBCSounds::BBCSoundsFeeder::getPage
(296) --getPage
[20-12-04 09:21:16.5296] Plugins::BBCSounds::BBCSoundsFeeder::toplevel
(210) --toplevel



jwedwards's Profile: http://forums.slimdevices.com/member.php?userid=22801
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


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

2020-12-04 Thread bpa


jwedwards wrote: 
> I just installed this plugin because the listen again features on BBC
> iPlayer plugin have stopped working (live radio works OK) but all I get
> is "connect timed out" when I try to access anything in BBC Sounds. Any
> suggestions?
> 
> LMS 7.9.0

Connect Timed out is a common symptom of SSL support not up to date.  
I'm not sure of BBC Sounds SSL requirement but to help give version of 
IO::Socket::SSL and openssl



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

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


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

2020-12-04 Thread expectingtofly


jwedwards wrote: 
> I just installed this plugin because the listen again features on BBC
> iPlayer plugin have stopped working (live radio works OK) but all I get
> is "connect timed out" when I try to access anything in BBC Sounds. Any
> suggestions?
> 
> LMS 7.9.0
Are you able to provide what is in the logs?  (as mentioned above I have
only tested against 7.9.3 and 8.0.0)



expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


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

2020-12-04 Thread bpa


expectingtofly wrote: 
> I did a spot check on the download logs on my server this morning and I
> was surprised to see that 40% of the downloads of the plugin from
> yesterday are from LMS versions earlier than 7.9.3!
> Even a few for version 7.9.0  :eek:

For BBCiPlayer there were some 7.8.* and even 7.7.* .  The https
requirement has encouraged a significant portion of the LMS community up
to 7.9.3 or 8.0.0 but some of those using NAS or old hardware may find
it hard/impossible to upgrade to LMS 7.9.3 

I would keep the 7.9.* requirement because you can't be sure when BBC
will enforce a https only requirement.



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

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


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

2020-12-04 Thread jwedwards


I just installed this plugin because the listen again features on BBC
iPlayer plugin have stopped working (live radio works OK) but all I get
is "connect timed out" when I try to access anything in BBC Sounds. Any
suggestions?

LMS 7.9.0



jwedwards's Profile: http://forums.slimdevices.com/member.php?userid=22801
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


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

2020-12-04 Thread expectingtofly


When I released this plugin I set the minimum version number 7.9.*.
When I added the audio playback I tested it against 7.9.3, but I didn't
change the minimum version number.   I figured I would hear soon enough
if it didn't work on an earlier version!
I have been careful to avoid https streaming, which I have anecdotally
heard is a problem on earlier version.

I did a spot check on the download logs on my server this morning and I
was surprised to see that 40% of the downloads of the plugin from
yesterday are from LMS versions earlier than 7.9.3!
Even a few for version 7.9.0  :eek:

I presume users of that version of LMS are not having any problems with
the plugin?



expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

___
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-12-04 Thread SpiderJon

Stevie_8ee wrote: 
> Can I add massive thanks from me too to BPA and TRIODE for all your work
> on this plugin.  Even though I have 100's of Gb of music at home, I
> spend probably 95% plus of my time listening to BBC radio live and on
> catchup via this app across Radios 2, 3, 4, 4extra, 6music and local
> radio too via the various squeezebox devices around the house.

I'd like to echo Stevie_8ee's comments, as everything he said is largely
true for me* — *huge thanks to triode and bpa!*



* except for the Radio 2 bit. School-day memories of waking-up to my mum
listening to Terry Wogan, plus the unbearable Sunday programming —
Charlie Chester, Sing Something Simple, Family Favourites — mean that I
have psychological block about the station. My loss, no doubt.



Duet x 3, via various hi-fi. LMS on Raspberry Pi OS (Debian 10) on a
Pi4.

SpiderJon's Profile: http://forums.slimdevices.com/member.php?userid=21798
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-12-04 Thread slartibartfast


Fahzz wrote: 
> I've been having the same Qobuz issue as described above for a while.
> Also I got a Qobuz update yesterday that required re importing or
> something. Now my Qobuz favorites don't show up at all.Do the favourites show 
> up in the default skin?

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