Re: [SlimDevices: Plugins] Announce: Material Skin

2021-02-26 Thread cpd73


Feature release, main changes:

  
-  Add 'Add to playlist' to queue items and subtoolbar (when have
  selection).
-  When showing volume-popup show all volumes if in sync group.
-  If player is in sync group, then add a button next to volume-slider
  (in main toolbar) to show volume-popup with all volumes.
-  Add link to player settings from 'Information' dialog.
-  Move 'Server settings', 'Player settings' and (for Android APK)
  'Application settings' from main menu into 'Settings' dialog.
-  Move 'Extra settings' out of 'Player settings' dialog's menu and
  place as button at bottom of dialog.
-  When showing list of composers, conductors, or bands, check the
  numerical role_id as well as the text version so that the correct
  string is shown.
-  Re-implement 'Advanced search' as a Material dialog.
-  Only add 'include_online_only_artists:1' if artist request has no
  role_id or role_id is 'AlbumArtist'
-  Support SVG images supplied with plugins. If plugin image ends with
  .svg.png then look for .svg - e.g.
  plugins/Example/html/images/ExampleLogo.svg.png maps to
  plugins/Example/html/images/ExampleLogo.svg
-  Add menu button to 'My Music' allowing virtual library to be
  selected.
-  If have virtual libraries, then shown name of current next to 'My
  Music'
-  Fix display of reamining time in mobile and expanded now playing
  views when track has not started to play.
-  Fix dragging of certain items (e.g. from 'Music folders', apps,
  etc.) onto queue.



*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: Music & Artist Information plugin

2021-02-26 Thread Michael Herger

I tested again with the version 1.6.28 and the results are still the
same for the UTF16 characterset problems.


I haven't changed anything other than review/bio parsing recently.


It seems that there is a problem with charactersets


There always is... I'm glad you found a workaround which is working for you.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-02-26 Thread SamY


> None of the D+M Android apps will connect to my AVP. Probably too old.

Wow. That's weird.

> I am not sure what log you are requesting? I captured the debug when I
> did the power on test that you looked at up thread that you spotted the
> -40 on.

I asked for another debug of the power on, followed by a play command
and a volume change request in a post after that.



Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-02-26 Thread Aesculus


SamY wrote: 
> My AVR works exactly like that, as do all of them as far as I know. What
> you are seeing is exactly what is supposed to happen except that the
> volume setting on your AVP for some reason is not being set correctly by
> the MSQUICK1 command. In your test, the plugin correctly synched your
> player volume to the AVP's Quick Select #1 volume (-40) during power on.
> The only problem is that the AVP didn't set its OWN volume correctly. 
> In my case, for example, the default volume is -45 and my quick select
> volume is -37. When I power up, my AVR initially is set to -45 and then
> is changed to -37 by the quick select, which is then passed back to the
> plugin for the player to synch to. Do you have the Android "AVR Remote"
> app? I would test with that and see if it also fails to set the volume
> correctly there when using the Quick Select command, in case it is a
> firmware bug that only happens when using network control. In the
> meantime, I would still like to see the debug log

None of the D+M Android apps will connect to my AVP. Probably too old.

I am not sure what log you are requesting? I captured the debug when I
did the power on test that you looked at up thread that you spotted the
-40 on.



Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-02-26 Thread SamY


My AVR works exactly like that, as do all of them as far as I know. What
you are seeing is exactly what is supposed to happen except that the
volume setting on your AVP for some reason is not being set correctly by
the MSQUICK1 command. In your test, the plugin correctly synched your
player volume to the AVP's Quick Select #1 volume (-40) during power on.
The only problem is that the AVP didn't set its OWN volume correctly. 
In my case, for example, the default volume is -45 and my quick select
volume is -37. When I power up, my AVR initially is set to -45 and then
is changed to -37 by the quick select, which is then passed back to the
plugin for the player to synch to. Do you have the Android "AVR Remote"
app? I would test with that and see if it also fails to set the volume
correctly there when using the Quick Select command, in case it is a
firmware bug that only happens when using network control. In the
meantime, I would still like to see the debug log



Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-02-26 Thread Aesculus


SamY wrote: 
> Well, that's strange. According to the log, everything looks perfect.
> The quick select command is successful and the AVP reports that it has
> set the volume to -40. The plugin is sending that information back to
> the client to synch its volume. Are you sure that this particular power
> on sequence resulted in the volume being set to -30? Maybe it is being
> changed after the power on somehow. The best way to tell is to continue
> the debug session beyond the power on sequence. Can you generate a debug
> consisting of power on, followed by a play command and then a volume
> change? Also, check the receiver front panel volume level after the
> power on, and then after the play command to see if/when it is changing.
> Thanks.

I watched it thinking I would see a -30 and then a -40, or a -40 and
then a -30, but it was rock steady at -30.

So I did this experiment: I set the player volume so it was -20 on the
AVP (about 2/3 on the player volume bar). Then I turned off the player.

Once everything was off I turned the player back on again. The screen
came on an it's volume was about 2/3. After the AVP turned on and
everything settled (about 10 seconds) the players volume was set to the
-30 level again (about 1/3 on the display).

I take it that your AVR does not behave this way? Does your AVR have a
default volume setting when turned on? This is an option in the AVP. So
no matter what the setting was before it was turned off, mine will reset
itself on start to -30. I could select any volume.



Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-02-26 Thread SamY


Aesculus wrote: 
> After everything is fired up both the front panel and Denon remote will
> cause the volume to go to the correct level (-40 in my case) for the
> Quick Select the Touch is assigned to.
> 
> Here are the logs:

Well, that's strange. According to the log, everything looks perfect.
The quick select command is successful and the AVP reports that it has
set the volume to -40. The plugin is sending that information back to
the client to synch its volume. Are you sure that this particular power
on sequence resulted in the volume being set to -30? Maybe it is being
changed after the power on somehow. The best way to tell is to continue
the debug session beyond the power on sequence. Can you generate a debug
consisting of power on, followed by a play command and then a volume
change? Also, check the receiver front panel volume level after the
power on, and then after the play command to see if/when it is changing.
Thanks.



Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-02-26 Thread slartibartfast

d6jg wrote: 
> Was either the original or Gazza’s rendition of Fog On The Tyne also
> described as Springsteen like?[emoji1787][emoji1787]

Sent from my Pixel 3a using Tapatalk





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

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-02-26 Thread Aesculus


SamY wrote: 
> I reread your post and my previous statement is not fully accurate. This
> really has nothing to do with the plugin. When you power the receiver
> on, the volume should be set to the default setting, which in your case
> is -30. However, the quick select command should then set it to the
> value specified in the QS definition, which would be -40. The situation
> you are describing should only happen if the QS command does not
> complete successfully. However, in that case, the other components of QS
> definition such as the input and audio mode should not be executed
> either. So it actually could be a bug in your receiver firmware. A quick
> way to test this would be to issue the QS command through the receiver
> remote and see if it sets the volume correctly. In any case, the debug
> log would still be useful to see what is going on in the plugin.

After everything is fired up both the front panel and Denon remote will
cause the volume to go to the correct level (-40 in my case) for the
Quick Select the Touch is assigned to.

Here are the logs:


+---+
|Filename: debug.txt|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33581|
+---+


Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


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

2021-02-26 Thread blithering_idiot


I won't be updating DSM to version 7.

Perhaps pinkdot will do lms update once a year, rather than tiny
increments, perhaps v9 V10.

Docker doesn't work  on my Synology



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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-02-26 Thread Michael Herger

While you're tweaking this plugin, I have found another area that needs
attention. In clicking on Album Information, then Credits, the results
now display only the first line rather than all the credits.


Ok, found that. I won't rush yet another update, as I'm sure you'll find 
even more issues :-). Please ping me again in a day or two should you 
not find more. I'll release then.

___
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)

2021-02-26 Thread philippe_44


sachadog wrote: 
> Hi Philippe,
> 
> I have tried your settings.  The first time, as I reported, all the
> music was in "poor quality" MP3, having been transcoded from Flac.
> 
> I went through the setup another two times, before the system started to
> work as you would expect.  I then had replay, but track by track, in
> Flac with no crossfade etc., even though, I had set up crossfade using
> one of my Squeezebox controllers (from my Duet).  There was an
> occasional stumble over individual tracks of music, but the system then
> seemed to go into automatic mode and moved on to the next track on the
> playlist.  The settings in the bridge were not retained.
> 
> Again today, I started the system.  I found that once again the settings
> had not been retained and I had to set up the bridge according to your
> instructions.  I again saved the settings and I will hope they are
> retained for the next time I start streaming music, but so far, this has
> not been the case.

Per previous discussion, crossfade only work in flow mode, make sure you
have that. Now, I really don't know what you mean by "setting not
retained". I've not heard so far an issue where, if you click "apply",
the settings are not written to the configuration file. Unless your
*whole* system (I mean OS and al) is configured to not allow changes to
survive a reboot. Some VM can be configured like that, but that's beyond
my plugin. All I'm doing is storing settings in a file that should then
be read at next startup.



