Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-23 Thread cpd73


ptou wrote: 
> Great! the keycodes work!
> 
> There is just a side effect, both Windows system volume and squeezebox
> volume are increased at the same time. 
> This may set system volume too high or too low when adjusting squeezebox
> volume, and suddenly another system sound happen.
> 
> Don't know if an e.preventDefault() could fix that?

Hmmm e.preventDefault() is already called. Can you control the volume on
web-sites (e.g. YouTube) using your hardware keys, and it not adjust the
system volume?



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

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

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


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

2020-03-23 Thread Wigster


bpa wrote: 
> 
> PCP installation are never on plain Pis - there is usually additional
> hardware.  What is the setup (e.g. DAC, display, controls, ) ?
> 
It's an RPi2B with a HiFiBerry DAC Pro to which I have connected my hifi
over RCA and a TP-Link 2.4 GHz 802.11n USB radio. 

bpa wrote: 
> 
> Have you setup any non standard squeezelite command line options such as
> resampling. 
> 
This is completely standard, although it is the FFMPEG version. 


Code:


  /usr/local/bin/squeezelite -n "Sypialnia" -o hw:CARD=sndrpihifiberry -a  
-m 60:E3:27:10:4B:DB -d all=info -f /var/log/pcp_squeezelite.log
  



bpa wrote: 
> 
> What does the PCP squeezelite log look like ?
> 
Unfortunately, once I play the BBC programme the player disconnects from
the network, so I can't get the log in its full. But tailing the log
file over ssh, this is what I managed to catch when I played a LIsten
Live MP3 stream for Radio 6 (which crashed in the same way as the
non-MP3 ones)

Code:


  [01:01:08.744382] discover_server:788 sending discovery
  [01:01:08.744524] discover_server:792 error sending disovery
  [01:01:13.749628] discover_server:788 sending discovery
  [01:01:13.924482] discover_server:799 got response from: 192.168.0.2:3483
  [01:01:13.924701] slimproto:887 connecting to 192.168.0.2:3483
  [01:01:14.039735] slimproto:926 connected
  [01:01:14.039850] sendHELO:142 mac: 60:e3:27:10:4b:db
  [01:01:14.039893] sendHELO:144 cap: 
CanHTTPS=1,Model=squeezelite,AccuratePlayPoints=1,HasDigitalOut=1,HasPolarityInvers
  
ion=1,Firmware=v1.9.6-1206-pCP,ModelName=SqueezeLite,MaxSampleRate=384000,dsf,dff,aac,ogg,ops,ogf,flc,aif,pcm,mp3
  [01:01:14.058565] decode_flush:237 decode flush
  [01:01:14.058632] output_flush:435 flush output buffer
  
  
  [01:10:13.173370] vorbis_decode:169 setting track_start
  [01:10:13.289343] _output_frames:64 start buffer frames: 95744
  [01:10:13.289476] _output_frames:149 track start sample rate: 44100 
replay_gain: 65536
  [01:10:40.205093] decode_flush:237 decode flush
  [01:10:40.205220] output_flush:435 flush output buffer
  [01:11:00.886176] decode_flush:237 decode flush
  [01:11:00.886291] output_flush:435 flush output buffer
  [01:11:01.296478] codec_open:265 codec open: 'm'
  [01:11:01.296599] codec_open:283 closing codec: 'o'
  [01:11:01.297049] _tcp_connect:486 connecting to 178.79.221.111:80
  [01:11:01.464838] stream_sock:577 header: GET /stream/bbcmedia_6music_mf_p 
