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

2020-12-05 Thread philippe_44


dborod wrote: 
> I updated AirPlay to 0.4.50.1, restarted, and there's still no sounds
> coming out of HomePods.

ah, too bad then. Maybe can you check the bridge's log again to make
sure that metadata is being sent



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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2020-12-05 Thread philippe_44


cbueche wrote: 
> Hello Philippe,
> 
> after my previous posts, I have tried to narrow down the issue of not
> being able to run this plugin in docker in bridge mode. It works in host
> mode, but I'm opinionated :-)
> 
> Despite having a large port list forwarded to the container (including
> 5353:5353/udp), I think there is something missing and it relates to the
> publishPlayer part. Looking at the code of ShairTunes2/plugin/Plugin.pm,
> there is this snippet :
> 
> > 
Code:

  >   > eval { $proc = Proc::Background->new( $shairtunes_helper, "-dns", 
"host", Slim::Utils::Network::serverAddr(), $id, "_raop._tcp", @params ); };

> > 
> 
> and then when looking at the resulting process with ps -ef :
> 
> > 
Code:

  >   > 
/config/cache/InstalledPlugins/Plugins/ShairTunes2W/Bin/shairport_helper-x64-linux
 -dns host 172.30.0.2 91C366DB3DF8@tube _raop._tcp 7405 tp=UDP sm=false 
sv=false ek=1 et=0,1 md=0,1,2 cn=0,1 ch=2 ss=16 sr=44100 pw=false vn=3 
txtvers=1 am=shairtunes2

> > 
> 
> So I think this is the issue : the publication uses
> Slim::Utils::Network::serverAddr(), which in docker is not correct...
> instead of my host'IP of 192.168.20.7, it finds 172.30.0.2, which is
> docker's inside address.
> 
> I'm not sure what would be the best way here. An option to provide
> this IP that should be announced ? Maybe docker gurus can join in ?
> 
> EDIT: probably the easiest is to use an environment variable if
> present, and revert to Slim::Utils::Network::serverAddr() if not.

Problem is that your docker's IP address might change at anytime. I
would need to know the NATed address, not easy from inside the plugin I
think. I can always run some script as I'm sure docker provides a way to
get that but candidly, my plate is full these days and most people are
fine with host mode for LMS. In addition, understand that running a lot
of my other applications (bridges for example) is difficult in bridge
mode as they must listen to various TCP/UDP sockets and NAT will make it
impossible there.



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

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


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

2020-12-05 Thread philippe_44

dawansv wrote: 
> For me the latest version seems to be working so far, including the
> piece that is failing for Mordac.
> 
> But I am curious how do you know that in Mordac's case HTML::Entities
> are not being used, or are you just assuming that based on the fact it
> fails later? When I look at the code, the http content is printed to the
> log on line 365 before the clean up occurs, no? So is what we are seeing
> in the log not just the raw content before HTML:Entities is involved?
> 
> But it is true that since the log mentions "adaptive_fmts" on line 3121
> of the log, then it implies that the search for adaptiveFormats failed
> and it shifted to the next item to try which is "adaptive_fmts". On a
> side note, that code could be strengthened a bit 
> because it actually fails as well but there is no check in that case,
> hence why the log prints "adaptive_fmts" info as blank.
> 
That's just an assumption for the lack of anything better. Yes, the log
is purposely made before the cleanup so that I can look at it if needed.
But as it seems that exactly as you say, the search of adaptiveFormats
fails which would mean that $content returned by decode_entities has an
issue of some sort

> 
> To me to be certain the clean up failed it seems it would help to output
> $content to the log just before the check for adaptiveFormats occurs on
> line 390 to see what it looks like at that point. And you are right that
> we might see it hasn´t been cleaned up which would explain the fail. 
> 
> > 
Code:

  >   > my ($streams) = $content =~ /\"adaptiveFormats\":(\[.*?\])/;

> > 
> 
> Edit: And I confirm that https://www.youtube.com/watch?v=94Wk-YgSEDI
> also returns the "old" format for me, with the backslashes, so in my
> case it seems that "decode_entities" is doing a fine job cleaning it
> up.
I'll wait a bit for feedback from others as it works for me 100% now,
while nothing was working when I decided to make the change (yes, I've
been lazy, it was working up to recently and I did not look at it before
I was impacted myself - not too many people complained and I was pretty
busy



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] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2020-12-05 Thread BoomX2


Release notes:
Added rounding to nearest 5% of precipitation chance values to account
  for change in weather source data to 1% resolution.
Added macro variables for 1% resolution values.



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

2020-12-05 Thread Michael Herger

Ok, I've enabled the log on LMS.
It seems to stream flacs:
[20-12-05 16:06:25.6186] Slim::Player::Squeezebox2::directHeaders (612)
Got a stream type: flc bitrate: 815917 title: undef


Thanks for the heads up! I was one change behind on mysqueezebox.com in 
EU. Should be fixed now.


--

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


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

2020-12-05 Thread seashell


mherger wrote: 
> > I'm having a small problem with the Qobuz plugin and LMS 8.0.0.  When
> I
> 
> What platform? What kind of player? Anythign in server.log?
> 
Server is running on debian buster on x64.
Player is squeezelite 1.9.7 running on raspberry pi 4 running
Raspbian/Raspberry Pi OS.

Nothing in server.log.  (Had an event happen just now and no log
entry.)

Seems to happen frequently with the player on the RPI but not with the
player (also squeezlite) running on the x64 box hosting the server.



seashell's Profile: http://forums.slimdevices.com/member.php?userid=71023
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


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

2020-12-05 Thread Michael Herger

I'm having a small problem with the Qobuz plugin and LMS 8.0.0.  When I


What platform? What kind of player? Anythign in server.log?

--

Michael
___
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-05 Thread Michael Herger

So, what I was trying to show was that I have a client ID but I still
cannot get the features on Spotty that I used to as specified in
original post.