LMS 8.1.x on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet,
1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,
Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3

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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-02-26 Thread d6jg


mherger wrote: 
> > Have you reversed the logic to put HTML first and only show JSON if
> no
> > HTML?
> 
> No, there's a new logic, in addition to the JSON, and the restored old 
> logic...

Beam me up Scotty



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-02-26 Thread staresy


Very neat, good work Micheal, thanks.



location 1: lms 8.0 on win 10 brix server, x2 sb radios, x1 touch, x1
controller : location 2: lms 8.0 on win 10 brix server, x2 sb radios, x1
duet receiver, x1 controller : alexa mediaserver smart skill, material
android, squeezelitex control

staresy's Profile: http://forums.slimdevices.com/member.php?userid=807
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-02-26 Thread d6jg

slartibartfast wrote: 
> In the Artist Bio he also said
> "which yielded a pair of modest hits in Alan Hull's "Run for Home," a
> song that sounds more like Springsteen than Springsteen does". So he
> definitely believes it.
> The Hold Steady are certainly Springsteen-like [emoji3]
> 
> 
> Sent from my Pixel 3a using Tapatalk

Was either the original or Gazza’s rendition of Fog On The Tyne also
described as Springsteen like?



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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: Music & Artist Information plugin

2021-02-26 Thread Michael Herger

Have you reversed the logic to put HTML first and only show JSON if no
HTML?


No, there's a new logic, in addition to the JSON, and the restored old 
logic...

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-02-26 Thread slartibartfast


bwaldron wrote: 
> Heh. For a time, it seemed "Springsteen-like" became the new
> "Beatlesque," stretched beyond meaning.In the Artist Bio he also said
"which yielded a pair of modest hits in Alan Hull's "Run for Home," a
song that sounds more like Springsteen than Springsteen does". So he
definitely believes it.
The Hold Steady are certainly Springsteen-like [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

2021-02-26 Thread d6jg

bwaldron wrote: 
> Heh. For a time, it seemed "Springsteen-like" became the new
> "Beatlesque," stretched beyond meaning.

I’ve seen these sort of reviews. There are quite a few where the status
of an artist gets lifted to a point where it is legitimate to add -like
as a plaudit. Of course I can’t think of one right now. 

Back on topic. Michael’s last MAI change seems to have restored links in
bios and reviews and sorted the font size without any change needed to
Material.

Top work as always by both (and others).



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

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

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


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

2021-02-26 Thread TomS


I seem to have a "stuck" tray icon entry which won't go away.  

After every reboot, my setting to show the squeezelite-x tray icon in
the system tray seems to have been changed to not be displayed, and when
I go to reset it, I always see a second squeezelite entry listed (and
turned on, but it is not the 'active' one, it seems like a phantom and
it doesn't even show up in the tray).

I did a reset but not an uninstall/install, which I could do if you
think it'd fix it.  

In the pic below, I have turned off the ghost and turned on the active
one, but when I originally opened this menu the toggles were reversed
(and no tray icon displayed since the ghost is not real).

Thanks,

TomS
33580


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


SB3(1), Boom(2), Radio(3), piCorePlayer (1)

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

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-02-26 Thread ralphy


mrw wrote: 
> The original stream (last week or so) was
> https://live.streamlojik.com:17070/20210210_2004.aac

Thanks.

mrw wrote: 
> Well, no, that's not what I see. I am seeing "threshold=20480" in the
> Radio log regardless of whether the server side threshold is 0, 20, or
> 50. But changing the server side threshold certainly impacts the time to
> wait before starting playback. So there's something else going on.

I checked my radio log again and I do have 204800 with  $outputThreshold
= 20 in Slim/Player/Squeezebox.pm playing my http aac test stream.

Code:

Feb 26 15:03:43 squeezeplay: DEBUG  audio.decode - Playback.lua:424 resume 
audio bytesReceivedL=208896 outputTime=4245 *threshold=204800*



mrw wrote: 
> Does the stream in question being a proxied by LMS https stream
> influence matters ?

I wasn't sure, but yes apparently it does.  When I play the https url
above I too see threshold=20480 in the radio log.  Looks like more
research is needed.


Code:

Feb 26 15:10:20 squeezeplay: DEBUG  audio.decode - Playback.lua:424 resume 
audio bytesReceivedL=78520 outputTime=139 *threshold=20480*



mrw wrote: 
> Well, you will have thought of things by next Christmas ! But, combined
> with some modification to the stream start up timing, matters seem to be
> much improved.
> I'll keep using the modified binary and report back if anything else
> emerges.

Must be getting close already...just noticed that there are 'several
threshold overrides in Playback.lua'
(https://github.com/ralph-irving/squeezeplay/blob/master/src/squeezeplay/share/jive/audio/Playback.lua#L909).
Something else to investigate.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-02-26 Thread bwaldron


Heh. For a time, it seemed "Springsteen-like" became the new
"Beatlesque," stretched beyond meaning.



bwaldron's Profile: http://forums.slimdevices.com/member.php?userid=1073
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: Denon AVP Control Plugin

2021-02-26 Thread SamY


SamY wrote: 
> No. In fact, that's one of the issues that the new changes are supposed
> to correct. Can you send me a debug log of the "power on" process?
> Thanks.

I reread your post and my previous statement is not fully accurate. This
really has nothing to do with the plugin. When you power the receiver
on, the volume should be set to the default setting, which in your case
is -30. However, the quick select command should then set it to the
value specified in the QS definition, which would be -40. The situation
you are describing should only happen if the QS command does not
complete successfully. However, in that case, the other components of QS
definition such as the input and audio mode should not be executed
either. So it actually could be a bug in your receiver firmware. A quick
way to test this would be to issue the QS command through the receiver
remote and see if it sets the volume correctly. In any case, the debug
log would still be useful to see what is going on in the plugin.



Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-02-26 Thread slartibartfast


bwaldron wrote: 
> I'm liking having the review author available (though obviously in a
> reasonable font/size) -- I've learned over the years that there are some
> AllMusic reviewers I tends to trust much more than others.I remember one of 
> the reviewers (Bruce Eder) claimed "Run For Home" by
Lindisfarne sounded like Springsteen. 

"And it was a success, mostly thanks to the presence of Alan Hull's best
song to date, the Springsteen-like "Run for Home."

I am a fan of both but never in my life have I ever had that thought
[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: Music & Artist Information plugin

2021-02-26 Thread d6jg

1.6.29 installed.

That look much better Michael. The links are restored and an unexpected
No Artist result from a Qobuz track now also replaced with a decent
Bio.
Craig’s link manipulation in Material also still works.
Have you reversed the logic to put HTML first and only show JSON if no
HTML?



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-02-26 Thread bwaldron


Michael,

While you're tweaking this plugin, I have found another area that needs
attention. In clicking on Album Information, then Credits, the results
now display only the first line rather than all the credits.



bwaldron's Profile: http://forums.slimdevices.com/member.php?userid=1073
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-02-26 Thread bwaldron


cpd73 wrote: 
> Yeah, I saw that. I've not had time to update, so not sure what changes
> are required. -If- the headers have a style associated then I can use
> that to hide them. However, it's probable that then best I can do is
> enforce a set font size.

I'm liking having the review author available (though obviously in a
reasonable font/size) -- I've learned over the years that there are some
AllMusic reviewers I tends to trust much more than others.



bwaldron's Profile: http://forums.slimdevices.com/member.php?userid=1073
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] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-02-26 Thread mrw


ralphy wrote: 
> Sorry, Yes, I didn't think you had "POP" in the logs.  I just meant that
> I've hadn't noticed it.  I'll have another listen to the url stream from
> staresy more closely.
> 

The original stream (last week or so) was
https://live.streamlojik.com:17070/20210210_2004.aac

ralphy wrote: 
> 
> The value is how much data needs to be in the decode buffer (in KB)
> before starting playback.  "threshold=204800" is what you should see in
> the logs using a server side output threshold = 50.  "threshold=20480"
> is what you should see using a value of 20.
> 
Well, no, that's not what I see. I am seeing "threshold=20480" in the
Radio log regardless of whether the server side threshold is 0, 20, or
50. But changing the server side threshold certainly impacts the time to
wait before starting playback. So there's something else going on.

Does the stream in question being a proxied by LMS https stream
influence matters ?

ralphy wrote: 
> 
> I don't know what else I can do with the aac decoder, so if changing the
> default aac output threshold server side doesn't break any other
> streams, I'll create a pull request to have it changed in the dev branch
> of LMS.
Well, you will have thought of things by next Christmas ! But, combined
with some modification to the stream start up timing, matters seem to be
much improved.
I'll keep using the modified binary and report back if anything else
emerges.



mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-02-26 Thread RobbH


I am encountering something odd when I try to drag'n'drop a few selected
tracks from the browse menu to the queue. It appears that LMS attempts
to add the entire library to the queue. It is limited (in Settings) to
2500 tracks, so that becomes the length of the queue. It takes about 30
seconds after the attempted drag'n'drop before the additions to the
queue are displayed. Here's the debug content (without cometd) for that
interval:


Code:

material.min.js?r=2.2.4:228 [12:28:18 PM] JSON REQ: 
["02:00:d5:2c:55:3e",["playlistcontrol","cmd:add","mm:/myMusicMusicFolder.1.1.15.2.2"]]
  material.min.js?r=2.2.4:228 [12:28:19 PM] JSON UPDATING (02:00:d5:2c:55:3e)
  material.min.js?r=2.2.4:228 [12:28:19 PM] JSON REQ: 
["02:00:d5:2c:55:3e",["status","-",1,"tags:cdegiloqrstyAABKNST"]]
  material.min.js?r=2.2.4:228 [12:28:44 PM] JSON RESP: 
{"id":0,"method":"slim.request","result":{"count":82185},"params":["02:00:d5:2c:55:3e",["playlistcontrol","cmd:add","mm:/myMusicMusicFolder.1.1.15.2.2"]]}
  material.min.js?r=2.2.4:228 [12:28:44 PM] JSON REQ: 
["02:00:d5:2c:55:3e",["playlist","move",20,11]]
  



Any suggestions as to what I might do to find the cause of this? I
assume it's something specific to my configuration, as I haven't seen
any other reports of this.

This happens with a group player playing a dynamic playlist, which is my
usual operating mode. In my limited testing of other modes, it seems to
occur when a single player is playing a dynamic playlist (using a plugin
that is no longer supported) or the built-in Random Mix feature of LMS.



LMS 8 nightly; 3 Squeezelite players connected by powerline ethernet; 5
wireless players connected via Airplay Bridge; 1 SqueezeAmp player
no high-end or esoteric audio gear
1 Squeezebox Radio (upgraded UE Smart Radio) now mostly retired

RobbH's Profile: http://forums.slimdevices.com/member.php?userid=67008
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: Denon AVP Control Plugin

2021-02-26 Thread SamY


Aesculus wrote: 
> I tested all of this and it seemed to work well. Of course some of it I
> cannot attest to because I did not observe the problems before.
> 
> I do have one question:  My AVP has a default On volume of -30.  My
> Quick Select for the Touch is set to -40.  When my device powers on it
> always sets to -30 no matter what the player or QS setting is. Do you
> find the same on your AVR?

No. In fact, that's one of the issues that the new changes are supposed
to correct. Can you send me a debug log of the "power on" process?
Thanks.



Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-02-26 Thread ralphy


mrw wrote: 
> Bad choice of words. Seen in the log, not heard as a "POP", but heard as
> an interruption in the stream coming at variable intervals. I associated
> it with @staresy's description:
> 
> 
> 
> If you were never experiencing this on your Radio (I don't have a Touch)
> then I'm ... confused. I don't say I heard it every minute on the Radio,
> perhaps after a minute, two minutes, or a few more. Repeating. Very
> noticeable.
> But perhaps there are/were two things going on: (a) just decoding not
> keeping up, and (b) these sudden discontinuous failures as well.
> 
> 
> Yes, 20 seems to be working, and quicker to start. But, I don't know
> what "threshold=204800" means in your log, I am seeing
> "threshold=20480".
> I've never studied any of this.

Sorry, Yes, I didn't think you had "POP" in the logs.  I just meant that
I've hadn't noticed it.  I'll have another listen to the url stream from
staresy more closely.

The value is how much data needs to be in the decode buffer (in KB)
before starting playback.  "threshold=204800" is what you should see in
the logs using a server side output threshold = 50.  "threshold=20480"
is what you should see using a value of 20.

If you look at Player/Squeezebox.pm you'll see that the outputThreshold
is set differently to handle different stream formats, like higher bit
rates  or higher sample rates.  The value can also be overridden in a
protocol handler.

Both ogg and opus have a default outputThreshold of 20.  I suspect that
0 was used for aac back when were very few aac streams and most were not
streaming anywhere near the 320@48Khz used by the BBC.

As a test I set the outputThreshold to 0 for ogg and tried playing
320@48Khz ogg stream and I get similiar behaviour to what we're seeing
with aac and 0.

Again thanks for testing.  I don't know what else I can do with the aac
decoder, so if changing the default aac output threshold server side
doesn't break any other streams, I'll create a pull request to have it
changed in the dev branch of LMS.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-02-26 Thread Aesculus


SamY wrote: 
> I guess that means it's time for 2.3, eh, Chris? ;-)
> 
> Seriously, I am ready for beta testing of the changes I have been
> working on which I outlined previously. Here is a short list:
> 
> 1. Synchronize the volume of the player client to the AVR volume during
> "power on" processing. This feature was not functioning correctly
> before, which would frequently cause the first client volume adjustment
> after powering on to give unexpected results.
> 
> 2. Fix the failure of the plugin to power on the AVR the first time
> after LMS is started.
> 
> 3. Fix possible command and timing conflicts when hitting "play" from a
> powered off state, i.e. combining turning on the AVR and starting the
> music selection in one command, which is supported but was prone to
> errors, especially when using the volume synching option.
> 
> 4. The volume synching option will now only synch on track changes and
> not when the player is paused, as was the case previous to my last
> changes. The fact that volume synchronization is now done at "power on",
> combined with the fixes to volume synching in v2.1/2.2, eliminates the
> need for synching on "pause".  In fact, the only time the volume
> synching option should be needed now is when the AVR volume is regularly
> controlled via its front panel or remote control.
> 
> 5. A minimum of 1 second for each of the delay options is now enforced
> in the code, again to minimize possible timing conflicts.
> 
> 6. The default network timeout has been changed from .125 secs to .5
> secs.  On a fast network, this will make no difference. On those that
> are slower and more congested, it will prevent unnecessary timeouts.
> 
> There are many smaller changes which are not worth mentioning but which
> I feel contribute to the overall stability and responsiveness of the
> plugin. I have uploaded new versions of Plugin.pm and DenonAvpComms.pm.
> Please let me know what you think and if you have any problems with
> testing. Thanks for being so responsive and open to new ideas on this
> forum, Chris. As a retired software engineer, I know how rare those
> qualities are among those of us who write code.  ;-)

I tested all of this and it seemed to work well. Of course some of it I
cannot attest to because I did not observe the problems before.

I do have one question:  My AVP has a default On volume of -30.  My
Quick Select for the Touch is set to -40.  When my device powers on it
always sets to -30 no matter what the player or QS setting is. Do you
find the same on your AVR?



Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

___
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

2021-02-26 Thread BoomX2


jarome wrote: 
> 33577
> I removed the repositories, I also removed SDT from
> /usr/share/squeezeboxserver/Plugins.
> Now it has disappeared. Restarting the server fixed this.Glad you got it 
> working.   I believe the
usr/share/squeezeboxserver/Plugins location is for manually installed
plugins.  So that was likely conflicting with the plugin from the
repository preventing it from being updated. 

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] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-02-26 Thread mrw