HTTP/1.0
  Cache-Control: no-cache
  Connection: close
  Accept: */*
  Host: bbcmedia.ic.llnwd.net
  User-Agent: iTunes/4.7.1 (Windows; N; Windows 2012 Server R2; 8664; EN; 
cp1252) SqueezeCenter, Squeezebox Server, Logit
  ech Media Server/8.0.0/1584870543
  Icy-Metadata: 1
  
  
  [01:11:01.594490] stream_thread:247 headers: len: 212
  HTTP/1.0 200 OK
  Content-Type: audio/mpeg
  icy-br:128
  icy-charset:UTF-8
  icy-description:(C)2016 British Broadcasting Corporation
  icy-name:BBC 6 Music
  icy-public:0
  icy-metaint:8192
  Server: Limecast 2.0.0
  
  
  [01:11:01.694914] stream_thread:300 icy meta: len: 16
  StreamTitle='';
  [01:11:03.982407] mad_decode:244 setting track_start
  [01:11:03.989782] _output_frames:64 start buffer frames: 7535
  [01:11:03.989865] _output_frames:149 track start sample rate: 48000 
replay_gain: 0
  [01:11:03.53] output_thread:687 open output device: 
hw:CARD=sndrpihifiberry
  [01:11:04.002863] alsa_open:351 opening device at: 48000
  [01:11:04.005021] alsa_open:422 opened device hw:CARD=sndrpihifiberry using 
format: S32_LE sample rate: 48000 mmap: 1
  [01:11:04.005196] alsa_open:513 buffer: 40 period: 4 -> buffer size: 1920 
period size: 480
  




bpa wrote: 
> 
> * uncheck "Show on-Air text"
> * check "Always display Station icon"
> 
This didn't help.

bpa wrote: 
> 
> Also to separate metadata from audio stream - with metadata settings set
> the same - try playing BBC "Listen LIve MP3"  streams at bottom
> BBCiPlayer menu rather than the DASH or HLS ones.
> 
I tied and it failed in the same way.



Wigster's Profile: http://forums.slimdevices.com/member.php?userid=14899
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-03-23 Thread bpa


Wigster wrote: 
> It's an RPi2B with a HiFiBerry DAC Pro to which I have connected my hifi
> over RCA and a TP-Link 2.4 GHz 802.11n USB radio. 
So it is headless. There is no UI on the RPI2B - just squeezelite.

> I tied and it failed in the same way.




OK let's try different URLs and build up functionality bit by bit until
failure.
I need a clear description of the problem.
Please clarify does "works for a few seconds" mean - audio is heard for
x seconds and then stops *or* clock on UI ticks over but no audio or
something else ?

The MP3 stream failing which is played direct from BBC (i.e.no plugin
involvement )  - means this is a weird problem.

Can you test each URL in turn in LMS Tune-in - it is only OK is audio is
heard for at least 1 minute.  If it is OK, stop and clear playlist
before trying the next URL.

http://bbcmedia.ic.llnwd.net/stream/bbcmedia_6music_mf_p

iplayer://live?mp3=http://bbcmedia.ic.llnwd.net/stream/bbcmedia_6music_mf_p

iplayer://live?mp3=http://bbcmedia.ic.llnwd.net/stream/bbcmedia_6music_mf_p=http://radio-service-information.api.bbci.co.uk/logos/bbc_6music/128x128.png

iplayer://live?mp3=http://bbcmedia.ic.llnwd.net/stream/bbcmedia_6music_mf_p=http://radio-service-information.api.bbci.co.uk/logos/bbc_6music/128x128.png=bbc_6music



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-23 Thread cpd73


jtl wrote: 
> Hi,
> 
> in the latest git I see the strange phenomenon that dark / black theme
> seems broken - on the main page there are black fonts, while settings
> seem to be white background/partially white fonts. In short, it looks
> borked. But everything works in chrome. Is this at all possible to have
> a bug only affecting firefox and not chrome? Or do I have to dig if
> something is weird with my setup?
> 
> Regards, jtl

As before, check your cache. I test a lot with Firefox - as its my
primary desktop browser. Works fine for me.



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

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-23 Thread jtl


Hi,

in the latest git I see the strange phenomenon that dark / black theme
seems broken - on the main page there are black fonts, while settings
seem to be white background/partially white fonts. In short, it looks
borked. But everything works in chrome. Is this at all possible to have
a bug only affecting firefox and not chrome? Or do I have to dig if
something is weird with my setup?

Regards, jtl



jtl's Profile: http://forums.slimdevices.com/member.php?userid=46494
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-03-23 Thread bpa


Wigster wrote: 
> This one failed already. The log I got before disconnection is:

This is straight BBC MP3 stream. Nothign to to with BBCiPlayer plugin.

> Weird. About 5 mins into waiting with no audio, a bunch of extra stuff
> appeared in the log. Note the fact that the time stamp is just after the
> previous and the five-minute gap isn't there. The player is unreachable
> to ping, but ssh hasn't dropped the connection yet.
> > 
Code:

  >   > 
  > [03:22:23.154406] _output_frames:64 start buffer frames: 12143
  > [03:22:23.154522] _output_frames:149 track start sample rate: 48000 
replay_gain: 0
  > [03:22:23.164614] output_thread:687 open output device: 
hw:CARD=sndrpihifiberry
  > [03:22:23.167375] alsa_open:351 opening device at: 48000
  > [03:22:23.169188] alsa_open:422 opened device hw:CARD=sndrpihifiberry using 
format: S32_LE sample rate: 48000 mmap: 1
  > [03:22:23.169311] alsa_open:513 buffer: 40 period: 4 -> buffer size: 1920 
period size: 480
  > 

> > 
> 
This is the last data before the stream broke your player but it was in
the system buffers.  When connection broke / timed out, buffers were
flushed 

> Does it make sense to try the other ones?
No - this has nothing to do with aplugin - the problem is playing a MP3
48kHz stream.

Can your DAC handle 48kHz streams ?



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-03-23 Thread Wigster


bpa wrote: 
> 
> Can your DAC handle 48kHz streams ?

It should, but searching google I've come across this thread on the HiFi
berry forums:

https://support.hifiberry.com/hc/en-us/community/posts/206789049-RPi3-OpenELEC-6-DAC-Pro-freezes-on-48khz-files

So I guess this is some problem with the DAC. Is there some way of
forcing 44.1 kHz from the iPlayer?

The strange thing is that this used to work with PCP 5.0.1 before, and
only started malfunctioning when I upgraded to 6, but maybe there is
some difference with the squeezelite settings that thr PCP team
introduced.



Wigster's Profile: http://forums.slimdevices.com/member.php?userid=14899
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-03-23 Thread bpa


What is the purpose of this squeezelite argument 

Code:


  -a 
  




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

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


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

2020-03-23 Thread philchillbill


snoopy86 wrote: 
> Hi,
> 
> could we choose different wake word like "tell squeezebox to do...",
> "tell player to do..."

That's not supported by Amazon. Each skill can have one invocation name
only.



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
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-03-23 Thread bpa


Another 48Khz posting - this time on raspberry pi site kernel issue
suggested.
https://github.com/raspberrypi/linux/issues/2016



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-03-23 Thread Wigster


bpa wrote: 
> No - you could set squeezelite up to not support 48khz and mulitples
> such as , 96khz and 192kHz and let LMS resample
> 

Thanks a lot for looking at this. I'll take it over to Paul and in the
meantime, try to resample.



Wigster's Profile: http://forums.slimdevices.com/member.php?userid=14899
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-03-23 Thread bpa


Wigster wrote: 
> Indeed switching to wifi router to channel 10 from 11 seems to have
> fixed this. Crazy.

Not at all crazy - these small boards have made design compromises.
Whether the problem is EMC or shared clocking - there is something
dodgy.  An easy workaround is always good.



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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2020-03-23 Thread MohnJadden


Hello - I'm running the latest stable Spotty on LMS.  Every now and
then, playback from Spotty will go nonresponsive - I'm using Squeezer
and PiCorePlayer.  Squeezer won't respond to pause/play/change tracks
during this time, and the track time goes back a few seconds before
eventually starting the track over again.  

As far as I can tell there's no local network bandwidth issues but I
also haven't run any kind of exhaustive testing.  Internet connectivity
is fine both at the LMS server, PiCorePlayer, and Squeezer client on my
phone.  

Anything I should be doing to troubleshoot?



MohnJadden's Profile: http://forums.slimdevices.com/member.php?userid=69886
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

___
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-03-23 Thread Wigster


bpa wrote: 
> So it is headless. There is no UI on the RPI2B - just squeezelite.
> 
Yes that's right, no screen attached. I don't have Jivelite installed
nor anything to run output to an LCD.
bpa wrote: 
> 
> Please clarify does "works for a few seconds" mean - audio is heard for
> x seconds and then stops *or* clock on UI ticks over but no audio or
> something else ?
> 
Once I start a BBC stream, the audio plays for somewhere between 5-10
seconds and then stops. Just before it stops, in the Material interface,
the player actually disappears from LMS (it disconnects from the
network, ping becomes unreachable). In the default UI the counter keeps
on counting there, but if I change the player, the PCP is no longer in
the player list.

If you wait for another 5-10 minutes, you sometimes get a snippet of
audio, about 0.5-1 second long, and it disappears again. The player does
not re-appear on the network, so I am guessing there is some sort of
loop which is happening without interaction with LMS.

bpa wrote: 
> 
> Can you test each URL in turn in LMS Tune-in - it is only OK is audio is
> heard for at least 1 minute.  If it is OK, stop and clear playlist
> before trying the next URL.
> 
> http://bbcmedia.ic.llnwd.net/stream/bbcmedia_6music_mf_p
> 
This one failed already. The log I got before disconnection is:


Code:


  Server: Logitech Media Server (8.0.0 - 1584870543)
  Connection: close
  Content-Type: audio/ogg
  
  
  [03:17:03.495326] vorbis_decode:169 setting track_start
  [03:17:12.551996] _output_frames:149 track start sample rate: 44100 
replay_gain: 65536
  [03:20:29.116690] stream_thread:320 end of stream
  [03:21:08.209208] decode_flush:237 decode flush
  [03:21:08.209335] output_flush:435 flush output buffer
  [03:22:21.807850] decode_flush:237 decode flush
  [03:22:21.807972] output_flush:435 flush output buffer
  [03:22:22.471391] codec_open:265 codec open: 'm'
  [03:22:22.471489] codec_open:283 closing codec: 'o'
  [03:22:22.471998] _tcp_connect:486 connecting to 178.79.221.113:80
  [03:22:22.630842] stream_sock:577 header: GET /stream/bbcmedia_6music_mf_p 
HTTP/1.0
  Cache-Control: no-cache
  Connection: close
  Accept: */*
  Host: bbcmedia.ic.llnwd.net
  User-Agent: iTunes/4.7.1 (Windows; N; Windows 2012 Server R2; 8664; EN; 
cp1252) SqueezeCenter, Squeezebox Server, Logit
  ech Media Server/8.0.0/1584870543
  Icy-Metadata: 1
  
  
  [03:22:22.760247] stream_thread:247 headers: len: 212
  HTTP/1.0 200 OK
  Content-Type: audio/mpeg
  icy-br:128
  icy-charset:UTF-8
  icy-description:(C)2016 British Broadcasting Corporation
  icy-name:BBC 6 Music
  icy-public:0
  icy-metaint:8192
  Server: Limecast 2.0.0
  
  
  [03:22:22.960725] stream_thread:300 icy meta: len: 16
  StreamTitle='';
  [03:22:23.141815] mad_decode:244 setting track_start
  



