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

2020-12-20 Thread Michael Herger
I applaud the effort to get new firmwares out! It's something I tried to 
build a few years back when Spotify pulled support for our hardware. And 
I failed badly...


As Ralphy said I've been running this firmware on all hardware types. 
Radio has been using a version of the Community firmware for months. My 
kids actually installed the firmware when prompted without asking me. 
Because it was in the way. And they haven't complaint about the results ;-).


Great job, guys!

--

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


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

2020-12-20 Thread bernreddy


bernreddy wrote: 
> Thanks to help on this and other forums, until about a month or so ago I
> happily used a Raspberry Pi 4 with pCP and the Airplay bridge to control
> an AudioPro Addon C5A speaker (which is Alexa-enabled). 
> ...
> 
> Any suggestions? Beyond asking AudioPro about the firmware update, which
> I've already done.

It was, perhaps, a firmware problem. After I installed an older firmware
version that I was sent, the device promptly wrote over that firmware
with the same version that was on the device when I started having
problems. But now the problems are gone. Let's hope permanently. At
least the problems seem not to have been caused by something I'd done
wrong with LMS, pCP, or the AirPlay plugin.



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

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


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

2020-12-20 Thread manx


It should be perfectly possible to continue using LMS as it is but only
as long as you don't update the Synology OS to DSM 7 and don't update
the Perl package in DSM beyond 5.24 (you can turn off auto-updates).
You'll be stuck with the current LMS for synology release by pinkdot (if
that's what you're using) unless someone else packages it for Synology.
You might not be happy to keep the diskstation running old software (?)
If your 420J supports docker you could look at using LMS in a docker
container instead, and update to your heart's content!



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

2020-12-20 Thread slartibartfast


philippe_44 wrote: 
> Unfortunately not. I have a generic model to add "common" preferences to
> Group, so that would be just a one line adder here, but LMS has a check
> for the model to be a "SqueezePlay" before it saves Defeat TTP (see
> Slim::Web::Settings::Player::Basic.pm)
> > 
Code:

  >   > 
  > if ($paramRef->{'saveSettings'}) {
  > 
  > for my $pref (@prefs) {
  > 
  > my $i = 0;
  > my @array;
  > 
  > while (defined $paramRef->{'pref_'.$pref.$i}) {
  > 
  > if ($paramRef->{'pref_'.$pref.$i} ne "-1") {push @array, 
$paramRef->{'pref_'.$pref.$i};}
  > $i++;
  > }
  > 
  > $prefs->client($client)->set($pref, \@array);
  > }
  > 
  > if ($client->isPlayer && $client->isa('Slim::Player::SqueezePlay') && 
defined $paramRef->{'defeatDestructiveTouchToPlay'}) {
  > $prefs->client($client)->set('defeatDestructiveTouchToPlay', 
$paramRef->{'defeatDestructiveTouchToPlay'});
  > }
  > }
  > 

> > That's a shame. I suppose using normal synchronisation would work for
this case.

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

2020-12-20 Thread philippe_44


slartibartfast wrote: 
> I have a Touch and a piCorePlayer in a group. Both players have "Defeat
> destructive Touch-To-Play" in basic settings in LMS. The group player
> doesn't have this setting so it is easy to destroy a playlist when using
> a Duet Controller to add tracks. Would it be possible to add this
> feature?
> 
> Sent from my Pixel 3a using Tapatalk

Unfortunately not. I have a generic model to add "common" preferences to
Group, so that would be just a one line adder here, but LMS has a check
for the model to be a "SqueezePlay" before it saves Defeat TTP (see
Slim::Web::Settings::Player::Basic.pm)

Code:


if ($paramRef->{'saveSettings'}) {
  
for my $pref (@prefs) {
  
my $i = 0;
my @array;
  
while (defined $paramRef->{'pref_'.$pref.$i}) {
  
if ($paramRef->{'pref_'.$pref.$i} ne "-1") 
{push @array, $paramRef->{'pref_'.$pref.$i};}
$i++;
}
  
$prefs->client($client)->set($pref, \@array);
}
  
if ($client->isPlayer && 
$client->isa('Slim::Player::SqueezePlay') && defined 
$paramRef->{'defeatDestructiveTouchToPlay'}) {

$prefs->client($client)->set('defeatDestructiveTouchToPlay', 
$paramRef->{'defeatDestructiveTouchToPlay'});
}
}
  




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

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

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2020-12-20 Thread slartibartfast