ralphy wrote: 
> Hence my comments about no real need for the downmix feature for the
> radio.  I couldn't hear any difference between the bass driver and
> tweeter with it set to stereo or mono output channel mode.  But if I add
> it to the community firmware I didn't want the change to be in one and
> not the others, just too confusing.

My notes say that the DSP/Crossover just adds L + R to get the mono mix.
Your patch seems to set L = R = (L + R) / 2. So the DSP/Crossover will
then add (L + R) / 2 + (L + R) / 2, yielding the same final mono mix...
assuming my head is screwed on correctly.

Agree your desire to avoid confusion.



mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-02-26 Thread mrw


ralphy wrote: 
> I haven't seen/heard the "POP" issue with any of the 3 jive binaries. 
> Very strange.
Bad choice of words. Seen in the log, not heard as a "POP", but heard as
an interruption in the stream coming at variable intervals. I associated
it with @staresy's description:

> 
> It's an M3U catch-up playlist, consisting of AAC streams. Last week I
> tuned in on Version 8.0.1 r16824 and it played fine, this week on the
> new firmware it hops and skips like a badly scratched vinyl. I'm all for
> authenticity, but... 
> ...
> If it helps diagnose, SB touch skips every 10-20 seconds, SB radio
> approx every minute.
> 

If you were never experiencing this on your Radio (I don't have a Touch)
then I'm ... confused. I don't say I heard it every minute on the Radio,
perhaps after a minute, two minutes, or a few more. Repeating. Very
noticeable.
But perhaps there are/were two things going on: (a) just decoding not
keeping up, and (b) these sudden discontinuous failures as well.

> 
> I found setting the outputThreshold to 20 gives a quicker startup and
> still prevents the underrun. 
> 
Yes, 20 seems to be working, and quicker to start. But, I don't know
what "threshold=204800" means in your log, I am seeing
"threshold=20480".
I've never studied any of this.



mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-02-26 Thread SamY


Aesculus wrote: 
> Mine updated too.
> 
> Don't look for any changes since 2.1 :-)

Mine also updated this morning. 



Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


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

2021-02-26 Thread yunyun321

How can i fix it

21-02-27 00:43:25.8146] Plugins::Spotty::API::__ANON__ (1424) API call:
me
[21-02-27 00:43:25.8148] Plugins::Spotty::API::__ANON__ (1428) error:
400 Bad Request
[21-02-27 00:43:25.8176] Plugins::Spotty::API::__ANON__ (1424) API call:
browse/featured-playlists?country=US=50=zh×tamp=2021-02-27T00%3A40%3A00
[21-02-27 00:43:25.8176] Plugins::Spotty::API::__ANON__ (1428) error:
400 Bad Request
[21-02-27 00:43:25.8177] Plugins::Spotty::OPML::__ANON__ (191) Failed to
get featured playlists and/or token - do not continue
[21-02-27 00:43:27.4496] Plugins::Spotty::API::__ANON__ (1424) API call:
browse/featured-playlists?country=US=50=zh×tamp=2021-02-27T00%3A40%3A00
[21-02-27 00:43:27.4497] Plugins::Spotty::API::__ANON__ (1428) error:
400 Bad Request
[21-02-27 00:43:27.4498] Plugins::Spotty::OPML::__ANON__ (191) Failed to
get featured playlists and/or token - do not continue
[21-02-27 00:43:27.5009] Plugins::Spotty::API::__ANON__ (1424) API call:
browse/featured-playlists?country=US=50=zh×tamp=2021-02-27T00%3A40%3A00
[21-02-27 00:43:27.5010] Plugins::Spotty::API::__ANON__ (1428) error:
400 Bad Request
[21-02-27 00:43:27.5010] Plugins::Spotty::OPML::__ANON__ (191) Failed to
get featured playlists and/or token - do not continue
[21-02-27 00:46:45.0970] Plugins::Spotty::API::__ANON__ (1424) API call:
users/joe2006121/playlists?limit=50
[21-02-27 00:46:45.0971] Plugins::Spotty::API::__ANON__ (1428) error:
400 Bad Request
[21-02-27 00:46:45.1215] Plugins::Spotty::API::__ANON__ (1424) API call:
me
[21-02-27 00:46:45.1216] Plugins::Spotty::API::__ANON__ (1428) error:
400 Bad Request
[21-02-27 00:46:45.1734] Plugins::Spotty::API::__ANON__ (1424) API call:
me/albums?limit=1
[21-02-27 00:46:45.1735] Plugins::Spotty::API::__ANON__ (1428) error:
400 Bad Request
[21-02-27 00:46:45.3166] Plugins::Spotty::API::__ANON__ (1424) API call:
me/following?limit=50=artist
[21-02-27 00:46:45.3168] Plugins::Spotty::API::__ANON__ (1428) error:
400 Bad Request
[21-02-27 00:47:51.4343] Plugins::Spotty::API::__ANON__ (1424) API call:
browse/featured-playlists?country=US=50=zh×tamp=2021-02-27T00%3A40%3A00
[21-02-27 00:47:51.4344] Plugins::Spotty::API::__ANON__ (1428) error:
400 Bad Request
[21-02-27 00:47:51.4345] Plugins::Spotty::OPML::__ANON__ (191) Failed to
get featured playlists and/or token - do not continue



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

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-02-26 Thread Aesculus