Does it make sense to try the other ones?



Wigster's Profile: http://forums.slimdevices.com/member.php?userid=14899
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-03-23 Thread bpa


Another case of Hifiberry DAC Pro dying after trying to play a 48kHz
stream

https://support.hifiberry.com/hc/en-us/community/posts/206789049-RPi3-OpenELEC-6-DAC-Pro-freezes-on-48khz-files

This issues should go back to PCP thread.



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

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


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

2020-03-23 Thread snoopy86


Hi,

could we choose different wake word like "tell squeezebox to do...",
"tell player to do..."



snoopy86's Profile: http://forums.slimdevices.com/member.php?userid=64826
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
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-03-23 Thread bpa


Wigster wrote: 
> It should, but searching google I've come across this thread on the HiFi
> berry forums:
> 
> https://support.hifiberry.com/hc/en-us/community/posts/206789049-RPi3-OpenELEC-6-DAC-Pro-freezes-on-48khz-files
> 
> So I guess this is some problem with the DAC. Is there some way of
> forcing 44.1 kHz from the iPlayer?
> 
No - you could set squeezelite up to not support 48khz and mulitples
such as , 96khz and 192kHz.

> The strange thing is that this used to work with PCP 5.0.1 before, and
> only started malfunctioning when I upgraded to 6, but maybe there is
> some difference with the squeezelite settings that thr PCP team
> introduced.