Could you please tell again what you're missing? I'm a bit confused by 
that posting?


Also: are there still errors in your server.log?

--

Michael
___
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-05 Thread dborod


philippe_44 wrote: 
> There was an issue with version prior to 0.4.50.1 and LMS above 8.0 that
> prevented proper handling of metadata

I updated AirPlay to 0.4.50.1, restarted, and there's still no sounds
coming out of HomePods.



dborod's Profile: http://forums.slimdevices.com/member.php?userid=21049
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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2020-12-05 Thread philippe_44


dborod wrote: 
> Sure, no problem. If something like gathering log files would be of
> assistance I'd be happy to do what I can.

There was an issue with version prior to 0.4.50.1 and LMS above 8.0 that
prevented proper handling of metadata



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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2020-12-05 Thread fergalom


philippe_44 wrote: 
> Are you sure about the 32 bits per sample?

Honestly no, that's what is displayed when I hit info on playing the
song through VLC player.
Windows player reports it as 128kbps.



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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2020-12-05 Thread philippe_44


fergalom wrote: 
> Ok, resolved the 9090 port conflict. It was in use by another Docker
> container.
> 
> Air\10,000 Hz Legend\01 Electronic Performers.m4a
> Song - from vlc info:
> Stream 0
> Codec: MPEG AAC Audio (mp4a)
> Type: Audio
> Channels: Stereo
> Sample Rate: 44100 Hz
> Bits per sample: 32
> 
> Logs:
> https://drive.google.com/file/d/1MIkpirG_LoNI3ZqrIGnMiIS6TV0WT4cD/view?usp=sharing
> https://drive.google.com/file/d/1pBz6xRF0PX11mk9KKPvj33Fut85Q6pBv/view?usp=sharing

Are you sure about the 32 bits per sample?



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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2020-12-05 Thread fergalom


philippe_44 wrote: 
> Almost - So you're playing an aac track, can you tell me more about
> that? I think this is where the problem sits as in fact the decoding
> fails and it seems it might be due to all the changes we have made in
> 8.0. So what is that track precisely? Can you also set "player.source"
> logging to info and take another log? It will help me understand what's
> happening at the transcoding level.
> 
> Just one other comment. LMS cannot use the port 9090; so the CLI
> interface is not available and for my bridges, no metadata will be
> displayed.

Ok, resolved the 9090 port conflict. It was in use by another Docker
container.

Air\10,000 Hz Legend\01 Electronic Performers.m4a
Song - from vlc info:
Stream 0
Codec: MPEG AAC Audio (mp4a)
Type: Audio
Channels: Stereo
Sample Rate: 44100 Hz
Bits per sample: 32

Logs:
https://drive.google.com/file/d/1MIkpirG_LoNI3ZqrIGnMiIS6TV0WT4cD/view?usp=sharing
https://drive.google.com/file/d/1pBz6xRF0PX11mk9KKPvj33Fut85Q6pBv/view?usp=sharing



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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2020-12-05 Thread philippe_44


fergalom wrote: 
> Thanks, see attached, hopefully provides what you need.
> 
> https://drive.google.com/file/d/1gEvUjukY1slN-YmHvVytnWiwmRhaZ1Fp/view?usp=sharing
> 
> https://drive.google.com/file/d/1bEPLp8L9FIbZ3Ouakz5C4qVGQbXQTwVN/view?usp=sharing

Almost - So you're playing an aac track, can you tell me more about
that? I think this is where the problem sits as in fact the decoding
fails and it seems it might be due to all the changes we have made in
8.0. So what is that track precisely? Can you also set "player.source"
logging to info and take another log? It will help me understand what's
happening at the transcoding level.

Just one other comment. LMS cannot use the port 9090; so the CLI
interface is not available and for my bridges, no metadata will be
displayed.



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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2020-12-05 Thread fergalom


philippe_44 wrote: 
> Can you take a server.log and an AirPlay bridge log?

Thanks, see attached, hopefully provides what you need.

https://drive.google.com/file/d/1gEvUjukY1slN-YmHvVytnWiwmRhaZ1Fp/view?usp=sharing

https://drive.google.com/file/d/1bEPLp8L9FIbZ3Ouakz5C4qVGQbXQTwVN/view?usp=sharing



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: Material Skin

2020-12-05 Thread EasyPeasy


EasyPeasy wrote: 
> Skin looks great, just found it, super functional.
> 
> I am curious if there is a view under My Music that enumerates folders?
> My metadata tags aren't what they should be and I'm a dinosaur treading
> through the folder structure :)
> 
> Thanks!

OK, I'm a dope.  Figured it out under settings.  Thanks and please
ignore.



EasyPeasy's Profile: http://forums.slimdevices.com/member.php?userid=37784
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-05 Thread EasyPeasy


Skin looks great, just found it, super functional.

I am curious if there is a view under My Music that enumerates folders?
My metadata tags aren't what they should be and I'm a dinosaur treading
through the folder structure :)

Thanks!



EasyPeasy's Profile: http://forums.slimdevices.com/member.php?userid=37784
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] Qobuz.com streaming plugin

2020-12-05 Thread seashell


I'm having a small problem with the Qobuz plugin and LMS 8.0.0.  When I
select a specific track in the play queue or use the next track button
about 25% of the time the GUI will move forward to the next song after a
few seconds even though the selected song continues to play.

I will try to be more clear with an example.

Queue:
A
B
C
D
E


In the material skin I click on the ellipse at the end of the row with B
and select "Play Now".  The gui shows B and starts to play, possibly
after a small delay (presumably to reach out to Qobuz).  B starts to
play.  A second or two later the gui changes to show that song C is
playing.   However the actual audio is still playing song B.  If I just
let the play list continue when song B is completed it moves on to play
song C, but the gui shows it moving on to song D.