DavidBulluss wrote: 
> 2.3 now installed, now to see how it runs :-)
> 
> Cheers, David

Mine updated too.

Don't look for any changes since 2.1 :-)



Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-02-26 Thread ralphy


mrw wrote: 
> Thank you very much for this. It shows much promise.
> 
> I've been testing the revised binary against the same problematic stream
> posted by @staresy. My results differ from yours, in that I have start
> up problems, due to buffer underruns, much as described by
> @expectingtofly. Once going, all seems to be fine, and I get very nicely
> filled buffers, much as you have described.
> 
> I'll say now, that  does seem to resolve the start up problems. I don't
> know what the 'proper' fix for this should be. And I don't know why you
> don't experience it while I and @expectingtofly do.
> 
> One other thing: under the original binary the problems (after initial
> start up issue) were accompanied by a curious log trace. Notice that the
> output buffer was thoroughly full, but still we got an underrun. I found
> that odd. I am not seeing this with the revised binary. I don't know
> what you did, but curing this may have been key.
> 
> > 
Code:

  >   > 
  > Community release illustrating one very odd form of problem with aac 
problem stream
  > 
  > Output buffer well full, but suddenly POP
  > Feb 25 16:50:42 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/93.5%
  > Feb 25 16:50:43 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/96.5%
  > Feb 25 16:50:45 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/99.3%
  > Feb 25 16:50:45 squeezeplay: playback_callback:346 Audio underrun: used 138 
frames, requested 441 frames. elapsed samples 13659342
  > Feb 25 16:50:45 squeezeplay: INFO   audio.decode - Playback.lua:364 OUTPUT 
UNDERRUN
  > Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - decode_pause_audio:624 
decode_pause_audio interval_ms=0
  > Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - Playback.lua:855 strm p
  > Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - Playback.lua:1262 
stopping local pause timer
  > Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - decode_pause_audio:624 
decode_pause_audio interval_ms=0
  > Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - 
decode_pause_audio_handler:156 decode_pause_handler interval=0
  > Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - 
decode_pause_audio_handler:171 pause_audio decode state: 1 audio state 2
  > Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - 
decode_pause_audio_handler:156 decode_pause_handler interval=0
  > Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - 
decode_pause_audio_handler:171 pause_audio decode state: 1 audio state 2
  > Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - Playback.lua:1262 
stopping local pause timer
  > 
  > After a few minutes of good playback, again suddenly POP:
  > 
  > Feb 25 16:54:48 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/91.5%
  > Feb 25 16:54:49 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/90.7%
  > Feb 25 16:54:50 squeezeplay: INFO   audio.decode - Playback.lua:448 
99.9%/90.6%
  > Feb 25 16:54:51 squeezeplay: INFO   audio.decode - Playback.lua:448 
99.9%/91.3%
  > Feb 25 16:54:52 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/94.6%
  > Feb 25 16:54:53 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/97.8%
  > Feb 25 16:54:54 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/99.3%
  > Feb 25 16:54:55 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/99.3%
  > Feb 25 16:54:55 squeezeplay: playback_callback:346 Audio underrun: used 53 
frames, requested 441 frames. elapsed samples 24695419
  > Feb 25 16:54:56 squeezeplay: INFO   audio.decode - Playback.lua:364 OUTPUT 
UNDERRUN
  > Feb 25 16:54:56 squeezeplay: DEBUG  audio.decode - decode_pause_audio:624 
decode_pause_audio interval_ms=0
  > 

> > 
> 
> 
> I'm not familiar with this at all. I really don't know what the
> motivation is. :)
> 
> I would note that the Radio, when playing through speakers, does its
> own "downmix" in the crossover/dsp component. I can pull out the logic
> that it applies, it might be worth checking to ensure that
> inconsistencies are not introduced.
> 
> 
> I will have a look at these, it might be educational ! If (unlikely) I
> have anything useful to say, I shall revert.

Thank you for testing this.  Looks like we cross posted.  I found
setting the outputThreshold to 20 gives a quicker startup and still
prevents the underrun.  Need to do more testing with that server side
change with all the aac content that played fine before changing it.

Hence my comments about no real need for the downmix feature for the
radio.  I couldn't hear any difference between the bass driver and
tweeter with it set to stereo or mono output channel mode.  But if I add
it to the community firmware I didn't want the change to be in one and
not the others, just too confusing.

Other than those 2 patches, the difference between the previous test
static jive and the stutterfix jive is the stutterfix does NOT have
fdk-aac linked static, which is the same as the jive 

Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-02-26 Thread ralphy