>From the second thread I found - it looks to be connected with WLAN - so
possibly a driver issue or a channel if your WLAN router is on auto
channel select (i.e. try changing WLAN channel on router).



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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2020-03-23 Thread Michael Herger

Hello - I'm running the latest stable Spotty on LMS.  Every now and
then, playback from Spotty will go nonresponsive - I'm using Squeezer
and PiCorePlayer.  Squeezer won't respond to pause/play/change tracks
during this time, and the track time goes back a few seconds before
eventually starting the track over again.


Would Squeezer respond to other actions, like browsing content? Would 
the LMS UI be non-responsive, too?


--

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


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2020-03-23 Thread Ron F.


Hi Michael,

Were you able to get an update to the RP API from Bill?

I took a peak at the Bluesound website this morning, after reading
Darko's recent posting on the updated Powernode 2i. Looking at the
features, I noticed that Bluesound now supports Radio Paradise user
registration. If logged in, a user can give a thumbs up or thumbs down,
like Pandora. You can also choose to play a mix from your own favorites.

I am hoping at some point you can take a break from the great work being
done on LMS 8, Qobuz, and online service music integration, (fabulous by
the way,) and update the RP plugin to include this feature. Over the
years I have accumulated over 3,000 favorites rated 7 or higher at this
point, if only I could stream that mix to my Touch!