I have a Touch and a piCorePlayer in a group. Both players have "Defeat
destructive Touch-To-Play" in basic settings in LMS. The group player
doesn't have this setting so it is easy to destroy a playlist when using
a Duet Controller to add tracks. Would it be possible to add this
feature?

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

2020-12-20 Thread PaulinPosset


expectingtofly wrote: 
> 2.8.0 includes :
> 
>   A new "Persist Track Info" preference option.  Selecting this along
> with either of the "alternate track or Image" options stops the track
> info alternating with the programme title whilst the track is playing.
> .

Many thanks!



PaulinPosset's Profile: http://forums.slimdevices.com/member.php?userid=63060
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] Squeezelite-X

2020-12-20 Thread CakeOrDeath


I have been unable to get this to run. But, I keep trying.

On December 11th I downloaded and installed
"SqueezeliteX-2.7.10.0-setup_win64.exe". 

The Player Output Device is set to "Topping USB Audio Device".

It has been running flawlessly and I am loving it!

I'm running the default LMS skin. I'm afraid of setting it to the
Material Skin.



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

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


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

2020-12-20 Thread jasell


slartibartfast wrote: 
> If I select an album in the search results I do see the tracks on the
> album.
> 
You are correct again, I had some odd albums in my search result that
did only have 1 song. I thought that was the Album showing as the song
and album had the same name.

But doing this for some more regular searches I do get the album songs
and the extra option Artist(s) at the end, which link me to more options
for each Artist.
And finally I have the year which doesn't do anything.