ralphy wrote: 
> Another thing that might give some insite is increasing the
> outputThreshold for aac on the server side.   
> 
> > 
Code:

  >   > diff --git a/Slim/Player/Squeezebox.pm b/Slim/Player/Squeezebox.pm
  > index fa2eb1669..78a999625 100644
  > --- a/Slim/Player/Squeezebox.pm
  > +++ b/Slim/Player/Squeezebox.pm
  > @@ -710,7 +710,7 @@ sub stream_s {
  > $pcmsamplerate   = '?';
  > $pcmendian   = '?';
  > $pcmchannels = '?';
  > -   $outputThreshold = 0;
  > +   $outputThreshold = 50;
  > 
  > } elsif ($format eq 'dff' || $format eq 'dsf') {
  > 
  > 

> > 
> I'll look at setting up my own 320@48K aac stream to see if I can work
> out how best to handle it.

I've been able to reproduce the problem on the radio using my own
320@48K stream, as well as running squeezeplay on my linux system which
is way faster than the radio.

Setting outputThreshold to 50 for aac on the server, is too high, 20
gives a much shorter delay before playback starts for the first time,
but long enough to prevent the AUDIO OUTPUT underrun.

If you can try the server side change to confirm/debunk my findings
would be very helpful.  I highlighted the threshold value in the log.


Code:

20210226 15:27:53.022 INFO   audio.decode - decode_start_handler:277 init 
decoder aac
  20210226 15:27:53.022 DEBUG  audio.decode - decode_output_set_track_gain:520 
Track gain 36864
  20210226 15:27:53.022 DEBUG  audio.decode - decode_output_set_track_gain:524 
Track clip range 7fff 8000
  20210226 15:27:53.023 DEBUG  audio.decode - 
decode_set_track_polarity_inversion:529 Polarity inversion 0
  20210226 15:27:53.023 DEBUG  audio.decode - decode_set_output_channels:537 
Output channels left 0, right 0
  20210226 15:27:53.023 DEBUG  audio.codec - decode_aac_start:299 
decode_aac_start(2)
  20210226 15:27:53.022 INFO   audio.decode - Playback.lua:480 connect 
192.168.100.22:9102 GET /94.9/S16_LE/48000/2/A HTTP/1.0
  20210226 15:27:53.023 INFO   audio.decode - Playback.lua:483 GET 
/94.9/S16_LE/48000/2/A HTTP/1.0
  20210226 15:27:53.023 DEBUG  audio.decode - Playback.lua:194 source=stream
  20210226 15:27:53.023 DEBUG  audio.decode - stream_connectL:506 streambuf 
connect 192.168.100.22:9102
  20210226 15:27:53.023 DEBUG  audio.decode - Playback.lua:1265 stopping local 
pause timer
  20210226 15:27:53.023 DEBUG  audio.decode - Playback.lua:1195 gainL, gainR: 
1729 1729
  20210226 15:27:53.074 DEBUG  audio.decode - Playback.lua:1040 cont loop=0 
icy=0
  20210226 15:27:54.345 DEBUG  audio.decode - Playback.lua:397 resume decoder, 
8192 bytes buffered, decode threshold 2048
  20210226 15:27:54.345 DEBUG  audio.decode - decode_resume_decoder:577 
decode_resume_decoder
  20210226 15:27:54.345 DEBUG  audio.decode - decode_resume_decoder_handler:118 
resume_decoder decode state: 1 audio state 0
  20210226 15:27:54.345 DEBUG  audio.decode - debug_fullness:108 fullness: 8192 
/ 0 | 0.26% / 0.00%
  20210226 15:27:54.345 DEBUG  audio.codec - decode_aac_init_heaac:73 FDK-AAC
  20210226 15:27:54.345 DEBUG  audio.codec - decode_aac_callback_heaac:178 
MPEG-4 AOT: 2
  20210226 15:27:54.345 DEBUG  audio.codec - decode_aac_callback_heaac:179 
MPEG-2 Profile: 1
  20210226 15:27:54.345 DEBUG  audio.codec - decode_aac_callback_heaac:180 
Sample rate: 48000
  20210226 15:27:54.345 DEBUG  audio.codec - decode_aac_callback_heaac:181 
Channels: 2
  20210226 15:27:54.345 DEBUG  audio.codec - decode_aac_callback_heaac:182 
Frame size: 1024
  20210226 15:27:54.345 DEBUG  audio.decode - decode_output_samples:280 first 
buffer sample_rate=48000
  20210226 15:27:54.439 DEBUG  audio.decode - Playback.lua:451 0.0%/0.5%
  20210226 15:27:55.516 DEBUG  audio.decode - Playback.lua:451 0.1%/3.9%
  20210226 15:27:56.639 DEBUG  audio.decode - Playback.lua:451 0.1%/16.3%
  20210226 15:27:57.718 DEBUG  audio.decode - Playback.lua:451 0.0%/28.3%
  20210226 15:27:58.845 DEBUG  audio.decode - Playback.lua:451 0.0%/40.6%
  20210226 15:27:59.431 DEBUG  audio.decode - Playback.lua:424 resume audio 
bytesReceivedL=208896 outputTime=4352 *threshold=204800*
  20210226 15:27:59.431 DEBUG  audio.decode - decode_resume_audio:598 
decode_resume_audio start_jiffies=0
  20210226 15:27:59.431 DEBUG  audio.decode - decode_resume_audio_handler:129 
decode_resume_audio_handler start_jiffies=0
  20210226 15:27:59.431 DEBUG  audio.decode - debug_fullness:108 fullness: 0 / 
1671168 | 0.00% / 47.37%
  20210226 15:27:59.431 DEBUG  audio.decode - decode_resume_audio_handler:142 
resume_audio decode state: 1 audio state 40
  20210226 15:27:59.521 DEBUG  audio.decode - Playback.lua:381 status TRACK 
STARTED (elapsed: 5)
  20210226 15:28:00.644 DEBUG  audio.decode - Playback.lua:451 0.1%/46.3%
  20210226 15:28:01.725 DEBUG  audio.decode - Playback.lua:451 0.1%/46.9%
  20210226 15:28:02.805 DEBUG  audio.decode - Playback.lua:451 0.0%/

Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-02-26 Thread mrw


ralphy wrote: 
> I'd be interested to know if the changes make a difference for others.

Thank you very much for this. It shows much promise.

I've been testing the revised binary against the same problematic stream
posted by @staresy. My results differ from yours, in that I have start
up problems, due to buffer underruns, much as described by
@expectingtofly. Once going, all seems to be fine, and I get very nicely
filled buffers, much as you have described.

I'll say now, that > increasing the outputThreshold for aac on the server side 
... to 50 does seem to resolve the start up problems. I don't know what the
'proper' fix for this should be. And I don't know why you don't
experience it while I and @expectingtofly do.

One other thing: under the original binary the problems (after initial
start up issue) were accompanied by a curious log trace. Notice that the
output buffer was thoroughly full, but still we got an underrun. I found
that odd. I am not seeing this with the revised binary. I don't know
what you did, but curing this may have been key.


Code:


  Community release illustrating one very odd form of problem with aac problem 
stream
  
  Output buffer well full, but suddenly POP
  Feb 25 16:50:42 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/93.5%
  Feb 25 16:50:43 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/96.5%
  Feb 25 16:50:45 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/99.3%
  Feb 25 16:50:45 squeezeplay: playback_callback:346 Audio underrun: used 138 
frames, requested 441 frames. elapsed samples 13659342
  Feb 25 16:50:45 squeezeplay: INFO   audio.decode - Playback.lua:364 OUTPUT 
UNDERRUN
  Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - decode_pause_audio:624 
decode_pause_audio interval_ms=0
  Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - Playback.lua:855 strm p
  Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - Playback.lua:1262 stopping 
local pause timer
  Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - decode_pause_audio:624 
decode_pause_audio interval_ms=0
  Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - 
decode_pause_audio_handler:156 decode_pause_handler interval=0
  Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - 
decode_pause_audio_handler:171 pause_audio decode state: 1 audio state 2
  Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - 
decode_pause_audio_handler:156 decode_pause_handler interval=0
  Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - 
decode_pause_audio_handler:171 pause_audio decode state: 1 audio state 2
  Feb 25 16:50:45 squeezeplay: DEBUG  audio.decode - Playback.lua:1262 stopping 
local pause timer
  
  After a few minutes of good playback, again suddenly POP:
  
  Feb 25 16:54:48 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/91.5%
  Feb 25 16:54:49 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/90.7%
  Feb 25 16:54:50 squeezeplay: INFO   audio.decode - Playback.lua:448 
99.9%/90.6%
  Feb 25 16:54:51 squeezeplay: INFO   audio.decode - Playback.lua:448 
99.9%/91.3%
  Feb 25 16:54:52 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/94.6%
  Feb 25 16:54:53 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/97.8%
  Feb 25 16:54:54 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/99.3%
  Feb 25 16:54:55 squeezeplay: INFO   audio.decode - Playback.lua:448 
100.0%/99.3%
  Feb 25 16:54:55 squeezeplay: playback_callback:346 Audio underrun: used 53 
frames, requested 441 frames. elapsed samples 24695419
  Feb 25 16:54:56 squeezeplay: INFO   audio.decode - Playback.lua:364 OUTPUT 
UNDERRUN
  Feb 25 16:54:56 squeezeplay: DEBUG  audio.decode - decode_pause_audio:624 
decode_pause_audio interval_ms=0
  



ralphy wrote: 
> 
> The binary also includes support for the new Mono Output Channel Mode
> added to LMS 8.2, which for the radio is really only useful when using
> the line out/headphone jack. I just needed to confirm that the downmix
> changes didn't impact performance on the radio.
I'm not familiar with this at all. I really don't know what the
motivation is. :)

I would note that the Radio, when playing through speakers, does its own
"downmix" in the crossover/dsp component. I can pull out the logic that
it applies, it might be worth checking to ensure that inconsistencies
are not introduced.

ralphy wrote: 
> The tarfile also includes the patches applied to the binary as I've not
> committed them yet.
I will have a look at these, it might be educational ! If (unlikely) I
have anything useful to say, I shall revert.



mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


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

2021-02-26 Thread ericj


DecTenToo wrote: 
> Oh yes, spot on :D
> 
> Thank you very much.

Fixed my similar issue.   Occurred when skipping past content, say the
news on R3 lunchtime concert.  Now back to usual, reliable self.  

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

2021-02-26 Thread jarome


BoomX2 wrote: 
> The two occurrences of "SuperDateTime Repository" in your screenshot
> show that the repo.xml files are being downloaded and parsed.  If you
> already have SDT loaded it will show in the list of active plugins and
> not in this section.
> 
> The SDT plugin is now included in the 3rd party section on LMS plugins
> page.  So you no longer need to add an entry for SDT in the *Additional
> Repositories* section unless you want to see SDT plugin updates before
> they make it to the main repository.  
> 
> PS -  Your last 2 entries are redundant.

33577


+---+
|Filename: incompatible.png |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33577|
+---+


jarome's Profile: http://forums.slimdevices.com/member.php?userid=1223
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

2021-02-26 Thread ken_s


expectingtofly wrote: 
> A few things to consider here : 
> >   >   > 
  - For Audio On Demand, for some programmes, they first release it
  > with the news at the start, then repackage without the news later. 
  > They sometimes include the news in the times, the sometimes don't,
  > but I have noticed they never change the tracklist when they do the
  > repackaging
  - The plugin uses the same tracklist that you see in the menus, so
  > if that is wrong, it will be wrong when displaying the track on the
  > player when the item is playing
  - The BBC themselves don't use the tracklist in the way the plugin
  > is using it in their own apps, they just display a list for Audio on
  > demand, not replay it out with the audio.  So they have no incentive
  > to get the times accurate, only the order accurate.
  - The plugin might be out by a few seconds or so, as it tries to
  > display it on the controller in synch with what's playing out of the
  > players buffer, but it might not be spot on.
  > > > 
> 
> So, in short, as long as the plugin is displaying the track more or
> less as is you see in the tracklist, that's the best I can do (If it's
> not, please provide an example).  It's not really the BBC's fault
> either, as it the tracklist information is being used in a way they
> don't intend (sometimes they don't even include the times, just a
> list)


Thanks expectingtofly.

I understand you have to use what bbc provides. 
I have removed track title from the display and instead open the
tracklist to see the songs.

regards

ken



ken_s's Profile: http://forums.slimdevices.com/member.php?userid=71388
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

2021-02-26 Thread Michael Herger

Michael has had to make a change in MAI due to changes at Allmusic -
display issue as result ->
https://forums.slimdevices.com/showthread.php?99537-Announce-Music-amp-Artist-Information-plugin=1011653=1#post1011653


Yeah, I saw that. I've not had time to update, so not sure what changes
are required. -If- the headers have a style associated then I can use
that to hide them. However, it's probable that then best I can do is
enforce a set font size.


Another update is on its way...
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-02-26 Thread d6jg


mherger wrote: 
> > I've just noticed that depending on the format coming from Allmusic
> > (HTML/JSON) there is a loss of  reviews.
> > That may be in MAI though and not Material.
> 
> Yes, the new JSON based format doesn't have links any more. Maybe I'll 
> need to look again whether the content isn't in there somewhere else...

Taking this review as a random example -
https://www.allmusic.com/album/plans-mw723979

It contains both a JSON and an HTML version of the Review - I searched
for "Theakston" which appears twice in JSON and once in HTML - as you
say the JSON output is pure text.
I take it that it is the JSON that is the new element and consequently
you have adjusted the MAI code to find that first and look for HTML only
if that isn't found on the basis that it appears that Allmusic are
moving to JSON?
Perhaps for now MAI should operate HTML first, JSON second until
Allmusic have sorted themselves out - I can't imagine they want to lose
the links long term.



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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: Music & Artist Information plugin

2021-02-26 Thread carsten_h

mherger wrote: 
> So what worked yesterday I broke with the latest change, 
> and what was broken yesterday works now... Argh...

I tested again with the version 1.6.28 and the results are still the
same for the UTF16 characterset problems.

I found another thing with artist names and their image files.
I am using an USB stick with ext4 filesystem on a Pi4 with piCorePlayer
for the LMS database.

One artist is eg.: "José Carreras".
When I am doing a search, MAI found this file: "José Carreras.jpg"
When I am doing a new search directly after this search, this file is
updated again.
The picture is shown without any problem in Material skin.

Then I change the filename to "José Carreras.jpg" and do a new search.
This time the file is untouched.
This file is also displayed without any problem.

It seems that there is a problem with charactersets (the tags of the mp3
files have UTF16 format).

Code:

0344 0383 0039 (T1) TPE1 
  344: 54 50 45 31 00 00 00 1d 00 00 01 ff fe 4a 00 6f 00 73 00 e9  
|TPE1þJ.o.s.é|
  364: 00 20 00 43 00 61 00 72 00 72 00 65 00 72 00 61 00 73 00 |. 
.C.a.r.r.e.r.a.s. |



This is the debug output for the search:

Code:

[21-02-25 12:31:15.3823] 
Plugins::MusicArtistInfo::Importer2::_getArtistPhotoURL (135) Getting artwork 
for José Carreras
  [21-02-25 12:31:15.3827] Plugins::MusicArtistInfo::Common::imageInFolder (61) 
Trying to find artwork in /mnt/LMS/Interpreten
  [21-02-25 12:31:15.3850] Plugins::MusicArtistInfo::Common::imageInFolder (61) 
Trying to find artwork in /mnt/Musikbox/Music/José Carreras
  [21-02-25 12:31:15.3863] Plugins::MusicArtistInfo::Common::imageInFolder (61) 
Trying to find artwork in /mnt/Musikbox/Music/José Carreras/Christmas With 
Carreras
  [21-02-25 12:31:15.3880] 
Plugins::MusicArtistInfo::Importer2::_precacheArtistImage (213) Getting 
https://lastfm.freetls.fastly.net/i/u/d5918ec416a7447b8b1873cfc73f2633.jpg to 
be pre-cached



This is the output after changing the filename to "José Carreras.jpg":

Code:

[21-02-25 12:40:24.2243] 
Plugins::MusicArtistInfo::Importer2::_getArtistPhotoURL (135) Getting artwork 
for José Carreras
  [21-02-25 12:40:24.2248] Plugins::MusicArtistInfo::Common::imageInFolder (61) 
Trying to find artwork in /mnt/LMS/Interpreten
  [21-02-25 12:40:24.2251] 
Plugins::MusicArtistInfo::LocalArtwork::getArtistPhoto (252) Found local 
artwork /mnt/LMS/Interpreten/José Carreras.jpg
  [21-02-25 12:40:24.9628] 
Plugins::MusicArtistInfo::Importer2::_precacheArtistImage (290) Pre-cached 
image has not changed: /mnt/LMS/Interpreten/José Carreras.jpg



This is the output of ls -al on the Pi:

Code:

drwxr-xr-x1 99   99   3 Feb  4 16:04 José Carreras/