I imagine you are quite busy, and stuck at home.



*Living Room:* SB Touch + DIY PSU > CI Audio VDA.2 DAC + VAC.1 PSU >
VRX.1 cables > Emotiva XSP-1 Gen 2 preamp + XPA-DR2 amp > Blue Jeans
cables > B 804 speakers
*Laptop:* System76 Galago + Ubuntu 16.04 + Squeezelite/gmrender +
Material Skin > Emotiva Little Ego DAC > Senn HD 650 headphones
*Phone:* Pixel 3a Phone + BubbleUPnP + Kiwi/Material > Bluetooth > Bose
SoundLink Revolve
*Server:* Puget Systems Serenity + Ubuntu 18.04 + LMS 8.0
*Music:* Personal FLAC, Radio Paradise FLAC, Qobuz, Spotify

Ron F.'s Profile: http://forums.slimdevices.com/member.php?userid=5616
View this thread: http://forums.slimdevices.com/showthread.php?t=108189

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


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2020-03-23 Thread Michael Herger

Were you able to get an update to the RP API from Bill?


Oh, one of the main reason why I didn't really get started on this is 
the fact that I'd first have to build a library. While I had created an 
account years ago, I never interacted much with it. I'd have to listen 
to RP for a few days and rate every single track playing...


If somebody wanted to give the auth etc. a try, I'd be happy to share 
code and information.


--

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


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

2020-03-23 Thread ALW


mherger wrote: 
> > Does the Qobuz stream pass through the normal LMS resampling
> mechanism?
> 
> I'd say so, yes. Anything in the server.log file?
> I don't know how this is handled. In the plugin I can tell Qobuz what 
> the maximum supported quality was I want. And they'd always give me the
> 
> highest quality available within this range.
> 
> -- 
> 
> Michael

I'll run some experiments and gather some logs and report back. Just
server.log or is it worth capturing anything else? I can have a look at
the process list to see if a sox instance is active too.



ALW's Profile: http://forums.slimdevices.com/member.php?userid=69957
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] Mixcloud plugin?

2020-03-23 Thread Wigster


Hi,

I'm just wondering whether there is any possibility of updating the
plugin to allow itself to run on LMS 8. Rigtht now, it claims it's not
compatible.

Thanks!



Wigster's Profile: http://forums.slimdevices.com/member.php?userid=14899
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] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2020-03-23 Thread Michael Herger

Were you able to get an update to the RP API from Bill?


I did indeed get some information.


I am hoping at some point you can take a break from the great work being
done on LMS 8, Qobuz, and online service music integration, (fabulous by
the way,) and update the RP plugin to include this feature. Over the
years I have accumulated over 3,000 favorites rated 7 or higher at this
point, if only I could stream that mix to my Touch!

I imagine you are quite busy, and stuck at home.