If I interact with the gui using the forward or back buttons the audio
plays according to what the gui shows.  So if B is playing but C is
showing and I click next track it starts to play D.  Or if I click back
to go back to the start of the song it plays C.

The same thing happens sometimes when I click next track as well.  So if
I was on B, and the gui shows B, and I click next track the gui will
move to C and song C will start to play.  Then sometimes a second or two
later the GUI will move to song D even though song C continues to play.

I've confirmed this happens with the default skin too so I do not
believe it's related to the material skin.  I do not see this behavior
when playing local tracks, only when using the Qobuz plugin.

Anecdotally it seems to happen more frequently when there's a bit more
of a delay for the song to start.  Like the GUI expects some event and
when it doesn't get it assumes B was unavailable and moves on to C.



seashell's Profile: http://forums.slimdevices.com/member.php?userid=71023
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


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

2020-12-05 Thread dawansv

philippe_44 wrote: 
> I donÂ’t know... it looks like the HTML::Entities parsing is not
> being used

For me the latest version seems to be working so far.

But I am curious how do you know that in Mordac's case HTML::Entities
are not being used? When I look at the code, the http content is printed
to the log on line 365 before the clean up occurs, no? So is what we are
seeing in the log not just the raw content before HTML:Entities is
involved?

What I find curious in this log is the mention of "adaptive_fmts" on
line 3121 of the log. That implies that the search for adaptiveFormats
failed and it shifted to the next item to try which is "adaptive_fmts".
On a side note, that code could be strengthened a bit because it
actually fails as well but there is no check in that case, hence why the
log prints "adaptive_fmts" info as blank.

To me it seems it would help to output $content to the log just before
the check for adaptiveFormats occurs on line 390 to see what it looks
like at that point which might explain why the regular expression is not
finding it.



Code:

my ($streams) = $content =~ /\"adaptiveFormats\":(\[.*?\])/;




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] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2020-12-05 Thread cbueche


philippe_44 wrote: 
> The other port that might be needed is 5353 when the helper is used for
> mDNS broadcast. Otherwise, if avahi, mDNS or mDNS-Publish is found on
> the system, they are preferred and in that case, the port should be
> already opened

Hello Philippe,

after my previous posts, I have tried to narrow down the issue of not
being able to run this plugin in docker in bridge mode. It works in host
mode, but I'm opinionated :-)

Despite having a large port list forwarded to the container (including
5353:5353/udp), I think there is something missing and it relates to the
publishPlayer part. Looking at the code of ShairTunes2/plugin/Plugin.pm,
there is this snippet :


Code:

eval { $proc = Proc::Background->new( $shairtunes_helper, "-dns", "host", 
Slim::Utils::Network::serverAddr(), $id, "_raop._tcp", @params ); };



and then when looking at the resulting process with ps -ef :


Code:


/config/cache/InstalledPlugins/Plugins/ShairTunes2W/Bin/shairport_helper-x64-linux
 -dns host 172.30.0.2 91C366DB3DF8@tube _raop._tcp 7405 tp=UDP sm=false 
sv=false ek=1 et=0,1 md=0,1,2 cn=0,1 ch=2 ss=16 sr=44100 pw=false vn=3 
txtvers=1 am=shairtunes2



So I think this is the issue : the publication uses
Slim::Utils::Network::serverAddr(), which in docker is not correct...
instead of my host'IP of 192.168.20.7, it finds 172.30.0.2, which is
docker's inside address.

I'm not sure what would be the best way here. An option to provide this
IP that should be announced ? Maybe docker gurus can join in ?



cbueche's Profile: http://forums.slimdevices.com/member.php?userid=6708
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


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

2020-12-05 Thread florca


Something strange...
If I try to play either "Music Planet" (finished a couple of hours ago)
or "J to Z" (just finished) from the Radio 3 "Stations & Schedules /
Today" menu I get "*Can't open file for Play*" but both play fine when
selected from "My Sounds (Subscribed)" or the BBC website version of
Sounds / Radio 3 / Schedule...
Earlier programmes play fine from the app "Radio 3 / Stations &
Schedules"
Cache problem?



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-05 Thread florca


expectingtofly wrote: 
> I've had a quick look at this, alas, the way the favourites work in LMS
> and the dynamic way that the menu's generate in the plugin it appears
> I'd have to insert another "Schedules" menu step to make this compatible
> with LMS favourites.
> 
> So, I'm not sure if adding in the extra menu step for everybody is worth
> the added convenience of being able to add the schedules into the
> favourites?

Thanks for digging into the implications and my take is that the extra
menu step doesn't justify the benefits. More generally, thanks for
picking up the BBC baton with a really good plugin.
Best wishes,
Phil



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] Qobuz.com streaming plugin

2020-12-05 Thread chavezdaniel


didjean wrote: 
> Nothing major but over the last couple of weeks, it seems that accessing
> Qobuz categories is slower than before. I get the waiting arrow from
> Material skin for 3 sec before reaching a specific category. if i am
> getting back to the same category right after, it is cached and
> therefore straight access. 
> Is this something you are also experiencing on your side? It might be
> due to my internet connection.
> Cheers!

I just tried browsing Qobuz with Material, and most of the time it takes
about 2 seconds to load a new page. A few times, though, it took 3 or
more seconds, and yeah, I saw the waiting arrow that you mention. So in
my case, between 2 and 4 seconds is normal, I guess.



chavezdaniel's Profile: http://forums.slimdevices.com/member.php?userid=70669
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


Re: [SlimDevices: Plugins] Deezer app

2020-12-05 Thread chavezdaniel


In the PCP interface you can go to Beta functions > Extras and check a
bunch of stats. Like this:

32431


+---+
|Filename: 2020-12-05_10-53-02.png  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32431|
+---+


chavezdaniel's Profile: http://forums.slimdevices.com/member.php?userid=70669
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] Announce: Material Skin