pi4 4gb picoreplayer with lms and squeezelite for usb inside an argon
one case
pi3b+ (7\" display, hifiberry dac+ pro) picoreplayer with
squeezlite/jivelite for hifiberry and bluetooth headphone inside a
smartipi touch case
two airport express
ikea symfonisk

carsten_h's Profile: http://forums.slimdevices.com/member.php?userid=69113
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-02-26 Thread Michael Herger

I've just noticed that depending on the format coming from Allmusic
(HTML/JSON) there is a loss of 

Yes, the new JSON based format doesn't have links any more. Maybe I'll 
need to look again whether the content isn't in there somewhere else...

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-02-26 Thread ralphy


expectingtofly wrote: 
> Many thanks for providing this.
> I've tested it on the BBC Sounds AAC streams  320kbps @ 48000hz.  
> Everything is much more stable on this new version once its all
> underway.
> I still get buffer underruns when the stream starts up : 
Thank you for testing.

Sorry I didn't reply with how to install the binary.  Glad you worked it
out.  Thanks mrw.  And no you didn't miss how to install it, none were
provided.

At least it's encouraging that once playing, playback works well.

Unfortunately, I can't play the 320kbps @ 48000hz streams.  The closest
stream I've found is from Radio Paradise 320@44100, which unfortuately,
both the original and the updated jive binary plays fine.

Code:

http://radioparadise.com/m3u/aac-320.m3u



Does it play okay for you?

Is your test radio wireless or wired?

>From your log above, it appears that the radio can't handle getting the
amount of decoded aac audio to the output buffer fast enough at the
start.  So it pauses, buffers more aac data and then continues without
interruption.

Could you try increasing/setting the bufferThreshold in the bbc sounds
plugin?  I'm not sure if that would even make a difference based on how
the audio is streamed.

Another thing that might give some insite is increasing the
outputThreshold for aac on the server side.   


Code:

diff --git a/Slim/Player/Squeezebox.pm b/Slim/Player/Squeezebox.pm
  index fa2eb1669..78a999625 100644
  --- a/Slim/Player/Squeezebox.pm
  +++ b/Slim/Player/Squeezebox.pm
  @@ -710,7 +710,7 @@ sub stream_s {
  $pcmsamplerate   = '?';
  $pcmendian   = '?';
  $pcmchannels = '?';
  -   $outputThreshold = 0;
  +   $outputThreshold = 50;
  
  } elsif ($format eq 'dff' || $format eq 'dsf') {
  
  


I'll look at setuping my own 320@48K aac stream to see if I can work out
how best to handle it
.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-02-26 Thread cpd73


d6jg wrote: 
> @Craig
> 
> Michael has had to make a change in MAI due to changes at Allmusic -
> display issue as result ->
> https://forums.slimdevices.com/showthread.php?99537-Announce-Music-amp-Artist-Information-plugin=1011653=1#post1011653

Yeah, I saw that. I've not had time to update, so not sure what changes
are required. -If- the headers have a style associated then I can use
that to hide them. However, it's probable that then best I can do is
enforce a set font size.



*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

2021-02-26 Thread d6jg


cpd73 wrote: 
> Yeah, I saw that. I've not had time to update, so not sure what changes
> are required. -If- the headers have a style associated then I can use
> that to hide them. However, it's probable that then best I can do is
> enforce a set font size.

I've just noticed that depending on the format coming from Allmusic
(HTML/JSON) there is a loss of  Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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: Music & Artist Information plugin

2021-02-26 Thread d6jg


Not just a display issue in Material I think the format change has also
lost https://forums.slimdevices.com/showthread.php?109624-Announce-Material-Skin=1011670=1#post1011670



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


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

2021-02-26 Thread expectingtofly


slartibartfast wrote: 
> I think the only time I have noticed playback issues in the UK was when
> I skipped back half an hour in a live programme and immediately
> afterwards the sound stuttered for a few seconds before settling down.
> 
> Sent from my Pixel 3a using Tapatalk

The issue pertains to getting enough data into the output buffer :
https://forums.slimdevices.com/showthread.php?113479-Announce-Community-Firmware-for-Squeezebox-Radio-Touch-Controller-and-LMS-8=1011552=1#post1011552
So, the network conditions of your set up probably mean that most of the
time you don't tip over the edge into an underrun.



EXPECTINGTOFLY PLUGINS :

- *BBC Sounds* : 
  https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin 
- *BBC Sounds Wiki* :
  https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki
- *Virgin Radio (UK)* : 
  https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin 
- *Times Radio* : 
  https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-02-26 Thread d6jg


@Craig

Michael has had to make a change in MAI due to changes at Allmusic -
display issue as result ->
https://forums.slimdevices.com/showthread.php?99537-Announce-Music-amp-Artist-Information-plugin=1011653=1#post1011653



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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: Music & Artist Information plugin

2021-02-26 Thread d6jg


staresy wrote: 
> Indeed it does, thanks Micheal!
> 
> One very minor point, under Artist Biog and Album Review, there is now a
> title saying "Artist Biog by", "All Music Review by..."
> 
> The text font/size for each of these is different, can they be made the
> same? Not sure they used to be there at all previously?
> 
> 33575
> 
> Anyway, as I say very minor, thanks for sorting so quickly.

I think that may need a change in Material. Have you let Craig know?



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


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

2021-02-26 Thread slartibartfast


expectingtofly wrote: 
> I find the The community firmware AAC decoder has some issues with high
> bitrate AAC streams.  It is being worked on. 
> Try disabling native AAC in Settings->Advanced->File types so that it
> gets transcoded to flac.  That fixes it for me.I think the only time I have 
> noticed playback issues in the UK was when
I skipped back half an hour in a live programme and immediately
afterwards the sound stuttered for a few seconds before settling down.

Sent from my Pixel 3a using Tapatalk





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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-02-26 Thread staresy


slartibartfast wrote: 
> New version seems to work [emoji106]
> 
> Sent from my Pixel 3a using Tapatalk

Indeed it does, thanks Micheal!

One very minor point, under Artist Biog and Album Review, there is now a
title saying "Artist Biog by", "All Music Review by..."

The text font/size for each of these is different, can they be made the
same? Not sure they used to be there at all previously?

33575

Anyway, as I say very minor, thanks for sorting so quickly.


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


location 1: lms 8.0 on win 10 brix server, x2 sb radios, x1 touch, x1
controller : location 2: lms 8.0 on win 10 brix server, x2 sb radios, x1
duet receiver, x1 controller : alexa mediaserver smart skill, material
android, squeezelitex control

staresy's Profile: http://forums.slimdevices.com/member.php?userid=807
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] Power Script for Windows version of Squeezelite

2021-02-26 Thread ralphy


rlsx wrote: 
> Thanks, but sigh... 
> How is it supposed to work on a Linux device? A shell script? How is it
> structured for ON-action, and OFF-action?

Yes it's a shell script.  That must have execute permissions and you
need to provide the full path to the script in the -S option.

There's an 'example script'
(https://github.com/ralph-irving/squeezelite/blob/master/tools/gpiopower.sh)
in the squeezelite sources.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=113988

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


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

2021-02-26 Thread DecTenToo


> Try disabling native AAC in Settings->Advanced->File types so that it
> gets transcoded to flac. That fixes it for me. 

Oh yes, spot on :D

Thank you very much.



DecTenToo's Profile: http://forums.slimdevices.com/member.php?userid=37818
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

2021-02-26 Thread expectingtofly


DecTenToo wrote: 
> I'm listening back to 2 programmes on BBC R4 (Counterpoint and Just a
> Minute) anf am getting intermittent skips
> 
> Internet speeds and pings are normal for me, and I'm not seeing any
> issues otherwise. I'm not hearing any skips if I listen on BBC sounds
> via the web.
> 
> Player Model: Squeezebox Radio on Firmware: 8.0.1-r16835
> ?

I find the The community firmware AAC decoder has some issues with high
bitrate AAC streams.  It is being worked on. 
Try disabling native AAC in Settings->Advanced->File types so that it
gets transcoded to flac.  That fixes it for me.



EXPECTINGTOFLY PLUGINS :

- *BBC Sounds* : 
  https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin 
- *BBC Sounds Wiki* :
  https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki
- *Virgin Radio (UK)* : 
  https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin 
- *Times Radio* : 
  https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN

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

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


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

2021-02-26 Thread Louroux45


Hi,

Since the 14.4  IOS upgrade on my IPhone 8 , I can't aiprplay to my
squeezbox device (Rasp PI + LMS 8).

This is still possible from an another Iphone (IOS 12).

I read that there were airplay issues with the 14.4.

Is Shaitunes2 affected by such an issue ?



Regards,



Louroux45's Profile: http://forums.slimdevices.com/member.php?userid=66999
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

2021-02-26 Thread DecTenToo


I'm listening back to 2 programmes on BBC R4 (Counterpoint and Just a
Minute) anf am getting intermittent skips

Internet speeds and pings are normal for me, and I'm not seeing any
issues otherwise. I'm not hearing any skips if I listen on BBC sounds
via the web.

I also have a Pi4 running PiCore 7 and am getting the same issue. 

Logitech Media Server Version: 8.1.1 - 1610364019 on Synology Nas
Player Model: Squeezebox Radio on Firmware: 8.0.1-r16835
BBC sounds Release 2.14.0

3357433574


+---+
|Filename: bbcsounds.txt|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33574|
+---+


DecTenToo's Profile: http://forums.slimdevices.com/member.php?userid=37818
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: Group Players

2021-02-26 Thread Jaca


slartibartfast wrote: 
> So if the Radios were not synchronised it would probably work. Why not
> make the pair of Radios a separate group and include both Radios as
> single players in your larger group?
> 
> Sent from my Pixel 3a using Tapatalk

I'm having deja vu moment. Didn't we discussed it before? :p  