Yeah, I mentioned this in some other thread: it's surprising how little 
spare time you have when you and your family is stuck at home :-(. I'd 
have a lot on my to do list for when I'm getting bored. But I'm not sure 
this is going to happen any time soon...


And I actually have to do some work on the side :-D.

--

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2020-03-23 Thread dayus


What is an address with Custom Clock Helper repo?
I didn't see Custom Clock Helper plugin in my plugins :(



dayus's Profile: http://forums.slimdevices.com/member.php?userid=69944
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2020-03-23 Thread dayus


Yes, I have CustomClock Applet on my radio, but I can't find CustomClock
Helper anywhere:(



dayus's Profile: http://forums.slimdevices.com/member.php?userid=69944
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2020-03-23 Thread BoomX2


dayus wrote: 
> What is an address with Custom Clock Helper repo?
> I didn't see Custom Clock Helper plugin in my plugins :(

It should be included in the primary list of plugins so you shouldn't
need to add a repository.   With that said you can add this repository
that also has the Custom Clock Helper plugin.  


Code:

http://erland.github.io/squeezebox-downloads/repositories/latest.xml



If you are using LMS 8 you will likely need to load 7.9.3 or earlier to
see the CustomClockHelper in the list of available plugins.  I noticed
the repo XML file has the max target set to 7.*


Code:






Did you succeed loading the Custom Clock applet on your Radio and/or
Touch?  The CustomClockHelper plugin is of no use with the CustomClock
applet.



BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-23 Thread Stan Pulsar


hi,
here's the RESP I get in console when displaying the song info page
where my link is.


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


Stan Pulsar's Profile: http://forums.slimdevices.com/member.php?userid=6669
View this thread: http://forums.slimdevices.com/showthread.php?t=111851

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-23 Thread jtl


cpd73 wrote: 
> I thought about dimming the play, next, prev, etc buttons. But, the
> issue was that the shuffle/repeat buttons can still do something useful,
> so should not be dimmed. Then you'd have these not dimmed to the sides
> of the prev/ply/next dimmed buttons - which I thought would look odd.
> Pressing play when nothing is loaded does nothing - so no harm. All
> other UIs (iPeng, SqueezeCtrl, dfault web UI) also do not dimm these
> buttons.
> 
> And, the 'i' button no-longer changes to play/pause.


I understand. Related, not an argument against what you said: If you
want to make the difference between the "dimmed because you can not
press me currently at all" (e.g. info, empty playlist...) and the
"dimmed because my current state is off, but please click on me"
(shuffle, repeat...) even more obvious you can get rid of the round
background highlight that is visible when hovering (at least in firefox,
in chrome it shows while clicking) for the first group (when they are in
the state of being non-clickable ofc).



jtl's Profile: http://forums.slimdevices.com/member.php?userid=46494
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-03-23 Thread AlanF54


Hi

This is my first post on the forum even though I have been a squeezebox
user for many years. I would like to thank Michael and all the other
contributors for making a great product even better over the years.
Material skin in particular has transformed the experience.

Can I suggest a feature that I would use frequently. If the search
function could be moved from the main menu to the top bar of the browse
tab it would be much easier to access. If, say, you have a list of
random albums you could look for something related without losing your
random list by going back to the main menu.

Sent from my SM-T713 using Tapatalk





AlanF54's Profile: http://forums.slimdevices.com/member.php?userid=69978
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: LMS Controls - Google Home / Google Assistant Voice Control of LMS Players

2020-03-23 Thread ynot1234567890


corrobor wrote: 
> Hi, It works well. A question: Is there a way to talk in my language
> (italiano)? So instead to Say "play the Doors in the kitchen" i would
> Say "riproduci the Doors in cucina".
> Thanks

I believe you could make that work by changing the language setting to
Italian in DialogFlow and then changing the phrases.  I did do a bit of
work for French and it seems to work (mostly).  My French is a bit
rough.



*software* - logitech media server version: 8.0 (docker), home assistant
0.105.5, dialogflow - v.2 api, 'lms controls app'
(https://github.com/ynot123/lms_controls) - voice control of lms, 
openmediavault 5.2
*add-ons* - spotty, upnp / dlna bridge, cast bridge, 
*players* - sonos, upnp, pi3 - pi core player 3.5.0 with iqaudio tophat,
android- sb player with viper4android convolution engine,  googlehome
and google minis
*hardware* - hp desktop - i7-3.4ghz, 4gb ram, 6tb storage, debian

ynot1234567890's Profile: http://forums.slimdevices.com/member.php?userid=66569
View this thread: http://forums.slimdevices.com/showthread.php?t=109273

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