2020-12-05 Thread cpd73


Apesbrain wrote: 
> Thanks for the new release.  I miss the Queue "Show artwork" switch in
> Settings.  Can it be put back?

The "Show artwork" option affects queue and browse. I have no intention
of making them separate again.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab 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-12-05 Thread Apesbrain


cpd73 wrote: 
> Feature release, main changes:
Thanks for the new release.  I miss the Queue "Show artwork" switch in
Settings.  Can it be put back?



Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
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] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2020-12-05 Thread Apesbrain


BoomX2 wrote: 
> I'll plan on rounding to match the website values in a future release.  
> For those that like the 1% precision, I'll add a new macro variable.
Thanks!



Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
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-05 Thread tallpaul


expectingtofly wrote: 
> Yes, sorry, I introduced that bug when I changed the way the meta data
> worked for the live streams. It stopped providing the metadata for items
> in the playlist. It will be fixed in the next release

Grand, thank you.



http://about.me/tallpaul
Server: Intel Pentium G3420 3.2GHz, 2 core, 4GB, Ubuntu 16.0.4LTS SBS
8.0.0 - 1605892076
Players: 'piCorePlayer'
(https://sites.google.com/site/picoreplayer/home), Boom, 'SqueezePlayer'
(https://play.google.com/store/apps/details?id=de.bluegaspode.squeezeplayer)
on various Android devices, plus squeezelite clients on house PCs

tallpaul's Profile: http://forums.slimdevices.com/member.php?userid=29046
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-05 Thread BoomX2


Apesbrain wrote: 
> I'll be the contrarian and say that I liked the "old" way better.  The
> new way gives the data a false sense of precision.  It also doesn't
> match what is on the Weather Channel website.  Thanks.I'll plan on rounding 
> to match the website values in a future release.  
For those that like the 1% precision, I'll add a new macro variable.

Sent from my SM-G975U using Tapatalk





BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
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] Spotty 4.4 - more personalised content

2020-12-05 Thread stroudpete


mherger wrote: 
> > 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

Thanks for advice re not submitting client ID. I have removed the
screenshots now.

So, what I was trying to show was that I have a client ID but I still
cannot get the features on Spotty that I used to as specified in
original post.

Any advice or clarification would be gratefully received.

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] Deezer app

2020-12-05 Thread Pioppa


Ok, I've enabled the log on LMS.
It seems to stream flacs:
[20-12-05 16:06:25.6186] Slim::Player::Squeezebox2::directHeaders (612)
Got a stream type: flc bitrate: 815917 title: undef



Pioppa's Profile: http://forums.slimdevices.com/member.php?userid=71005
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] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2020-12-05 Thread warren64c


philippe_44 wrote: 
> M1 is disabled and "Soundaware Renderer" is not using "chunked"
> > 
Code:

  >   > 
  > 
  > 
  > info
  > warn
  > ?
  > info
  > warn
  > info
  > warn
  > warn
  > -1
  > info
  > 
  > -3
  > 0
  > 1
  > ?
  > 1
  > 1
  > 
  > 1048576
  > thru
  > 100
  > 1
  > HASH(0x72c1070)
  > 1
  > 0
  > aac,ogg,ops,ogf,flc,alc,wav,aif,pcm,mp3
  > raw,wav,aif
  > 1
  > 1
  > 4194304
  > 0
  > 1
  > 48000
  > 120
  > 1
  > 
  > 
  > thru
  > 100
  > 1
  > *-2*
  > uuid:202017
  > 1
  > 1
  > 1
  > bb:bb:c2:af:da:4b
  > 0
  > 1
  > 192000
  > audio/ogg,audio/dsd
  > 1
  > 0
  > (202017)Soundaware Renderer
  > 1
  > dsd,dff,alc,aac,ogg,mp3,flc
  > raw,wav
  > (202017)Soundaware Renderer
  > 
  > 
  > uuid:45f8c58f-f170-45b8-ba78-bf48131f68fd
  > [TV] Samsung 6 Series (43)
  > [TV] Samsung 6 Series (43)
  > bb:bb:ef:e8:7c:f8
  > 1
  > 
  > 
  > 0
  > M1
  > M1
  > bb:bb:11:eb:49:23
  > uuid:f31e1eef-20f6-4733-a18c-e8eb11eb4923
  > 
  > 
  > 

> > 


You are correct M1 is not connected now, but when it is it works. 
Trouble is with SOUNDAWARE D300.  I have reset to chunked and zipped up
logs and config files attached.


+---+
|Filename: squeezebox.zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32430|
+---+


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

2020-12-05 Thread Pioppa


mherger wrote: 
> > 
> Heh... that's interesting. I'd trust what LMS says. But then the players
> 
> should show the same! You could enable logging for 
> player.streaming.direct, which would output the headers as received from
> 
> the Deezer server. What are you using on the pCP to display the
> information?
> 
> -- 
> 
> Michael

Sorry but I don't know how to enable logging...

I have build players based on pCP with display and jivelite: on the
playing screen I can touch the upper part to see an additional menu
where I can see info on playing track.

By the way, thank you very much for your work



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

2020-12-05 Thread Michael Herger

The web ui of LMS shows a FLAC stream Grom deezer, but picoreplayers and
control app show MP3 320 kbps label.
Is there any way to check the actual quality of the stream?


Heh... that's interesting. I'd trust what LMS says. But then the players 
should show the same! You could enable logging for 
player.streaming.direct, which would output the headers as received from 
the Deezer server. What are you using on the pCP to display the information?


--

Michael
___
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-05 Thread Michael Herger

Once I have successfully created Spotty integration in LMS 8, can I use
Spotify Connect (from my phone to my Squeezebox Touch) even if my server
is down?


No, you'll need your LMS.


My issue is that my Mac/NAS stays in a different room with a hard access
and sometimes It goes to sleep and I loose connection to it.