NAS: QNAP TS-459U+ QTS 4.2.6 (4x 2TB, RAID5)
Services: LMS 8.1.0 by QLMS 2.21.00   'QLMS at QNAP club'
(https://www.qnapclub.eu/sv/qpkg/545)
Squeezebox:  6x Receiver, 3x Boom, 2x SB3 Classic, 1x Touch
Controller:  Control by Material skin or iPeng, Local music or Spotify
by Spotty

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

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


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

2020-12-20 Thread slartibartfast


jasell wrote: 
> You are right, didn't tried that, too obvious...
> I would say for Artist this is what I expected from the More-options.
> Perhaps More could also be omitted here as well, or selecting the main
> element  should be omitted and only allow for the More-options .
> But again that is probably a bit weird, so there might already be a
> fallback logic for that, if no main action then do more-options...
> 
> When in Search results/Albums, selecting an Album element I would expect
> to see the songs of the Album.
> Now I get what I would say are the More-options
> So for Albums there should be a More-option providing what it does
> today.
> But the selection on the Album element should give another result, the
> songs of the album.
> 
> All according to my opinion and expectations of course...

If I select an album in the search results I do see the tracks on the
album.

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

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


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

2020-12-20 Thread ralphy


Based on the contributions of several forum members, including myself,
in the 'Community Radio Firmware project thread'
(https://forums.slimdevices.com/showthread.php?111663-Community-Build-Radio-Firmware),
I have built updated firmware for the Radio, Touch and Controller.

The only key missing feature from the original firmware is the lack of a
native wma decoder.  If you need to decode the wma format, install the
Play Windows Media (WMA) plugin from bpa on LMS.  Note that if you run
LMS on Windows, wma decode support is built-in and does not require the
plugin.

I've been running various versions of the custom firmware on the one
Radio and Touch that I own without any issues for nearly a year. 
Michael has been using my Radio and Controller firmware for a while now
without any problems and the older community radio firmware I released
last month, has been downloaded nearly 70 times without any issues
reported, so it should be fairly safe for everyone to try.  That being
said...

THE FIRMWARE IS MADE AVAILABLE WITHOUT ANY WARRANTY; WITHOUT EVEN THE
IMPLIED
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

USE AT YOUR OWN RISK!

Not all the original source code is available under the 'SqueezePlay BSD
License'
(https://forums.slimdevices.com/showthread.php?74049-Squeezeplay-now-under-BSD-License),
so several features use the binary modules from the last available
original firmware for that device.  A summary of the changes and binary
modules used are available by clicking the link in the plugin settings
page or 'here'
(https://ralph_irving.gitlab.io/lms-community-firmware/changelog.html).

To simplify installation of the new firmware, Michael has created a
plugin for LMS which redirects the firmware update check and download to
my alternate site.

It's available in the 3rd Party Plugin section of the LMS
Settings->Plugins tab.  After installaton and an LMS restart, navigate
to Settings->Advanced->Community Firmware for Touch/Radio/Controller and
click the checkbox to enable the redirection.

Once enabled, it can take up to the duration set in the LMS Software
Updates setting, which by default is 24 hours, before the firmware is
downloaded and your device prompts with the option to install the
update.
You can also navigate to Settings->Advanced->Software Update to check if
v8.0.1rx is available on the device.  You also have to have enabled
the check for software updates for LMS to even look for new firmware.

I STRONGLY suggest that you perform a Factory Reset of your devices
before installing the new v8.0.1 firmware for the first time.  Many of
the patches available for the original firmware are built-in now and may
cause squeezeplay to fail to start at boot.  The Enhanced Digital Output
(EDO) applet for the Touch works with the new firmware. However, make
sure you factory reset before upgrading if EDO is already runing on your
Touch.

To revert to the original Logitech firmware, uncheck the tick box in the
Commuity Firmware Plugin settings and the next time LMS checks for
firmware updates the old firmware will be downloaded and available to
install from the Software Update menu on the device.

Keep Safe and Merry Christmas!



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=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] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-12-20 Thread jasell


slartibartfast wrote: 
> That is what I see but it is also exactly the same as clicking on the
> Artist or Album so it isn't really a context menu, it is more of a sub
> menu.
> 

You are right, didn't tried that, too obvious...
I would say for Artist this is what I expected from the More-options.
Perhaps More could also be omitted here as well, or selecting the main
element  should be omitted and only allow for the More-options .
But again that is probably a bit weird, so there might already be a
fallback logic for that, if no main action then do more-options...

When in Search results/Albums, selecting an Album element I would expect
to see the songs of the Album.
Now I get what I would say are the More-options
So for Albums there should be a More-option providing what it does
today.
But the selection on the Album element should give another result, the
songs of the album.

All according to my opinion and expectations of course...



NAS: QNAP TS-459U+ QTS 4.2.6 (4x 2TB, RAID5)
Services: LMS 8.1.0 by QLMS 2.21.00   'QLMS at QNAP club'
(https://www.qnapclub.eu/sv/qpkg/545)
Squeezebox:  6x Receiver, 3x Boom, 2x SB3 Classic, 1x Touch
Controller:  Control by Material skin or iPeng, Local music or Spotify
by Spotty

jasell's Profile: http://forums.slimdevices.com/member.php?userid=17817
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] LmsUpdate and LmsRepack - Synology 8.0.* packages

2020-12-20 Thread ciarpame


I feel like someone who arrives late to a party and everyone has already
gone home :(

I just bought a DS420J to replace an old ReadyNAS thinking I could
continue to use LMS (it seemed possible last time I checked) and now I
understand it will no longer be possible. 
Is that right? There's no way to continue using old versions? Sorry if
this is a stupid question, I've searched around a bit but didn't
understand much about it.

Thanks for your help



ciarpame's Profile: http://forums.slimdevices.com/member.php?userid=32995
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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2020-12-20 Thread Labaland


Anyone else that has to reboot their google home mini to be able to
cast? In LMS status is playing but speaker is off in google home app.
any specific settings i need maybe?

works perfect with my 2 jbl music 500.



Labaland's Profile: http://forums.slimdevices.com/member.php?userid=71066
View this thread: http://forums.slimdevices.com/showthread.php?t=104614

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


Re: [SlimDevices: Plugins] iPeng support thread

2020-12-20 Thread mps


Thanks for your response, Pippin. I will try that when it happens again.
Here's a different example that AFAICT is internal to iPeng. When I go
to the big playlist view, initially everything shows correctly
32602
However, if I swipe up to switch to another app in IOS and then switch
back to iPeng, it doesn't display any of the images anymore
32603
To see them again, I have to go back to the menu browsing screen and
then come back to the now playing view. Thoughts?


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


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

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


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

2020-12-20 Thread slartibartfast

jasell wrote: 
> Here I entered Artist from Search results. I had 2 hits.
> Selecting More from one of them resulted in this menu with “relevant”
> options.
> 
> [image:
> https://uploads.tapatalk-cdn.com/20201220/54a7fe500db6fe0a5a0714ed315feb27.jpg]
> 
> 
> Sent from my iPhone using TapatalkThat is what I see but it is also exactly 
> the same as clicking on the
Artist or Album so it isn't really a context menu, it is more of a sub
menu.

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

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


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

2020-12-20 Thread jasell

slartibartfast wrote: 
> I tried that and I am not sure what you are seeing, can you show a
> screenshot?
> 
> Sent from my Pixel 3a using Tapatalk

slartibartfast wrote: 
> I tried that and I am not sure what you are seeing, can you show a
> screenshot?
Here I entered Artist from Search results. I had 2 hits.
Selecting More from one of them resulted in this menu with “relevant”
options.

[image:
https://uploads.tapatalk-cdn.com/20201220/54a7fe500db6fe0a5a0714ed315feb27.jpg]


Sent from my iPhone using Tapatalk



NAS: QNAP TS-459U+ QTS 4.2.6 (4x 2TB, RAID5)
Services: LMS 8.1.0 by QLMS 2.21.00   'QLMS at QNAP club'
(https://www.qnapclub.eu/sv/qpkg/545)
Squeezebox:  6x Receiver, 3x Boom, 2x SB3 Classic, 1x Touch
Controller:  Control by Material skin or iPeng, Local music or Spotify
by Spotty

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

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


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

2020-12-20 Thread slartibartfast


jasell wrote: 
> As I wrote above...
> When navigating into Artists or Album in the search result.
> Then each option, Artist or Album, has a relevant More-option.
> 
> 
> Sent from my iPhone using TapatalkI tried that and I am not sure what you are 
> seeing, can you show a
screenshot?

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

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


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

2020-12-20 Thread jasell


slartibartfast wrote: 
> Where do you see relevant "more" options? As far as I can see clicking
> "more" is the same as clicking on the menu item.
> 
> Sent from my Pixel 3a using Tapatalk

As I wrote above...
When navigating into Artists or Album in the search result.
Then each option, Artist or Album, has a relevant More-option.


Sent from my iPhone using Tapatalk



NAS: QNAP TS-459U+ QTS 4.2.6 (4x 2TB, RAID5)
Services: LMS 8.1.0 by QLMS 2.21.00   'QLMS at QNAP club'
(https://www.qnapclub.eu/sv/qpkg/545)
Squeezebox:  6x Receiver, 3x Boom, 2x SB3 Classic, 1x Touch
Controller:  Control by Material skin or iPeng, Local music or Spotify
by Spotty

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

2020-12-20 Thread expectingtofly


Please note I am already aware that there seems to be a bug in the
"Material" controller where the Synopses is not displaying line breaks
correctly.  I've checked in all other browser and android controllers
and they are displayed correctly.
I think I can see the problem in Material, so I'll propose a pull
request for Craig.

For Info. The Synopses should look something like this :
32600

In "Material" they can look like this :
32601


+---+
|Filename: Screenshot 2020-12-20 at 18.32.34.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32601|
+---+


*BBC Sounds Plugin Wiki* : 
https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki

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

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


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

2020-12-20 Thread expectingtofly


2.8.0 includes :

FEATURES:

-  A new "Synopses" option on the Play menu when a playable item is
  selected.  This displays the longest form synopses available for the
  programme.
-  A new "Persist Track Info" preference option.  Selecting this along
  with either of the "alternate track or Image" options stops the track
  info alternating with the programme title whilst the track is
  playing.
-  The "Tracklist" menu is now available from the info menu for Audio
  In Demand items in the playlist or now playing.
  


This release is available now in the main repository.



*BBC Sounds Plugin Wiki* : 
https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki

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] Dropouts - Is it BBC Sounds or Airbridge ?

2020-12-20 Thread bpa


What is the player you are using for BBC Sounds output ?

I know you said latest version of LMS & plugins etc.  - please state
them just so they can be confirmed. Sometimes there are "development"
version which may have relevant fixes

Example - the following are all "latest" but depends on what you
install.
Release LMS is 8.0.0
Bug fix  LMS is 8.0.1
Development LMS is 8.1.0 

There is development BBC Sounds as well as release.



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

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


Re: [SlimDevices: Plugins] Dropouts - Is it BBC Sounds or Airbridge ?

2020-12-20 Thread Man in a van


Operajulian wrote: 
> First up - I do really like the Picore Player/LMS and plug-ins.
> Wonderful work to all those who make it happen.
> 
> Thats said I am getting a bit fed up of "dropouts" in a stream -
> particularly using BBC Sounds. It can also happen using Bandscampout
> plug in.
> Basically, at different times in a programme the audio is lost -
> sometimes it returns a while later - other times it needs a restart of
> the programme or track.
> I have the latest versions of LMS/BBC Sounds/Airbridge. I have an
> Airport Express that I stream to.
> I also use the Reliable plug in - to try and get a consistent stream.
> 
> Any ideas ?
> 
> Should I work out how to post a log file ? If so which log file should I
> look for ?
> 
> Much appreciated - Julian

HeyJulian

Server log would help

LMS Home > Settings > Information > scroll to page bottom > Logitech
Media Server Log File > /usr/local/slimserver/Logs/server.log (100, 500,
1000 lines, everything, ZIP archive) 

Download ZIp archive and attatch to a post

Wait for someone to read it :)

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=113476

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


[SlimDevices: Plugins] Dropouts - Is it BBC Sounds or Airbridge ?

2020-12-20 Thread Operajulian


First up - I do really like the Picore Player/LMS and plug-ins.
Wonderful work to all those who make it happen.

Thats said I am getting a bit fed up of "dropouts" in a stream -
particularly using BBC Sounds. It can also happen using Bandscampout
plug in.
Basically, at different times in a programme the audio is lost -
sometimes it returns a while later - other times it needs a restart of
the programme or track.
I have the latest versions of LMS/BBC Sounds/Airbridge. I have an
Airport Express that I stream to.
I also use the Reliable plug in - to try and get a consistent stream.

Any ideas ?

Should I work out how to post a log file ? If so which log file should I
look for ?

Much appreciated - Julian



Operajulian's Profile: http://forums.slimdevices.com/member.php?userid=70482
View this thread: http://forums.slimdevices.com/showthread.php?t=113476

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


Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-20 Thread Marsupial


Now that I think of it...

When I originally tested this, I was trying to power the switch with
"on" as a state. Which doesn't exist. Which is why I thought it didn't
work... 

Turning power on during idle or playing state, and off during
unavailable and off state. Should work.

Thanks Paul





Marsupial's Profile: http://forums.slimdevices.com/member.php?userid=59182
View this thread: http://forums.slimdevices.com/showthread.php?t=113459

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


Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-20 Thread Paul Webster


Would need more experimentation but it is on state change.
So I would not expect anything to change when skipping since the player
state remains as "playing".

I presume the simplest thing to do is to create one automation for each
destination state ... but I expect that there is a clever way to do it
all in one.



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

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

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


Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-20 Thread Marsupial


Paul Webster wrote: 
> This can be done in HASS without NodeRed etc.
> 
> I just set up a simple one ...
> 
> 
> Developer Tools/Automation/Add
> Trigger: State
> Entity: media_player.whicheveroneitis
> To: playing
> 
> Action:
> Turn on switch (etc)
> 
> The light now comes on whenever I hit play.Thanks Paul. I had a feeling there 
> should be a way for it to be accessed
trough hass without additions but just couldn't get it to work... 

Does it turn off when you change songs, etc?

Can it be "off when the player is off or unavailable, on otherwise"?





Marsupial's Profile: http://forums.slimdevices.com/member.php?userid=59182
View this thread: http://forums.slimdevices.com/showthread.php?t=113459

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


Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-20 Thread Paul Webster


This can be done in HASS without NodeRed etc.

I just set up a simple one ...


Developer Tools/Automation/Add
Trigger: State
Entity: media_player.whicheveroneitis
To: playing

Action:
Turn on switch (etc)

The light now comes on whenever I hit play.



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

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

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


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

2020-12-20 Thread slartibartfast


jasell wrote: 
> I'm sorry if I misunderstood the reply I got in the Material thread, I'm
> not trying blame or pointing fingers here. I should have limited my
> experience to the Spotty search result.
> 
> After testing this a bit extensively in Spotty search result, I now see
> that in some Search results, Spotty actually offer relevant
> More-options.
> 
> Where I miss relevant More-options are in these use cases:
> 
> - Songs (on the first level of search results)
> This gives me an empty More-options
> ->This More-option should be improved, it should results in the same
> rich More-options menu you get from the playlist view.
> 
> - Playlists found in the sub-structure of Playlists
> This gives me the Songs of the Playlist and no More-options
> Repeating this on Songs gives an empty More-options
> ->This More-option can be omitted as it results is the same as selecting
> the main entry
> 
> - Podcasts found in the sub-structure of Podcasts
> This gives me the Episodes of the Podcasts and not More-options
> Repeating this on Episodes gives an empty More-options
> ->This More-option can be omitted as it results is the same as selecting
> the main entry
> 
> - Episodes found in the sub-structure of Podcast Episodes
> This gives me an empty More-options
> ->This More-option should be improved, it should results in the same
> rich More-options menu you get from the playlist view.
> 
> - Users found in the sub-structure of Users lacks More-options entry
> ->This More-option can be omitted as I can not se any relevant
> More-options here
> 
> 
> There are already relevant More-options menu for these...
> - Artist found in the sub-structure of Artists
> - Albums found in the sub-structure of Albums

Where do you see relevant "more" options? As far as I can see clicking
"more" is the same as clicking on the menu item.

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

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


Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-20 Thread Marsupial


Home assistant has a squeezebox integration and already could display
the status of the various players, or serve as a basic remote for them.
It just couldn't trigger an action on state change (unless I missed how
this can be achieved)


So, node-red poll on the status as seen in home assistant and use that
as a trigger for controlling the power state of the plug that's used for
the amp.

If you have multiple smart things, you may want to look into home
assistant to control all of them under a common ecosystem that includes
squeezebox.





Marsupial's Profile: http://forums.slimdevices.com/member.php?userid=59182
View this thread: http://forums.slimdevices.com/showthread.php?t=113459

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


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

2020-12-20 Thread jasell


cpd73 wrote: 
> This is *not* true. Material does -try- to check if the response from
> LMS -indicates- if an item should have a 'More' option or not - which is
> why it is -not- shown for all items. As stated in the Material thread,
> something in this response is tripping Material up (and the fault is
> very likely to be with Material).

I'm sorry if I misunderstood the reply I got in the Material thread, I'm
not trying blame or pointing fingers here. I should have limited my
experience to the Spotty search result.

After testing this a bit extensively in Spotty search result, I now see
that in some Search results, Spotty actually offer relevant
More-options.

Where I miss relevant More-options are in these use cases:

- Songs (on the first level of search results)
This gives me an empty More-options
->This More-option should be improved, it should results in the same
rich More-options menu you get from the playlist view.

- Playlists found in the sub-structure of Playlists
This gives me the Songs of the Playlist and no More-options
Repeating this on Songs gives an empty More-options
->This More-option can be omitted as it results is the same as selecting
the main entry

- Podcasts found in the sub-structure of Podcasts
This gives me the Episodes of the Podcasts and not More-options
Repeating this on Episodes gives an empty More-options
->This More-option can be omitted as it results is the same as selecting
the main entry

- Episodes found in the sub-structure of Podcast Episodes
This gives me an empty More-options
->This More-option should be improved, it should results in the same
rich More-options menu you get from the playlist view.

- Users found in the sub-structure of Users lacks More-options entry
->This More-option can be omitted as I can not se any relevant
More-options here


There are already relevant More-options menu for these...
- Artist found in the sub-structure of Artists
- Albums found in the sub-structure of Albums



NAS: QNAP TS-459U+ QTS 4.2.6 (4x 2TB, RAID5)
Services: LMS 8.1.0 by  QLMS 2.10.06   'QLMS at QNAP club'
(https://www.qnapclub.eu/sv/qpkg/545)
Squeezebox:  6x Receiver, 3x Boom, 2x SB3 Classic, 1x Touch
Controller:  Control by Material skin or iPeng, Local music or Spotify
by Spotty

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

2020-12-20 Thread punnet


mavit wrote: 
> This is what Mixlr calls showreels?  They seem to be implemented in a
> different and more complicated way from live streams.  It's not
> something I currently use myself, so I'm afraid I'm unlikely to get
> around to making them work; it will probably need someone else to
> contribute this feature.

Yeah, Mixlr calls them showreels. I've never had any success in finding
a URL for these that plays through LMS. Not to worry, I sometimes use
Stream What You Hear to listen to shows on my Radio. Thanks for your
work on this, maybe someone will come along & add to it.



punnet's Profile: http://forums.slimdevices.com/member.php?userid=67562
View this thread: http://forums.slimdevices.com/showthread.php?t=112416

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


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

2020-12-20 Thread cpd73


jasell wrote: 
> Material skin offer a More-option on most elements, independent if there
> is any content to show or not.

This is *not* true. Material does -try- to check if the response from
LMS -indicates- if an item should have a 'More' option or not - which is
why it is -not- shown for all items. As stated in the Material thread,
something in this response is tripping Material up (and the fault is
very likely to be with Material).



*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=111923

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


Re: [SlimDevices: Plugins] Squeezelite/piCorePlayer power to Tasmota/MQTT/HA

2020-12-20 Thread bpa


Marsupial wrote: 
> From there, I trigger an action (poll state) on a state change of the
> piCorePlayer - the resulting state is text-based and can be "off",
> "idle", etc.  
> There doesn't seem to be power-on state... so I enabled the condition on
> whether or not the state is "off".

Just to complete the picture. 

What did you use to detect & notify player change state  - the
squeezelite "-S", the LMS EventTrigger plugin, something else



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-20 Thread cpd73


jasell wrote: 
> Refreshing the playlist happens without the playlist being modified, it
> can happen anytime during the song, so not related to switching track or
> so.

The only thing you can do is use Material's JSON/COMETD debug to see
when/why it is being refreshed - http://
SERVER:/9000/material?debug=json,cometd

No one else seems to be seeing this, and I have -never- seen it (and I
-only- use Material) - which leads me to believe its an issue with your
system. Might not be, but I cannot fix an issue I cannot recreate.

jasell wrote: 
> Otherwise it would be good practice to not show More-option, or show it
> disabled, if there are no More-options.

Material already has some logic for this, which is why its not shown
everywhere. Now, obviously, something with the response in this case is
tripping Material up. But seeing as I don't use Spotify I can't check.

I am *not* going to attempt to fetch the 'More' menu for -every- item to
check whether it really has one or not - that would be slowing things
down for a use-case I do not have, and for no real advantage. However,
the code is open-source so you are welcome to investigate this.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-20 Thread jasell


I agree that none of these are massive problems, just pointing out
glitches that can be fixed if they are know for you.

cpd73 wrote: 
> Material will re-fetch the play queue when LMS supplies an updated
> timestamp for it, as that is the only way for Material to know it has
> changed. However, this should not (and does not for me) cause any
> flicker.
Is there any way I can track what is going on here to give you some
indication what may cause this?
As described I have this independent of Spotify or Local music.
Refreshing the playlist happens without the playlist being modified, it
can happen anytime during the song, so not related to switching track or
so.

cpd73 wrote: 
>  And, as you already know, I do not use spotify - so without any debug
> info there is nothing I can do. Even so, it adds a 'More' entry when it
> should not - hardly a massive issue.
I've asked for a Feature request to in Spotty forum to make the
More-option available also in the Spotty Search result...
This would be the best solution from usability point of view.

Otherwise it would be good practice to not show More-option, or show it
disabled, if there are no More-options.

//jakob



NAS: QNAP TS-459U+ QTS 4.2.6 (4x 2TB, RAID5)
Services: LMS 7.9.3 by  QLMS 2.10.06   'QLMS at QNAP club'
(https://www.qnapclub.eu/sv/qpkg/545)
Squeezebox:  6x Reciever, 3x Boom, 2x SB3 Classic, 1x Touch
Controller:  iPeng on iPad and iPhone, Spotify by Spotty

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

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


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

2020-12-20 Thread jasell


Hi,
I'm a user of both Spotty and Material skin.

Material skin offer a More-option on most elements, independent if there
is any content to show or not.

I found myself numerous time trying to access the More-options from the
Spotty Search result view, but I get an empty list of More options.
In the default skin there is not More-options available, so for
none-material users this would not be a problem.

If I however start playing a song from Spotty Search result view and
then from the Playlist view select the More-option I get the More-option
with all kinds of action like Title or Artist radio that I use a lot.

I'm asking for Spotty to enable/present the More-options that are
available in Playlist view also in the Spotty Search result view.
It would benefit the user experience, but is not critical by any means.

Thanks for all the good works!

Jakob



NAS: QNAP TS-459U+ QTS 4.2.6 (4x 2TB, RAID5)
Services: LMS 7.9.3 by  QLMS 2.10.06   'QLMS at QNAP club'
(https://www.qnapclub.eu/sv/qpkg/545)
Squeezebox:  6x Reciever, 3x Boom, 2x SB3 Classic, 1x Touch
Controller:  iPeng on iPad and iPhone, Spotify by Spotty

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

2020-12-20 Thread simoh


expectingtofly wrote: 
> Are you getting the problem in the latest version 2.7.2?

Listening to Cerys Matthews on 6 just now (~20 min. delay) without any
pauses.

Thank you for fixing this, and for this fantastic plugin!

Simon.



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