Although Group players plugin is excellent it doesn't quite cut it when
using it for stereo pair of two Radios. 
If I remember correctly it becomes too messy/confusing.. Like when you
use hardware buttons..or player menu, you technically break group.
Alternatively you could use both Radios as control only of Group
player(rather then itself) but then I think presets don't work or even
power button.. I cannot remember exactly, but I know I gave up this idea
when trying to explain it all to my missus. She basically didn't want to
know all intricacies.  So I've settled for permanent sync instead which
works great.. well with exception when synced stereo pair is part of
group :(



3x Squeezebox Touch, 4x Squeezebox Radio, Squeezelite (RPi 3B with
HiFiBerry DAC+Pro on OSMC), Material Skin Apk, Squeeze Commander,
Logitech Media Server Version: 8.2.0 with Material Skin (Docker in
DS218+)

Jaca's Profile: http://forums.slimdevices.com/member.php?userid=58187
View this thread: http://forums.slimdevices.com/showthread.php?t=108558

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2021-02-26 Thread Jaca


slartibartfast wrote: 
> I don't see this behaviour. I have a group of two players and I can
> power off each one individually.
> 
> Sent from my Pixel 3a using Tapatalk

Thanks for checking!..  I just re-tested two other players and both also
behave as expected.. 


It looks like original problem is something to do with fact that
misbehaving group includes  _2_Radios_always_synced_as_stereo_pair.__ 

Group:
*"Bedroom"* (SB Radio)
*"Kitchen"* (SB Radio L channel)
*"Kitchen"* (SB Radio R channel)

If I power off one of *"Kitchen"* players then both *"Kitchen"* players
are off and *"Bedroom"* continues to play ( as expected) 

If I power off *"Bedroom"* player then also both *"Kitchen"* players are
off.

Just tried to I add another player *"Lounge" *to this group and it
continued to play when *"Bedroom"* was powered off . Only *"Kitchen"*
players were turned off unintentionally. 
Also when powering off *"Lounge"* player , *"Bedroom"* continued to play
but again "both *"Kitchen"* players went off, so definitely something to
do with synced pair. 

I've tried with  "Always synchronize all members " off and on but it
behaves same..



3x Squeezebox Touch, 4x Squeezebox Radio, Squeezelite (RPi 3B with
HiFiBerry DAC+Pro on OSMC), Material Skin Apk, Squeeze Commander,
Logitech Media Server Version: 8.2.0 with Material Skin (Docker in
DS218+)

Jaca's Profile: http://forums.slimdevices.com/member.php?userid=58187
View this thread: http://forums.slimdevices.com/showthread.php?t=108558

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2021-02-26 Thread slartibartfast


Jaca wrote: 
> I'm having deja vu moment. Didn't we discuss this before? [emoji14]  
> 
> Although Group players plugin is excellent it doesn't quite cut it when
> using it for stereo pair of two Radios. 
> If I remember correctly it becomes too messy/confusing.. Like when you
> use hardware buttons..or player menu, you technically break group.
> Alternatively you could use both Radios as control only of Group
> player(rather then itself) but then I think presets don't work or even
> power button.. I cannot remember exactly, but I know I gave up this idea
> when trying to explain it all to my missus. She basically didn't want to
> know all intricacies.  So I've settled for permanent sync instead which
> works great  with exception when synced stereo pair is part of group
> :(Sounds familiar [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=108558

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2021-02-26 Thread slartibartfast


Jaca wrote: 
> Thanks for checking!..  I just re-tested two other players and both also
> behave as expected.. 
> 
> 
> It looks like original problem is something to do with fact that
> misbehaving group includes  _2_Radios_always_synced_as_stereo_pair.__ 
> 
> Group:
> *"Bedroom"* (SB Radio)
> *"Kitchen"* (SB Radio L channel)
> *"Kitchen"* (SB Radio R channel)
> 
> If I power off one of *"Kitchen"* players then both *"Kitchen"* players
> are off and *"Bedroom"* continues to play ( as expected) 
> 
> If I power off *"Bedroom"* player then also both *"Kitchen"* players are
> off.
> 
> Just tried to I add another player *"Lounge" *to this group and it
> continued to play when *"Bedroom"* was powered off . Only *"Kitchen"*
> players were turned off unintentionally. 
> Also when powering off *"Lounge"* player , *"Bedroom"* continued to play
> but again "both *"Kitchen"* players went off, so definitely something to
> do with synced pair. 
> 
> I've tried with  "Always synchronize all members " off and on but it
> behaves same..So if the Radios were not synchronised it would probably work. 
> Why not
make the pair of Radios a separate group and include both Radios as
single players in your larger group?

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

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


Re: [SlimDevices: Plugins] Announce : Times Radio (UK) 7 Day Catchup Plugin

2021-02-26 Thread expectingtofly


Release 2.1.5 Includes


- Fix for seeking on Audio On Demand Streams
- Material Skin Icon compatability



EXPECTINGTOFLY PLUGINS :

- *BBC Sounds* : 
  https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin 
- *BBC Sounds Wiki* :
  https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki
- *Virgin Radio (UK)* : 
  https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin 
- *Times Radio* : 
  https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN

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

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2021-02-26 Thread slartibartfast


Jaca wrote: 
> Always thought this works fine but it seems that when I power off member
> which is first in group (first alphabetically) then other members also
> power off. While group player remains powered on, music stops as there
> are no real players on.
> 
> Is this just bug on my side or perhaps first alphabetical member becomes
> sync master when group is gathered? Hence kind of makes exception to
> above quoted rule /behaviour?
> 
> If it's the case then maybe it's possible to make group player sync
> master?
> PS Im only assuming group players plugin uses sync in mentioned
> fashion.. I might be wrong ;)
> 
> Thanks!I don't see this behaviour. I have a group of two players and I can
power off each one individually.

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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-02-26 Thread slartibartfast


mherger wrote: 
> > Funnily enough Dark Side of the Moon and The Final Cut were two of the
> > working album reviews when I first posted. Now the reviews for
> Animals,
> > Wish You Were Here and The Wall work but DSOTM and The Final Cut
> don't.
> 
> Confirmed! AllMusic indeed serves pages in different formats now. In one
> 
> case the content is embedded into the HTML, in the other cases it's in a
> 
> JSON object... So what worked yesterday I broke with the latest change, 
> and what was broken yesterday works now... Argh...New version seems to work 
> [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=99537

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2021-02-26 Thread Jaca


philippe_44 wrote: 
> 
> Powering on/off a member has no effect on the Group Player. 
> 
> 

Always thought this works fine but it seems that when I power off member
which is first in group (first alphabetically) then other members also
power off. While group player remains powered on, music stops as there
are no real players on.

Is this just bug on my side or perhaps first alphabetical member becomes
sync master when group is gathered? Hence kind of makes exception to
above quoted rule /behaviour?

If it's the case then maybe it's possible to make group player sync
master?
PS Im only assuming group players plugin uses sync in mentioned
fashion.. I might be wrong ;)

Thanks!



3x Squeezebox Touch, 4x Squeezebox Radio, Squeezelite (RPi 3B with
HiFiBerry DAC+Pro on OSMC), Material Skin Apk, Squeeze Commander,
Logitech Media Server Version: 8.2.0 with Material Skin (Docker in
DS218+)

Jaca's Profile: http://forums.slimdevices.com/member.php?userid=58187
View this thread: http://forums.slimdevices.com/showthread.php?t=108558

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


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

2021-02-26 Thread expectingtofly


ken_s wrote: 
> Hi
> 
> Great plugin, but having some issues listening to on demand. 
> The track info get rushed through , so if the show last an hour the last
> song is displayed  after about 15 minutes.
> 
> Viewing the tracklist, I can see it starts some minutes in, eg 00:03:30.
> I guess that's the news (which isn't heard).
> I don't now if that makes a difference.
> 
> Listening outside of UK.
> 
> regards
> 
> ken

A few things to consider here : 

- For Audio On Demand, for some programmes, they first release it with
  the news at the start, then repackage without the news later.  They
  sometimes include the news in the times, the sometimes don't, but I
  have noticed they never change the tracklist when they do the
  repackaging
- The plugin uses the same tracklist that you see in the menus, so if
  that is wrong, it will be wrong when displaying the track on the
  player when the item is playing
- The BBC themselves don't use the tracklist in the way the plugin is
  using it in their own apps, they just display a list for Audio on
  demand, not replay it out with the audio.  So they have no incentive
  to get the times accurate, only the order accurate.
- The plugin might be out by a few seconds or so, as it tries to
  display it on the controller in synch with what's playing out of the
  players buffer, but it might not be spot on.
  

So, in short, as long as the plugin is displaying the track more or less
as is you see in the tracklist, that's the best I can do (If it's not,
please provide an example).  It's not really the BBC's fault either, as
it the tracklist information is being used in a way they don't intend
(sometimes they don't even include the times, just a list)



EXPECTINGTOFLY PLUGINS :

- *BBC Sounds* : 
  https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin 
- *BBC Sounds Wiki* :
  https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki
- *Virgin Radio (UK)* : 
  https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin 
- *Times Radio* : 
  https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN

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

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


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

2021-02-26 Thread sachadog


Hi Philippe,

I have tried your settings.  The first time, as I reported, all the
music was in "poor quality" MP3, having been transcoded from Flac.

I went through the setup another two times, before the system started to
work as you would expect.  I then had replay, but track by track, in
Flac with no crossfade etc., even though, I had set up crossfade using
one of my Squeezebox controllers (from my Duet).  There was an
occasional stumble over individual tracks of music, but the system then
seemed to go into automatic mode and moved on to the next track on the
playlist.  The settings in the bridge were not retained.

Again today, I started the system.  I found that once again the settings
had not been retained and I had to set up the bridge according to your
instructions.  I again saved the settings and I will hope they are
retained for the next time I start streaming music, but so far, this has
not been the case.



sachadog's Profile: http://forums.slimdevices.com/member.php?userid=10564
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