As for so many challenges around LMS the answer might be using a 
Raspberry Pi instead of your computer to run LMS on. It consumes a 
fraction of the power your Mac does and can therefore be always on.


--

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


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

2020-12-05 Thread expectingtofly


hestbank wrote: 
> 
> Unlike Wigster, who opened Issues 10, I am not seeing segment times at
> all. Not on a Touch, or Squeezer, or Squeeze Control or LMS web gui. Am
> I missing something?
> 
> 
No you are not missing anything, I'm not sure why he mentioned that. 
The plugin does use the segment information for showing the now playing
track on on-demand music programmes, but that is all.



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-05 Thread hestbank


expectingtofly wrote: 
> This has indeed been requested before :
> https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/issues/10
> I should have something in place in the next feature release

Thank you very much. I too am very appreciative of your endeavours.

Unlike Wigster, who opened Issues 10, I am not seeing segment times at
all. Not on a Touch, or Squeezer, or Squeeze Control or LMS web gui. Am
I missing something?

Thanks.



hestbank's Profile: http://forums.slimdevices.com/member.php?userid=63499
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-05 Thread TurnipMan


expectingtofly wrote: 
> 
> 
> So, I'm not sure if adding in the extra menu step for everybody is worth
> the added convenience of being able to add the schedules into the
> favourites?

Thanks for looking into this.

Would it be possible to make it optional - a tick box in the plugin
settings?



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

2020-12-05 Thread Pioppa


Hi.
I'm testing LMS 8.1 with Deezer HiFi.
It seems to work fine, but I have an issue. My setup is:
- LMS 8.1 on Raspberry Pi 4
- three picoreplayers on Raspberry Pi 3 or Zero
- Squeeze Ctrl on Android as control app
The web ui of LMS shows a FLAC stream Grom deezer, but picoreplayers and
control app show MP3 320 kbps label.
Is there any way to check the actual quality of the stream?



Pioppa's Profile: http://forums.slimdevices.com/member.php?userid=71005
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] [Announce] Spotty 4.4 - more personalised content

2020-12-05 Thread vitoruch


Maybe a stupid question but...

Once I have successfully created Spotty integration in LMS 8, can I use
Spotify Connect (from my phone to my Squeezebox Touch) even if my server
is down? Does integration parameters stay in touch's memory? Or: does it
need to talk to LMS all the time, therefore, at the moment my Mac goes
to sleep, integration also goes off right away?

My issue is that my Mac/NAS stays in a different room with a hard access
and sometimes It goes to sleep and I loose connection to it.


Thanks!

Vitor



vitoruch's Profile: http://forums.slimdevices.com/member.php?userid=13918
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: Material Skin

2020-12-05 Thread Man in a van


kidstypike wrote: 
> No, not at all, sorry if it came over as such. :) 
> 
> I'm such a silly bunt.  :):)

Actually I intended to inclose a link but had no time to find it.

32426

ronnie


+---+
|Filename: Kiwi Browser.png |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32426|
+---+


Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
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-05 Thread kidstypike


Man in a van wrote: 
> Are you being sarky ? :confused:
> 
> ronnie

No, not at all, sorry if it came over as such. :) 

I'm such a silly bunt.



*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] Qobuz.com streaming plugin

2020-12-05 Thread didjean


Nothing major but over the last couple of weeks, it seems that accessing
Qobuz categories is slower than before. I get the waiting arrow from
Material skin for 3 sec before reaching a specific category. if i am
getting back to the same category right after, it is cached and
therefore straight access. 
Is this something you are also experiencing on your side? It might be
due to my internet connection.
Cheers!



Transporter, Touch, SB3, SB2, Duet, Booms, Radios, piCorePlayer ---
iPeng & Material --- LMS 8.0.1 - 1606928904 on Pi4 4GB - Max2Play ---
Qobuz

didjean's Profile: http://forums.slimdevices.com/member.php?userid=2900
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

___
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-05 Thread Apesbrain


BoomX2 wrote: 
> Let me know your thoughts.
I'll be the contrarian and say that I liked the "old" way better.  The
new way gives the data a false sense of precision.  It also doesn't
match what is on the Weather Channel website.  Thanks.



Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
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: Material Skin

2020-12-05 Thread Man in a van


kidstypike wrote: 
> Good idea, change to a browser that actually works for you!

Are you being sarky ? :confused:

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
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 : BBC Sounds Plugin

2020-12-05 Thread expectingtofly


tallpaul wrote: 
> 
> which means it's impossible to tell what any item in your playlist is,
> except the one that's currently playing.
> 
> Thanks.

Yes, sorry, I introduced that bug when I changed the way the meta data
worked for the live streams. It stopped providing the metadata for items
in the playlist. It will be fixed in the next release



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-05 Thread tallpaul


Is it possible to show at the very least the title and ideally the
thumbnail to when a BBC Sounds item is in the playlist?

Currently they look like this:

32424

which means it's impossible to tell what any item in your playlist is,
except the one that's currently playing.

Thanks.


+---+
|Filename: Screenshot_2020-12-05_12-12-11.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32424|
+---+


http://about.me/tallpaul
Server: Intel Pentium G3420 3.2GHz, 2 core, 4GB, Ubuntu 16.0.4LTS SBS
8.0.0 - 1605892076
Players: 'piCorePlayer'
(https://sites.google.com/site/picoreplayer/home), Boom, 'SqueezePlayer'
(https://play.google.com/store/apps/details?id=de.bluegaspode.squeezeplayer)
on various Android devices, plus squeezelite clients on house PCs

tallpaul's Profile: http://forums.slimdevices.com/member.php?userid=29046
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-05 Thread expectingtofly


hestbank wrote: 
> Would it be possible to implement Segment Times? Great for skipping
> through the news on Radios 2 and 6 programmes!
> 
> Thanks.

ericj wrote: 
> +1 for segment times.   Very useful for Radio 3 as well.   Thanks so
> much.  
> 
> 
> Sent from my iPhone using Tapatalk
This has indeed been requested before :
https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/issues/10
I should have something in place in the next feature release



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-05 Thread expectingtofly


TurnipMan wrote: 
> Thanks for the quick reply.
> 
> I understand that but I'd like to be able to add quick access to the
> Radio 4 element of the Stations and Schedules bit. Currently I have to
> go to Apps, BBC sounds, stations & schedules, Radio 4
> 
> 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.

florca wrote: 
> 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. 

I've had a quick look at this, alas, the way the favourites work in LMS
and the dynamic way that the menu's generate in the plugin it appears
I'd have to insert another "Schedules" menu step to make this compatible
with LMS favourites.

ie currently the menu is :

BBC Sounds
|_
Stations & Schedules

|_
Radio Four

|_
Radio Four Live
Today
Yesterday
etc...  




I'd have to make it :

BBC Sounds
|_
Stations & Schedules

|_
Radio Four

|_
Radio Four Live
Schedule

|_
Today
Yesterday
etc...  





So that it could appear in the favourites as :

Favourites
|_
Radio Four

|_
Radio Four Live
Schedule

|_
Today
Yesterday
etc...  




So, I'm not sure if adding in the extra menu step for everybody is worth
the added convenience of being able to add the schedules into the
favourites?



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] Ratings Light

2020-12-05 Thread afriend

cparker wrote: 
> 1) On user side, how does the rating system manage, if you have
> previously used TrackStat 1-10 star ratings on your music library?
If other apps or plugins (like Material) use -Ratings Light- to set a
track's rating they will send a rating value between 0 and 5 to -Ratings
Light- which it will multiply by 20 and write to the LMS persistent
database (using the standard LMS 0-100 rating scale).
So if a plugin sends a rating value of 2.5 -Ratings Light- will write a
rating value of 50 to the LMS database. Even if for some reason you
needed to write a very odd rating value like 69 you'd just send 3,45
(69/20) to -Ratings Light- and it would write 69 to the LMS database. It
just expects the incoming value to be between 0 and 5, all else is up to
the plugin sending the rating request.

cparker wrote: 
> 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?
Basically -Ratings Light- is only involved in *setting* ratings (and
maybe showing them in a track's context menu or providing help for
displaying them with the -Music Information Screen- plugin on older
devices like Boom or Classic).
If plugins want to query or display ratings they can simply *get the
rating value directly from the LMS database*.
So in your example if you wanted to drop tracks that have been rated 2x
stars or below you'd query the LMS database and drop all tracks for
which LMS returns a rating value <=40 (according to the standard LMS
0-100 rating scale).

cparker wrote: 
> 3) Finally is Ratings Light a direct replacement for TrackStat?
Yes but mostly no. ;-) 
There is some overlap between what both plugins do, namely allowing
other plugins to use them to set track ratings, displaying the rating in
the LMS track context menu and offering a titleformat that allows the
display of ratings on older devices like Boom or Classic.
TrackStat offers additional functionality like finding data if you have
moved your library or ”smart logic around play counts and last played
time so the aren’t updated if you skip to next track early when the
track almost haven’t been played“. It also has its own database although
TrackStat writes rating values to both, the TrackStat and the LMS
database. 
-Ratings Light- started because my rated music files/tracks have their
rating value stored in the comment tag to make transporting
(importing/exporting) ratings between apps/programs easier for me. I
needed a way to import those ratings values from the comment tags into
LMS and also a way to export a playlist with all tracks whose ratings
I'd changed in LMS. And -Rating Light- can do that for you.

So in short, TrackStat offers a lot more functionality. If you don't use
any of that and simply want to be able to rate tracks you may be fine
with just -Ratings Light-. Or you can install both if you want
everything both plugins offer. Apps and plugins will then probably use
TrackStat for setting ratings but you could still use -Ratings Light-
for importing and exporting.



afriend's Profile: http://forums.slimdevices.com/member.php?userid=39306
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: [SlimDevices: Plugins] Announce: Material Skin

2020-12-05 Thread slartibartfast


cpd73 wrote: 
> Fixed for 2.1.1[emoji106]

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: Material Skin

2020-12-05 Thread cpd73


slartibartfast wrote: 
> With the latest plugin If I browse to an album which has multiple discs
> then select it, the contents show as empty. If I click on the back arrow
> the contents appear.

Fixed for 2.1.1



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab 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-12-05 Thread Man in a van


ian_heys wrote: 
> I'm morsetified.


I see what you did there !  :D



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
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-12-05 Thread zntrx


Just came here after getting a 410 this morning on the iPlayer plugin.

Echoing above, sad to see the end of this and thanks so much to Triode
and bpa for the many, many years of supporting us.



zntrx's Profile: http://forums.slimdevices.com/member.php?userid=2682
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-05 Thread slartibartfast


cpd73 wrote: 
> You are looking in the wrong place. The context menu is on the "Albums"
> or "Random Albums" list entry - *not* on the albums within those lists.
> 
> 32423
> 
> Notice there is no context menu for "Albums" and "Random Albums"

OK I probably didn't even realise it was there before [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=109624

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-05 Thread cpd73


slartibartfast wrote: 
> With the latest plugin If I browse to an album which has multiple discs
> then select it, the contents show as empty. If I click on the back arrow
> the contents appear. 

Confirmed :( Odd...



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab 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-12-05 Thread slartibartfast


With the latest plugin If I browse to an album which has multiple discs
then select it, the contents show as empty. If I click on the back arrow
the contents appear. 

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: Material Skin

2020-12-05 Thread ian_heys


cpd73 wrote: 
> The change logs posted here do not usually contain all changes, just the
> main changes. Hence this dot to dash change was not listed.

I'm morsetified.



*Music Store and VPN Server: *Synology DS215J NAS*
Study Player:* Pi 3B pCp 6.1.0/IQ Audio DAC+
*Study Server:* Pi 4 pcp 7.0.0 (beta)
*Refurbished 1962 RCA Stereo Console Player *LMS 7,9.3 on Pi 4B pCp
6.1.0/IQ Audio DAC+
*Headphone & Streamer Players: x3:* pCp 6.1.0 on Pi 3B /IQ Audio DAC+
*Homeplug/LAN Players: x2: *Squeezelite on Windows 10 PC.
*VPN Mobile & Car Player:* Material/SqueezePlayer on Android Phone

ian_heys's Profile: http://forums.slimdevices.com/member.php?userid=2629
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-05 Thread cpd73


slartibartfast wrote: 
> This is what I see in the submenu in My music/Genres/Brazilian
> Pop/Albums. 

You are looking in the wrong place. The context menu is on the "Albums"
or "Random Albums" list entry - *not* on the albums within those lists.

32423

Notice there is no context menu for "Albums" and "Random Albums"


+---+
|Filename: Screenshot from 2020-12-05 10-47-29.png  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32423|
+---+


*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab 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-12-05 Thread slartibartfast


cpd73 wrote: 
> Navigate to: My Music / Genres /  - you should see Artists,
> Albums, Random Albums, etc.  "Albums" and "Random Albums" should no
> longer have a context menu (no three dots button), and when navigated
> into the play/add-all should not be in the sub-toolbar.This is what I see in 
> the submenu in My music/Genres/Brazilian
Pop/Albums. Is this wrong?[image:
https://uploads.tapatalk-cdn.com/20201205/7fcf43658a2018933361d313773b1dbb.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] Soundcloud plugin for squeezeserver

2020-12-05 Thread MichaelFFM


MichaelFFM wrote: 
> Hello,
> 
> problem i had more than 50 people that i follow on Soundcloud. But in
> LMS web browser, in material skin and in Android squeezectrl. there are
> showing max. 50.
> 
> Can someone help in that case?

Just want ask again, any solution or idea who can increase this?



MichaelFFM's Profile: http://forums.slimdevices.com/member.php?userid=68473
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-05 Thread cpd73


slartibartfast wrote: 
> What does
> 
> Remove play/add actions from context menu, and subtoolbar, for 'Albums'
> and 'Random Albums' within a genre

Navigate to: My Music / Genres /  - you should see Artists,
Albums, Random Albums, etc.  "Albums" and "Random Albums" should no
longer have a context menu (no three dots button), and when navigated
into the play/add-all should not be in the sub-toolbar.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab 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: YouTube Plugin (API v3)

2020-12-05 Thread philippe_44

mordac wrote: 
> with log file attached32418

I don’t know... it looks like the HTML::Entities parsing is not being
used



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: Material Skin

2020-12-05 Thread ian_heys


cpd73 wrote: 
> Feature release, main changes:
> 

Thanks for the update Craig. Not sure you included the one you did for
me in the list. But it worked.

Two images showing browser tab in material and normal browser playing
flac radio stream having recovered metadata from browser tab.

Sorry couldn't do both images in material as it confused my software.

Source:

32421

Player:

32422

It's a bit kak handed but it works. Better option would be to capture
Windows track notifications from Squeezelite-X/Material - but I've no
idea how do that and I'll probably move away from a Windows Icecast
client as it's too complicated and easy to close or intefere with the
icecast client by inadvertent windows operations. Not to mention keeping
a Windows instance running 24/7.


+---+
|Filename: player.JPG   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32422|
+---+


*Music Store and VPN Server: *Synology DS215J NAS*
Study Player:* Pi 3B pCp 6.1.0/IQ Audio DAC+
*Study Server:* Pi 4 pcp 7.0.0 (beta)
*Refurbished 1962 RCA Stereo Console Player *LMS 7,9.3 on Pi 4B pCp
6.1.0/IQ Audio DAC+
*Headphone & Streamer Players: x3:* pCp 6.1.0 on Pi 3B /IQ Audio DAC+
*Homeplug/LAN Players: x2: *Squeezelite on Windows 10 PC.
*VPN Mobile & Car Player:* Material/SqueezePlayer on Android Phone

ian_heys's Profile: http://forums.slimdevices.com/member.php?userid=2629
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-05 Thread slartibartfast


cpd73 wrote: 
> Feature release, main changes:
> 
> >   > 
  -  Allow showing of ratings even if TrackStat is not installed.
  -  Use Ctrl+Shift+(N) to set rating.
  -  Allow adding custom actions to artist and album action menus.
  -  Move 'Set rating for all tracks' action into album action menu.
  -  Add 'Local files' action to album action menu - if localfiles are
  > found in the path of the 1st track.
  -  Remove play/add actions from context menu, and subtoolbar, for
  > 'Albums' and 'Random Albums' within a genre.
  -  Add action to reload random albums lists.
  -  Re-layout grid items if refresh list.
  -  Add padding to main icon, so that it looks better in macOS dock.
  -  Fix favourite ID calculation - revert to pre 2.0.0 code.
  -  Add 'BBC Sounds' to search.
  -  Fix showing audio menu for tracks of favourite albums.
  -  Support ratingslight plugin.
  -  Add Bandcamp emblem.
  > > > What does

Remove play/add actions from context menu, and subtoolbar, for 'Albums'
and 'Random Albums' within a genre

mean? Play/add actions seem to be there for me but I am not sure where
they were removed from.



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: Material Skin

2020-12-05 Thread Paul Webster


Even easier ;)



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-05 Thread kidstypike


Paul Webster wrote: 
> Using Google to find it is probably returning your public IP address ...
> which will not work (ok - it can be made to work but is generally not a
> good idea).
> 
> If your LMS is running on Windows then you could type
> ipconfig
> from a "cmd" session (WinKey+R cmd)
> then look for something that starts with "IPv4 address" - it will
> probably start 192.168

LMS IP address is given at LMS > Settings > Information.

32420


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


*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-05 Thread stroudpete


kidstypike wrote: 
> Googled it?

Got there finally. 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: Material Skin

2020-12-05 Thread Paul Webster


Using Google to find it is probably returning your public IP address ...
which will not work (ok - it can be made to work but is generally not a
good idea).

If your LMS is running on Windows then you could type
ipconfig
from a "cmd" session (WinKey+R cmd)
then look for something that starts with "IPv4 address" - it will
probably start 192.168



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-05 Thread kidstypike


Man in a van wrote: 
> Have you tried to use the Kiwi Browser ?
> 
> It works on my old Android version 5.1 MotoG
> 
> ronnie.

Good idea, change to a browser that actually works for you!



*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-05 Thread Man in a van


stroudpete wrote: 
> My phone is connected to my home network - same as PC


Have you tried to use the Kiwi Browser ?

It works on my old Android version 5.1 MotoG

ronnie.



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
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-05 Thread kidstypike


stroudpete wrote: 
> Yes - I googled my IP address on my pc which is where LMS is located and
> this is what I entered

Googled it?



*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-05 Thread stroudpete


stroudpete wrote: 
> Yes - I googled my IP address on my pc which is where LMS is located and
> this is what I entered

My phone is connected to my home network - same as PC



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: Material Skin

2020-12-05 Thread stroudpete


kidstypike wrote: 
> Your phone is connected to your local network ?

Yes - I googled my IP address on my pc which is where LMS is located and
this is what I entered



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-05 Thread stroudpete


mherger wrote: 
> > 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

Thanks Michael but I've done that but no change.


+---+
|Filename: Squeezebox issue Doc1.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32419|
+---+


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-05 Thread mordac


mordac wrote: 
> Hello Philippe, new version plugin does not work for me this morning.
> Html response still shows the "old" form of "adaptiveFormats". 
> 
> Example: "adaptiveFormats":[{"itag":135,"mimeType":"video\/mp4;
> codecs=\"avc1.4d401e\"","bitrate":701006
> 
> received for YoutubeID 94Wk-YgSEDI

with log file attached32418


+---+
|Filename: server.zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32418|
+---+


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: YouTube Plugin (API v3)

2020-12-05 Thread mordac


philippe_44 wrote: 
> 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)

Hello Philippe, new version plugin does not work for me this morning.
Html response still shows the "old" form of "adaptiveFormats". 

Example: "adaptiveFormats":[{"itag":135,"mimeType":"video\/mp4;
codecs=\\"avc1.4d401e\\"","bitrate":701006

received for YoutubeID 94Wk-YgSEDI



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: Material Skin

2020-12-05 Thread kidstypike


stroudpete wrote: 
> Thanks but I'm getting a message saying 'connection refused'.

Your phone is connected to your local network ?



*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: YouTube Plugin (API v3)

2020-12-05 Thread mordac


slartibartfast wrote: 
> Did you miss the last couple of posts? Try the update.
> 
> Sent from my Pixel 3a using Tapatalk

Yes, sorry, I missed the messages. I tried this morning with version
0.125.0. Nothing works. Tracks that played yesterday (taken from
Recently Played) don't play any more. New tracks never played don't work
either. No stream/DASH found in every case. 

Worth mentioning maybe, the server log viewer tries to read the log as
an html file, and shows the track name in the tab on top of browser.
This is a symptom I have observed in confunction with the no stream/DASH
found. 

I will now try and reboot my RPi just to make sure.



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: Material Skin

2020-12-05 Thread stroudpete


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.

Thanks but I'm getting a message saying 'connection refused'.



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

2020-12-05 Thread ericj


+1 for segment times.   Very useful for Radio 3 as well.   Thanks so
much.  


Sent from my iPhone using Tapatalk





ericj's Profile: http://forums.slimdevices.com/member.php?userid=3230
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: Material Skin

2020-12-05 Thread cpd73


Feature release, main changes:

  
-  Allow showing of ratings even if TrackStat is not installed.
-  Use Ctrl+Shift+(N) to set rating.
-  Allow adding custom actions to artist and album action menus.
-  Move 'Set rating for all tracks' action into album action menu.
-  Add 'Local files' action to album action menu - if localfiles are
  found in the path of the 1st track.
-  Remove play/add actions from context menu, and subtoolbar, for
  'Albums' and 'Random Albums' within a genre.
-  Add action to reload random albums lists.
-  Re-layout grid items if refresh list.
-  Add padding to main icon, so that it looks better in macOS dock.
-  Fix favourite ID calculation - revert to pre 2.0.0 code.
-  Add 'BBC Sounds' to search.
-  Fix showing audio menu for tracks of favourite albums.
-  Support ratingslight plugin.
-  Add Bandcamp emblem.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab 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 : BBC Sounds Plugin

2020-12-05 Thread hestbank


Would it be possible to implement Segment Times? Great for skipping
through the news on Radios 2 and 6 programmes!

Thanks.



hestbank's Profile: http://forums.slimdevices.com/member.php?userid=63499
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] Essentia Integration - music classification (moods, genres, ...)

2020-12-05 Thread cpd73


Roland0 wrote: 
> 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.

Thanks, but that is probably a bit too much for me!

Think I'll stick with the high-level descriptors. I've analysed ~20k
tracks - which took quite some time at roughly 15 tracks/min (still
quicker than MIP). To locate 'similar' tracks I'm checking the
difference in 'danceable', 'aggressive', 'electronic', etc between a
seed track and tracks in the DB. Tracks are then sorted based upon
average difference of these parameters, and a random selection of the
top few chosen. This seems to work reasonably well for me. Code is not
ready for release, as I'm still playing with it - but can be found in my
github page.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab 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=108278

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