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

2021-03-16 Thread Michael Herger

After the update to v1.7.0 only about 25% of my artist images appear in
Artists on the Jivelite screen, (241 out of 951). No problems with album
coverart on the Jivelite screen.


With the new version MAI is using different URIs for the images. If you 
haven't run a scan since the update your LMS might time out fetching 
them on the fly.


Make sure your run a scan and let it finish. Then restart Jivelite (it's 
caching the results in memory - invalid images if that's what it received).


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


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

2021-03-16 Thread SamY


MarSOnEarth wrote: 
> On the one hand, I see so much of new activity here, and on the other, I
> don't get to use that particular player that's hooked up to our Denon
> often, but now I tried it after quite a while, and the power on/off
> sequence no longer works. It all used to work quite splendidly, zone2
> on/off, quick select, volume changes, i.e. all that I ever needed. Now,
> if I turn on zone2 manually, it's all still there, but the on command is
> not sent at all (according to the debug info in the server.log), and the
> off command seems to be sent (according to server.log) but does nothing
> on the AVR now, at least that's how I interpret the log.

Hi Mars. First of all, from the log it appears that you are running v2.1
of the plugin. Please upgrade to v2.3. You are correct in observing that
the power on command is not being sent. That is because the command to
query the current on/off state of the Denon is timing out, as are all
the commands being sent to it. Is 10.10.10.203 still the IP address of
your receiver? If not, correct it in the plugin player settings and make
sure that the IP address is statically assigned in your router. If the
IP address is correct, do you have the Denon "Network Control" setting
set to "Always On"? If not, it cannot respond to network requests while
it is in standby mode. Let me know what you find. 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: Denon AVP Control Plugin

2021-03-16 Thread MarSOnEarth


On the one hand, I see so much of new activity here, and on the other, I
don't get to use that particular player that's hooked up to our Denon
often, but now I tried it after quite a while, and the power on/off
sequence no longer works. It all used to work quite splendidly, zone2
on/off, quick select, volume changes, i.e. all that I ever needed. Now,
if I turn on zone2 manually, it's all still there, but the on command is
not sent at all (according to the debug info in the server.log), and the
off command seems to be sent (according to server.log) but does nothing
on the AVR now, at least that's how I interpret the log.


+---+
|Filename: server-DenonAvpControl.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33796|
+---+


MarSOnEarth's Profile: http://forums.slimdevices.com/member.php?userid=69826
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-03-16 Thread stereoptic


Thanks for all of these updates!



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


[SlimDevices: Plugins] PiCorePlayer and low volume on Raspiaudio Audio+

2021-03-16 Thread rgthorpe2001


Similar to the issue in
https://forums.slimdevices.com/showthread.php?110697-Any-ideas-how-to-increase-the-volume-with-a-raspiaudio-device=raspiaudio,
I have installed a Raspiaudio Audio+ hat and am getting relatively
modest volume out of the hat's 3.5 jack even with the app volume turned
up to max.  That earlier thread noted that one could separately control
device volume through controls enabled by the Raspiaudio installation
script.  However, I have thus far been unsuccessful getting the script
to run as it gives an unsupported operating system error.  The device
will play simply by selecting HiFiBerry DAC Zero/MiniAMP or the Light+
in Squeezelite options, but alsamixer shows this device as having no
controls so I can't increase output there.

My questions to the community would be (a) has anyone successfully
modified the install script to run on pCP?  (b) failing that, has anyone
found other way to increase the volume that this hat can produce?

The use case for this device is just to drive a cheap pair of earbuds
worn while falling asleep, so the modest volume isn't the end of the
world, but it would be nice to be able to crank it up a bit more when
needed to drown out snoring...

Hardware is Raspberry Pi 3 Model A Plus Rev 1.0, running pCP 5.0.0.



rgthorpe2001's Profile: http://forums.slimdevices.com/member.php?userid=62142
View this thread: http://forums.slimdevices.com/showthread.php?t=114166

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-03-16 Thread cpd73


rgdawson wrote: 
> I'm using Material Skin now on a cheap little Android tablet which I'm
> using as a dedicated controller.  On this device, (under Chrome) I have
> noticed that when in landscape (desktop) layout, using Spotty, that when
> I click on Search, the virtual keyboard blinks but immediately
> disappears.

Yeah, this was caused by the code to hide items if the screen height was
too small - mainly for the mini player. I have stopped this for touch
devices. I've also added a hack to hide the bottom bar when they
keyboard is shown. Its a hack as, AFAIK, there is no standard way to
detect the keyboard - so I'm checking for window resizes. If the width
stays the same but the height reduces by more than 100px then assume
keyboard is shown...



*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] TVH Plugin - TVHeadend integration

2021-03-16 Thread MichaelPr


CodeChimp wrote: 
> Thanks, that's useful to know. 
> If that is the issue with Squeezer I'll change the method I set the icon
> in my plugin.

I'm not really sure at this point whether this is the best or the right
way to go. SBT only shows the icon on Squeezer - but not on Jive /
Jivelite devices. Also, I haven't seen this method in other plugins that
show the icon everywhere - like Radio Paradise. Maybe someone who has
already written several plugins can say something about it.



lms:
logitech media server version: 8.2.0 - 1614990095 @ sat mar 6 01:45:13
cet 2021

squeeze-players:
duet - controller firmware: 8.0.1-r16835 receiver firmware: 77
2x radio - firmware: 8.0.1-r16835
raspberrypi 2b - pcp 7.0.0/ squeezelite v1.9.9-1364-pcp
transporter - firmware: 87
softsqueeze 3.9.2 on win 10 / squeezeplay 8.0.1r1343 on win 10
squeeze player 1.3.21 on s7/android 8.0.0 

controller:
android phone - squeezer 2.2.3/ material skin 2.3.4

MichaelPr's Profile: http://forums.slimdevices.com/member.php?userid=68465
View this thread: http://forums.slimdevices.com/showthread.php?t=110619

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


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

2021-03-16 Thread gegen


Hi I'm running a Raspberry Pi 4 4GB with an 800x480 touchscreen using
piCoreplayer 7.0.1 as server and player with LMS 8.2.0 - 1615827177 and
Jivelite installed via piCorePlayer.

After the update to v1.7.0 only about 25% of my artist images appear in
Artists on the Jivelite screen, (241 out of 951). No problems with album
coverart on the Jivelite screen.

In Material skin and the standard LMS webpage with v1.7.0 all the artist
images are there.

Reverting back to v1.6.9 all the images are back in Artists on the
Jivelite screen. 

The Scanner log has no errors I think, any help appreciated.



gegen's Profile: http://forums.slimdevices.com/member.php?userid=41137
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] Sugarcube - Settings clarification

2021-03-16 Thread mvn2009


Not sure where tot post this. DSTM works fine with Sugarcube but the
moment I change the DSTM setting to another option (Deezer or anything
else) Sugarcube  remains active for DSTM. I checked the live page of
Sugarcube and it is still active serving songs. Only to way to stop
Sugarcube is by disabling it on the player settings page for Sugarcube.
Is this how it should work?



mvn2009's Profile: http://forums.slimdevices.com/member.php?userid=33172
View this thread: http://forums.slimdevices.com/showthread.php?t=114102

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


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-16 Thread olivaar


bpa wrote: 
> These streams need full mPEG-4 video & audio handling.
> 
> The pLayhLS V2 implements MP3, ADTS, MPEG-2/MP3, MPEG2-AAC and
> MPEG2-Video handling 
> I didn't implement MPEG4 as it was never used in any streams I found up
> to now.
> 
> So this needs whole chunk of new code. I have some MPEG-4 ftype audio
> (no video and no stype) handling elsewhere but it would take time and so
> it will not be done soon.

thank you for your effort.



olivaar's Profile: http://forums.slimdevices.com/member.php?userid=64848
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2021-03-16 Thread slartibartfast


philippe_44 wrote: 
> I'll investigate that, can you describe as precisely as possible a
> method to reproduce the problem1. Start a group player with everything set to 
> 100%
2. Adjusting the group player volume should result in the same volume on
both the member players.
3. Stop the group player and set the group player volume to 50%
4. Start the group player again and the member players have a different
volume to the group player.

Then the only way to get the volumes to align is to reduce them all to
zero.

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-03-16 Thread philippe_44


slartibartfast wrote: 
> If I change the volume of the group player ( I know I shouldn't) before
> I start it playing that causes issues. I can cause a situation where all
> three volumes are 100% and everything looks normal but reducing the
> group volume has no effect on the two player volumes until the group
> player volume is below 80%.
> 
> Sent from my Pixel 3a using Tapatalk

I'll investigate that, can you describe as precisely as possible a
method to reproduce the problem



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

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


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

2021-03-16 Thread SamY


madpatrick wrote: 
> The plugin is working nicely and i learning every day how handle my new
> Denon Receiver.
> 
> Is it possible to set the volume of the squeezebox at a fixed start
> level.
> Now my receiver is set to a start volume level and also the squeezebox,
> but this is too low at start.
> I like for example to set the receiver at 50 and my squeezebox at 75%
> 
> It looks like the squeezeboxis taking over the level of the receiver at
> start.

During the "power on" sequence, the receiver volume will be set to the
level that is stored in its Quick Select definition so, in your case,
set that value to 50. The squeezebox volume control will then be
synchronized to a corresponding value on a scale of 1-100, which is
determined by the "Maximum volume of Denon AVP/AVR" plugin setting,
using an algorithm that takes into account the non-linear nature of the
decibel scale. Using the default "Maximum volume" setting of -10, a
receiver volume of 50 results in a SB volume of around 48. In order to
make an AVR volume of 50 correspond to a SB volume of 75, you would need
to change the "Maximum volume" plugin setting to a lower value, probably
around -25.



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

2021-03-16 Thread d6jg

Been back a few pages but can’t find what I’m looking for.

I have a feeling that not too long ago there was a change such that if
you had Qobuz set at 24/96 but tried to play on say an SB3 LMS would
transcode down to 24/48. Is this also applied to something like iPeng?

I have iOS device with iPeng playback and an Audioquest Dragonfly. This
is a 24/96 usb DAC. Just tried to play some 24/192 from Qobuz and
nothing so I’m supposing that iPeng isn’t reporting the limitation back
to LMS or should I be looking elsewhere.



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

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


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

2021-03-16 Thread madpatrick


The plugin is working nicely and i learning every day how handle my new
Denon Receiver.

Is it possible to set the volume of the squeezebox at a fixed start
level.
Now my receiver is set to a start volume level and also the squeezebox,
but this is too low at start.
I like for example to set the receiver at 50 and my squeezebox at 75%

It looks like the squeezeboxis taking over the level of the receiver at
start.



-
Patrick

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

2021-03-16 Thread coyrls


A related question, there doesn't seem to be the option for a group
player to fix the volume at 100%.  Is there a reason for this?



coyrls's Profile: http://forums.slimdevices.com/member.php?userid=44253
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-03-16 Thread slartibartfast


philippe_44 wrote: 
> No, it should not. Volume for each player is memorized independently of
> the volume of the player when it was standalone (except the very first
> time when the group is created)If I change the volume of the group player ( I 
> know I shouldn't) before
I start it playing that causes issues. I can cause a situation where all
three volumes are 100% and everything looks normal but reducing the
group volume has no effect on the two player volumes until the group
player volume is below 80%.

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-03-16 Thread slartibartfast


philippe_44 wrote: 
> No, it should not. Volume for each player is memorized independently of
> the volume of the player when it was standalone (except the very first
> time when the group is created)I have a group with a piCorePlayer and a Touch 
> with both volumes set to
100% (but adjustable) and often I find the volumes have become uneven
and the the only way to restore them is to reduce all three volumes to
zero. 

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-03-16 Thread philippe_44


slartibartfast wrote: 
> The Group Player volume is confusing as it is based on the player volume
> settings before the group is formed. 
> 
> Sent from my Pixel 3a using Tapatalk

No, it should not. Volume for each player is memorized independently of
the volume of the player when it was standalone.



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

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


Re: [SlimDevices: Plugins] [ANNOUNCE] TVH Plugin - TVHeadend integration

2021-03-16 Thread CodeChimp


cpd73 wrote: 
> 'icon-id' is fine with Material. To enable mapping *all* Material
> requires is:
> 
> >   > 
  -  Your main icon is named x_svg.png
  -  You have a monochrome SVG icon named x.svg in the -same- folder
  > as x_svg.png
  -  Use x_svg.png as the app's icon
  > > > 
> 
> (Obviously 'x' can be any string). When Material sees an icon named
> _svg.png it -assumes- there is a corresponding .svg icon in
> the same path and will use that.

Thanks, that's useful to know. 
If that is the issue with Squeezer I'll change the method I set the icon
in my plugin.



Andrew.

Squeezebox Transporter Black/TransNav - Onkyo  TX-NR1009 - Dali Zensor 5
fronts, Dali E12F Sub
Squeezebox Touch - Audio Engine A2
Squeezebox Receiver - Audio Engine A2
Squeezebox Radio
Squeezebox Boom
Squeezebox Controller

Server: Lenovo ThinkServer TS140 Ubuntu/Docker, LMS 7.9.3 (own docker
image)
iPeng

CodeChimp's Profile: http://forums.slimdevices.com/member.php?userid=17383
View this thread: http://forums.slimdevices.com/showthread.php?t=110619

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


Re: [SlimDevices: Plugins] [ANNOUNCE] TVH Plugin - TVHeadend integration

2021-03-16 Thread cpd73


CodeChimp wrote: 
> That's interesting as it's a different method for how I set the icon,
> and may not work with the Material Skin alternative icon. 

'icon-id' is fine with Material. To enable mapping *all* Material
requires is:

  
-  Your main icon is named x_svg.png
-  You have a monochrome SVG icon named x.svg in the -same- folder as
  x_svg.png
-  Use x_svg.png as the app's icon
  

(Obviously 'x' can be any string). When Material sees an icon named
_svg.png it -assumes- there is a corresponding .svg icon in the
same path and will use that.



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

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


Re: [SlimDevices: Plugins] [ANNOUNCE] TVH Plugin - TVHeadend integration

2021-03-16 Thread CodeChimp


MichaelPr wrote: 
> Hi Andrew,
> 
> Thanks a lot for opening the issue with the Squeezer Developer. You are
> right it's a weird one... because with SDT it's exactly the opposite.
> The icon works with squeezer but not with using Jive/Jivelite. I already
> had a small look into the plugin but my Perl skills are also not the
> best so code reading takes me some time. In Plugin.pm there is done
> something like:
> 
> > 
Code:

  >   > 
  > my @menu = ({
  > text   => 'SuperDateTime',
  > 'icon-id' => 'plugins/SuperDateTime/html/images/32.png',
  > id => 'pluginSuperDateTime',
  > weight => 15,
  > window => { menuStyle => 'album' },
  > actions => {
  > go => {
  > player => 0,
  > cmd  => [ 'sdtTop' ],
  > params => {
  > menu => 'nowhere',
  > },
  > },
  > },
  > });

> > 
> 
> If you are up for an challenge and if you want to make Germans happy,
> I've something for you... ;-) I tried to use M. Hergers RadioParadise
> as a sample to setup an ARD Audiothek Plugpin - but because of time
> and my poor LMS/Perl-knowledge it stucks  :-( Regarding to M. Herger
> the Audiothek API looks not bad.

That's interesting as it's a different method for how I set the icon,
and may not work with the Material Skin alternative icon.  On this issue
I'll wait for some feedback from the Squeezer developer as I don't want
to randomly change things I have no way of testing.

I've spent a little time looking at the ID rather than number issue and
think I may have a solution but have to do some testing.

Sorry I don't have time to look at writing another plugin! This is one
of a number of very different side projects I work on and my perl is
very limited.



Andrew.

Squeezebox Transporter Black/TransNav - Onkyo  TX-NR1009 - Dali Zensor 5
fronts, Dali E12F Sub
Squeezebox Touch - Audio Engine A2
Squeezebox Receiver - Audio Engine A2
Squeezebox Radio
Squeezebox Boom
Squeezebox Controller

Server: Lenovo ThinkServer TS140 Ubuntu/Docker, LMS 7.9.3 (own docker
image)
iPeng

CodeChimp's Profile: http://forums.slimdevices.com/member.php?userid=17383
View this thread: http://forums.slimdevices.com/showthread.php?t=110619

___
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-03-16 Thread Patricia P


The community firmware 8.1 installed perfectly on Touch and Radio. I
really like the new options for Touch wallpaper. 

Mysb doesn't show the radio update; the Touch  doesn't appear at all. 

This hasn't affected the radio apps however. 
Is this normal behaviour?



SB Touch (Community firmware) UE Radio, CA DacMagic, Talk Electronic
stereo. LMS 8.2 Snakeoil OS, HP t520 thin client. 
BBCiPlayer, BBC Sounds, Shairtunes2 plugins

Patricia P's Profile: http://forums.slimdevices.com/member.php?userid=30580
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2021-03-16 Thread gianky69


After last update (0.204.0), no more Squeezebox device are listed in
Airplay on iPhone nor Mac. All was working 'till now...
>From my log:

Code:

[21-03-16 17:53:11.9863] 
Plugins::ShairTunes2W::Plugin::playerSubscriptionChange (319) request=client 
new client=Slim::Player::Squeezebox2=ARRAY(0x8d67ce8) 00:04:20:12:1b:ed
  [21-03-16 17:53:11.9876] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 54113
  [21-03-16 17:53:11.9890] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [21-03-16 17:53:11.9901] Plugins::ShairTunes2W::Plugin::publishPlayer (449) 
dns-sd not in path
  [21-03-16 17:53:11.9912] Plugins::ShairTunes2W::Plugin::publishPlayer (458) 
mDNSPublish not in path
  [21-03-16 17:53:11.9918] Plugins::ShairTunes2W::Plugin::publishPlayer (460) 
using built-in helper: 
/volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/ShairTunes2W/Bin/shairport_helper-x64-linux
  [21-03-16 17:53:12.0021] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::Squeezebox2=ARRAY(0x8d67ce8) with proc 
Proc::Background=HASH(0x908c7d0)
  [21-03-16 17:53:12.4527] 
Plugins::ShairTunes2W::Plugin::playerSubscriptionChange (319) request=client 
new client=Slim::Player::SqueezePlay=ARRAY(0x902db08) 00:04:20:2a:a2:62
  [21-03-16 17:53:12.4539] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 36157
  [21-03-16 17:53:12.4554] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [21-03-16 17:53:12.4565] Plugins::ShairTunes2W::Plugin::publishPlayer (449) 
dns-sd not in path
  [21-03-16 17:53:12.4577] Plugins::ShairTunes2W::Plugin::publishPlayer (458) 
mDNSPublish not in path
  [21-03-16 17:53:12.4583] Plugins::ShairTunes2W::Plugin::publishPlayer (460) 
using built-in helper: 
/volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/ShairTunes2W/Bin/shairport_helper-x64-linux
  [21-03-16 17:53:12.4693] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::SqueezePlay=ARRAY(0x902db08) with proc 
Proc::Background=HASH(0x8d45b18)
  [21-03-16 17:53:12.7468] 
Plugins::ShairTunes2W::Plugin::playerSubscriptionChange (319) request=client 
new client=Slim::Player::SqueezePlay=ARRAY(0x8669d48) b8:27:eb:0b:fe:89
  [21-03-16 17:53:12.7481] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 44868
  [21-03-16 17:53:12.7496] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [21-03-16 17:53:12.7507] Plugins::ShairTunes2W::Plugin::publishPlayer (449) 
dns-sd not in path
  [21-03-16 17:53:12.7519] Plugins::ShairTunes2W::Plugin::publishPlayer (458) 
mDNSPublish not in path
  [21-03-16 17:53:12.7525] Plugins::ShairTunes2W::Plugin::publishPlayer (460) 
using built-in helper: 
/volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/ShairTunes2W/Bin/shairport_helper-x64-linux
  [21-03-16 17:53:12.7637] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::SqueezePlay=ARRAY(0x8669d48) with proc 
Proc::Background=HASH(0x8d4bf10)




gianky69's Profile: http://forums.slimdevices.com/member.php?userid=40069
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] TVH Plugin - TVHeadend integration

2021-03-16 Thread MichaelPr


CodeChimp wrote: 
> Thanks Michael for the compliment.
> 
> I'll certainly look into using ID's but I think Kodi isn't using the API
> but the custom HTSP protocol so things are different.  In the meantime
> just renumber the channels which I'm sure you've worked that out!
> I've raised an issue myself to track it here
> https://github.com/codechimp-org/lms-tvh/issues/22
> 
> The Squeezer app not showing the icon is a weird one, I'm not doing
> anything odd with the icon. I'm not an Android user myself so haven't
> been able to test this. I've raised an issue with the Squeezer developer
> to see if I can get insight into anything I may need to change for the
> app.
> https://github.com/nikclayton/android-squeezer/issues/681
> 
> No promises on when I can fix these, it's a side project and my Perl
> skills are still not great but I'm up for a challenge.

Hi Andrew,

Thanks a lot for opening the issue with the Squeezer Developer. You are
right it's a weird one... because with SDT it's exactly the opposite.
The icon works with squeezer but not with using Jive/Jivelite. I already
had a small look into the plugin but my Perl skills are also not the
best so code reading takes me some time. In Plugin.pm there is done
something like:


Code:


  my @menu = ({
  text   => 'SuperDateTime',
  'icon-id' => 'plugins/SuperDateTime/html/images/32.png',
  id => 'pluginSuperDateTime',
  weight => 15,
window => { menuStyle => 'album' },
  actions => {
  go => {
  player => 0,
  cmd  => [ 'sdtTop' ],
params => {
menu => 'nowhere',
},
  },
  },
  });



If you are up for an challenge and if you want to make Germans happy,
I've something for you... ;-) I tried to use M. Hergers RadioParadise as
a sample to setup an ARD Audiothek Plugpin - but because of time and my
poor LMS/Perl-knowledge it stucks  :-( Regarding to M. Herger the
Audiothek API looks not bad.



lms:
logitech media server version: 8.2.0 - 1614990095 @ sat mar 6 01:45:13
cet 2021

squeeze-players:
duet - controller firmware: 8.0.1-r16835 receiver firmware: 77
2x radio - firmware: 8.0.1-r16835
raspberrypi 2b - pcp 7.0.0/ squeezelite v1.9.9-1364-pcp
transporter - firmware: 87
softsqueeze 3.9.2 on win 10 / squeezeplay 8.0.1r1343 on win 10
squeeze player 1.3.21 on s7/android 8.0.0 

controller:
android phone - squeezer 2.2.3/ material skin 2.3.4

MichaelPr's Profile: http://forums.slimdevices.com/member.php?userid=68465
View this thread: http://forums.slimdevices.com/showthread.php?t=110619

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


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-16 Thread bpa


These streams need full mPEG-4 video & audio handling.

The pLayhLS V2 implements MP3, ADTS, MPEG-2/MP3, MPEG2-AAC and
MPEG2-Video handling 
I didn't implement MPEG4 as it was never used in any streams I found up
to now.

So this needs whole chunk of new code. I have some MPEG-4 ftype audio
(no video and no stype) handling elsewhere but it would take time and so
it will not be done soon.



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

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


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-16 Thread bpa


Parsing the extra "#EXT-X" is the least of the problems. IT was easy to
handle.

There are codec issues now and something else I'm not sure of.



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

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2021-03-16 Thread slartibartfast


FredFredrickson wrote: 
> I'm not sure if anybody else has experienced this, and I haven't messed
> around with it long enough to know the exact behavior, but when using
> the groups plugin, I'm finding my squeezeboxen have the wrong volume
> quite a bit. Some times the volume is way down until I touch the
> interface and it suddenly jumps back up, and sometimes a group starts
> louder than the squeezebox was originally at.
> 
> I find when i load the web interface on my phone, sometimes the volume
> on a player or group jumps dramatically.
> 
> It's all over the place, very confusing.
> 
> FYI I'm using alarms.The Group Player volume is confusing as it is based on 
> the player volume
settings before the group is formed. 

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-03-16 Thread FredFredrickson


I'm not sure if anybody else has experienced this, and I haven't messed
around with it long enough to know the exact behavior, but when using
the groups plugin, I'm finding my squeezeboxen have the wrong volume
quite a bit. Some times the volume is way down until I touch the
interface and it suddenly jumps back up, and sometimes a group starts
louder than the squeezebox was originally at.

I find when i load the web interface on my phone, sometimes the volume
on a player or group jumps dramatically.

It's all over the place, very confusing.

FYI I'm using alarms.



1 Touch
3 Receivers
2 Controller
3 Radios
(I think I have a problem)

FredFredrickson's Profile: http://forums.slimdevices.com/member.php?userid=16584
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: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-16 Thread olivaar


bpa wrote: 
> I look into this and hope it is this simple bit and not also just a
> stepping stone onto another problem with the video stream and the
> "OPTIONS"
> 
> I think this is the first stream of version 7 that has been tried. Most
> audio streams are older version of the HLS protocol - live with no
> significant amount of audio buffered .
> This additional element is required for seeking to a specific time point
> - seek is not a feature which is supported by the plugin.

thank you for looking in to the code.

I noticed one thing while reading the specification of
https://tools.ietf.org/html/rfc8216:
there is no defined order of the tags. the assumption that #EXIF always
comes first can sometimes be wrong.

Therefore I would adapt the code in ScanHLS, line 187 so that 
a) recognize EXIF and add only the duration and segmentlength to
hlsdetails and 
b) in a seperate if: recognize lines which didnt start with a #, then
that must be the url. this marks the end of a media segment and triggers
the push of informations to hlsdetails.chunk


Relevant extracts from specifiaction

-Each line is a URI, is blank, or starts with the character '#'.  Blank
lines are ignored.
Lines that start with the character '#' are either comments or tags.
Tags begin with #EXT.  They are case sensitive.  All other lines
that
begin with '#' are comments and SHOULD be ignored.

Playlist tags specify either global parameters of the Playlist or
information about the Media Segments or Media Playlists that appear
after them.
-
therefor lines with urls ar always the last line of a media segment



olivaar's Profile: http://forums.slimdevices.com/member.php?userid=64848
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

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


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

2021-03-16 Thread Michael Herger

The vast majority of my Spotify albums have been given the genre
Pop/Rock. Joni Mitchell, Leonard Cohen, Radiohead, Marillion and
Hawkwind all Pop/Rock. Only one album has been given Progressive but Big
Big Train and  Riverside have the same genre as Enya.I still haven't
found Pink Floyd [emoji3]


Yep, I mentioned that in some thread before I even started working on 
it. The selection is rather limited...

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


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

2021-03-16 Thread slartibartfast


The vast majority of my Spotify albums have been given the genre
Pop/Rock. Joni Mitchell, Leonard Cohen, Radiohead, Marillion and
Hawkwind all Pop/Rock. Only one album has been given Progressive but Big
Big Train and  Riverside have the same genre as Enya.I still haven't
found Pink Floyd [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=99537

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


Re: [SlimDevices: Plugins] Help with Sox LMS 8.0.0

2021-03-16 Thread bpa


zzzap wrote: 
> Thanks, very informative!
> 
> From 'slimserver-vendor/sox/buildme-linux.sh' I learn the following
> version are current for LM 8.1.1
> 
> SOX=14.4.3
> FLAC=1.3.2
> OGG=1.3.3
> VORBIS=1.3.6
> OPUS=1.2.1
> OPUSFILE=0.11
> MAD=0.15.1b
> MAD_SUB="-8"
> WAVPACK=5.1.0

Remember these can be patched/built for LMS which means it is possible
that (i) LMS specific stuff added, (ii) some functionality disabled (ii)
some old version feature are enabled  (iii) some features added from
later version (iv) special build options chosen.



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

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


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

2021-03-16 Thread d6jg


slartibartfast wrote: 
> And "Holidays" for Bob Dylan - Christmas In The Heart. I guess Spotify
> don't have a "Christmas" genre for reasons only they know.
> 
> Sent from my Pixel 3a using Tapatalk

Politically incorrect to account for religious groups Slarti. It won't
be long before we won't have a differentiation between male and female
vocalists.



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-03-16 Thread slartibartfast


slartibartfast wrote: 
> I have acquired a new Genre "Stage and Screen". The only album in there
> is John Lennon - Imagine [emoji1787]. This is from Spotify.
> 
> Sent from my Pixel 3a using TapatalkAnd "Holidays" for Bob Dylan - Christmas 
> In The Heart. I guess Spotify
don't have a "Christmas" genre for reasons only they know.

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

2021-03-16 Thread slartibartfast


mherger wrote: 
> I released v1.7.0:
> 
> >   >   > 
  - Look up genre information for albums imported from online music
  > services
  - improve artist picture lookups to speed up the import process and
  > optimize cache usage
  > > > 
> 
> The genre lookup is particularly interesting if you're importing
> Spotify or TIDAL libraries, as these services don't provide any genre
> information. MAI can now (optionally) look up genre information on
> AllMusic.com and automatically tag those imported tracks with that
> information. 
> 
> The second improvement around artist pictures is particularly
> important if you often run full wipe & rescans: in this case the
> artist ID would change with every scan. And previously I used the
> artist ID to store artwork. As that key would change, the image proxy
> cache would increase in size with every scan, as all the images would
> repeatedly be cached. With this new version the cache key shouldn't
> change any more. Which means that the import should be much faster, as
> the images most likely are already in the cache, and it will take less
> disk space. Please note that it will take several weeks before the
> old, stale entries expire and eventually get wiped. If you want to
> take immediate advantage of the space saving you'll have to shut down
> LMS, delete imgproxy.db from LMS' cache folder and re-run a full wipe
> & rescan.
> 
> Have fun!I have acquired a new Genre "Stage and Screen". The only album in 
> there
is John Lennon - Imagine [emoji1787]. This is from Spotify.

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

2021-03-16 Thread carsten_h


mherger wrote: 
> I released v1.7.0:
> 
> ...
> 
> Have fun!

It was great to read what has been changed and why.

I had fun when deleting the imgproxy.db and I did a complete rescan.
After that everything is working fine! No problems to find! Every
picture is matching!

Great work! Thank you very much!



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

2021-03-16 Thread ralphy


ralphy wrote: 
> I've uploaded a 'new firmware build to sourceforge'
> (https://sourceforge.net/projects/lmsclients/files/squeezeos/) for
> testing.
> 
> It is NOT available via the community firmware plugin at this time and
> will need to be manually installed.
> 
> The build includes the fix for "stuttering" aac stream playback, support
> for mono output channel mode added to LMS 8.2 and the mp3 decoder has
> been updated with the latest bug and security fixes.
> 
> Version 8.0.1 r16844 - Mar 7 2021
> 
> Bug Fixes:
> AAC decoder audio drop outs playing high bit and sample rate streams.
> Improved dropbear ssh server security.
> 
> Feature Changes:
> Add both channels mono output channel mode support.
> Balance control support confirmed.
> Update libmad MP3 decoder.

I haven't had any reports of issues, so if there's no objections, I'm
going to update the community firmware plugin to version 8.0.1 r16844
this weekend.



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

2021-03-16 Thread d6jg


mherger wrote: 
> I released v1.7.0:
> 
> >   >   > 
  - Look up genre information for albums imported from online music
  > services
  - improve artist picture lookups to speed up the import process and
  > optimize cache usage
  > > > 
> 
> The genre lookup is particularly interesting if you're importing
> Spotify or TIDAL libraries, as these services don't provide any genre
> information. MAI can now (optionally) look up genre information on
> AllMusic.com and automatically tag those imported tracks with that
> information. 
> 
> The second improvement around artist pictures is particularly
> important if you often run full wipe & rescans: in this case the
> artist ID would change with every scan. And previously I used the
> artist ID to store artwork. As that key would change, the image proxy
> cache would increase in size with every scan, as all the images would
> repeatedly be cached. With this new version the cache key shouldn't
> change any more. Which means that the import should be much faster, as
> the images most likely are already in the cache, and it will take less
> disk space. Please note that it will take several weeks before the
> old, stale entries expire and eventually get wiped. If you want to
> take immediate advantage of the space saving you'll have to shut down
> LMS, delete imgproxy.db from LMS' cache folder and re-run a full wipe
> & rescan.
> 
> Have fun!

Nice piece of work. Thanks as always.



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] Spotty 4.4 - more personalised content

2021-03-16 Thread Michael Herger

The request to add a choice of album or track gain has been added to
librespot as detailed here
https://github.com/librespot-org/librespot/pull/573#ref-commit-71acb79
Would it be easy to update Spotty to include this?


I don't know/doubt it. First of all I'll have to catch up with recent 
librespot development - which unfortunately is a major task for me, as 
I'm no really fluent in Rust. Second: I don't know what that option 
really does. When using Spotty all tracks are played as single tracks 
from the POV of Spotify. They would tell us what track to play, and then 
it's up to Spotty to request that track. Therefore I doubt we'll be able 
to do anything useful here :-(. But TBH: I first have to understand how 
that option works.

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


Re: [SlimDevices: Plugins] [Announce] LMS-lite certified Smart Home skill for Alexa

2021-03-16 Thread philchillbill


The way *favorites* are handled by LMS-lite has been changed. Under the
hood, if you asked for Favorite 'N', it used to call
["favorites","playlist","play","item_id:'+str(int(N) - 1)+'"] which is
fast but does not traverse nested favorites. On Squeezeboxes with a
display, it also led to a heart symbol on the screen instead of the
now-playing screen.

It now works the same way as favorites in MediaServer, meaning it parses
the hierarchy in multiple API calls to retrieve all your favorites.
Flattening to a numerical index should be the same as it is in
MediaServer. In case this to-and-fro'ing to the API causes a timeout
with your slow internet, you can still use the old method by asking for
'preset' instead of 'favorite'. With favorite, you now also get
now-playing as under the hood it uses
["favorites","playlist","play","menu:favorites","isContextMenu:1","item_id:'+str(id)+'"]

If you ask for a numerical favorite that is out of range, Alexa will now
tell you rather than just saying 'OK' as she used to. :cool:

Enjoy!



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

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


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

2021-03-16 Thread Michael Herger

Thanks. I have updated the NL translation (did not change the others).


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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2021-03-16 Thread rkrug


Which player? AirPlay speaker? I had the same issue (siAirnPlay Zipmini
2 as alarm), and still have it sometimes - but I have no idea when and
can not really reproduce it. So if it is an AirPlay speaker - not
related to Groupplayers

Cheers,

Rainer



FredFredrickson wrote: 
> Not sure if this is addressed elsewhere, it's hard to use this forum's
> search tool. 
> 
> I set up a group and then set up an alarm on this group.
> 
> For some reason, when the alarm went off, both players changed their
> volume- one of them to 100%.
> 
> Is there a setting for this ? I would prefer either no change in volume,
> or a way to designate starting volume. It seems to ignore alarm volume
> setting on the group player itself.



rkrug's Profile: http://forums.slimdevices.com/member.php?userid=62249
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-03-16 Thread Redrum


FredFredrickson wrote: 
> Not sure if this is addressed elsewhere, it's hard to use this forum's
> search tool. 
> 
> I set up a group and then set up an alarm on this group.
> 
> For some reason, when the alarm went off, both players changed their
> volume- one of them to 100%.
> 
> Is there a setting for this ? I would prefer either no change in volume,
> or a way to designate starting volume. It seems to ignore alarm volume
> setting on the group player itself.

I have not tried this, so I am just guessing. I believe that each group
behaves as a unique player, and has seperate setting associated with it.
In server settings ->player, Alarm clock, there is a setting for alarm
volume. In my pic below, I have a touch in the living room, receiver in
the basement, and "Living and Basement" is my group for synched playing
of both. I checked and each sb can have a separate volume setting
different than this group setting.

33787

But like I said, I have know knowledge that this works as I imagine, and
have not tried it. Try it out and see if it's what you are looking for.
Jim


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


Redrum's Profile: http://forums.slimdevices.com/member.php?userid=33806
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] Help with Sox LMS 8.0.0

2021-03-16 Thread zzzap


bpa wrote: 
> LMS 3rd party tools are handled through this
> https://github.com/Logitech/slimserver-vendor
> 
> YOu can see any LMS specific patches etc.
Thanks, very informative!

>From 'slimserver-vendor/sox/buildme-linux.sh' I learn the following
version are current for LM 8.1.1

SOX=14.4.3
FLAC=1.3.2
OGG=1.3.3
VORBIS=1.3.6
OPUS=1.2.1
OPUSFILE=0.11
MAD=0.15.1b
MAD_SUB="-8"
WAVPACK=5.1.0



zzzap's Profile: http://forums.slimdevices.com/member.php?userid=31947
View this thread: http://forums.slimdevices.com/showthread.php?t=113932

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-03-16 Thread cpd73


rgdawson wrote: 
> would it be possible to allow clicking on the album art graphic to
> "expand now playing" just like the existing "expand now playing" button
> does? 

Doe for 2.3.5

rgdawson wrote: 
>  On this device, (under Chrome) I have noticed that when in landscape
> (desktop) layout, using Spotty, that when I click on Search, the virtual
> keyboard blinks but immediately disappears.

Odd. Is it only for Spotify search? (Asking as I have no access to that)
Or does it happen for all search fields - e.g. the within "Radio" ??



*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-03-16 Thread Blackfiction


mherger wrote: 
> I released v1.7.0:
> 
> >   >   > 
  - Look up genre information for albums imported from online music
  > services
  - improve artist picture lookups to speed up the import process and
  > optimize cache usage
  > > > 
> 
> The genre lookup is particularly interesting if you're importing
> Spotify or TIDAL libraries, as these services don't provide any genre
> information. MAI can now (optionally) look up genre information on
> AllMusic.com and automatically tag those imported tracks with that
> information. 
> 
> The second improvement around artist pictures is particularly
> important if you often run full wipe & rescans: in this case the
> artist ID would change with every scan. And previously I used the
> artist ID to store artwork. As that key would change, the image proxy
> cache would increase in size with every scan, as all the images would
> repeatedly be cached. With this new version the cache key shouldn't
> change any more. Which means that the import should be much faster, as
> the images most likely are already in the cache, and it will take less
> disk space. Please note that it will take several weeks before the
> old, stale entries expire and eventually get wiped. If you want to
> take immediate advantage of the space saving you'll have to shut down
> LMS, delete imgproxy.db from LMS' cache folder and re-run a full wipe
> & rescan.
> 
> Have fun!

Thanks. I have updated the NL translation (did not change the others).
Can you pls use the attached in next version?
33786


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


Living: EtherRegen -> Ultrarendu -> Benchmark DAC2 HGC -> Benchmark AHB2
-> ATC SCM19 v2 & Sennheiser HD650
Kitchen: SB Touch -> Audio Pro Addon T10 gen2
Kids rooms: SB Booms
Bedroom: SB Boom & SB Radio
Controls: iPeng, Material Skin & LMS via internet
Server: Windows 10 Pro with LMS 7.9.3
Spare: 2 SB Touch, 1 SB3, 2 SB Radio

Blackfiction's Profile: http://forums.slimdevices.com/member.php?userid=20587
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] Help with Sox LMS 8.0.0

2021-03-16 Thread bpa


zzzap wrote: 
> Can I ask which version of SoX are packaged with LMS 8.1.1?
> 
> On my RPi all files in the /usr/share/squeezeboxserver/Bin/arm-linux
> folder have timestamp Aug 3 2009.

LMS 3rd party tools are handled through this
https://github.com/Logitech/slimserver-vendor

YOu can see any LMS specific patches etc.



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

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


Re: [SlimDevices: Plugins] Help with Sox LMS 8.0.0

2021-03-16 Thread zzzap


Can I ask which version of SoX are packaged with LMS 8.1.1?

On my RPi all files in the /usr/share/squeezeboxserver/Bin/arm-linux
folder have timestamp Aug 3 2009.



zzzap's Profile: http://forums.slimdevices.com/member.php?userid=31947
View this thread: http://forums.slimdevices.com/showthread.php?t=113932

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


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

2021-03-16 Thread slartibartfast


The request to add a choice of album or track gain has been added to
librespot as detailed here
https://github.com/librespot-org/librespot/pull/573#ref-commit-71acb79
Would it be easy to update Spotty to include this?

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

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


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-16 Thread bpa


olivaar wrote: 
> the url of the chunks isnt correct calculated.
> the code in ScanHLS.pm after line 187 assumes that the line after
> #EXTINF is the url.
> to correct this, you can ignore any lines start with "#" after #EXTINF
> till a line that starts without a #
> 
> the url should something like this
> 

I look into this and hope it is this simple bit and not also just a
stepping stone onto another problem with the video stream and the
"OPTIONS"

I think this is the first stream of version 7 that has been tried. Most
audio streams are older version of the HLS protocol - live with no
significant amount of audio buffered .
This additional element is required for seeking to a specific time point
- seek is not a feature which is supported by the plugin.



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

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


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

2021-03-16 Thread hellrider77


Just stumbled upon SLX, to my shame I only found out about it yesterday.
Ran few quick sound tests and it sounds very promising. Thank you so
much for this.

There is only one problem, I cannot get Native DSD to work. 
LMS is installed on a Synology DS214 NAS (armadaxp), latest version from
sourceforge. 
My USB adapter is a Mutec MC3+ USB, ASIO drivers,  capable of both, DoP
and Native.

I can get it to work  with DSDPlay disabled and using -D :U32BE, but,
for example for DSD128, my ASIO driver panel reports 352,800hz sample
rate ASIO active (PCM mode). Therefore I believe it is actually DoP. 
The same behavior I get with DSDplay plugin enabled (of course adjusting
relevant settings in advanced/file settings). DSDPlay under player tab
reports "This player supports native playback of DSD files. DSD-over-PCM
should be configured on the player configuration interface"

I don't know exactly how -D argument works and have no clue about what
:U32BE part does (i just googled to see what settings work for others
and copy pasted).



hellrider77's Profile: http://forums.slimdevices.com/member.php?userid=68706
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] TVH Plugin - TVHeadend integration

2021-03-16 Thread CodeChimp


MichaelPr wrote: 
> Hi Andrew,
> 
> because of remove icon mapping in MaterialSkin, I became aware of your
> plugin - using TVHeadEnd and LMS since many years now I added my DVB-C
> Radio channels manually to favorites like:
> 'http://Squeeze:mypass@LMSServerII:9981/stream/channelid/128246553?profile=radio'
> 
> Great job and infrastructure for your TVH Plugin. This makes it much
> more comfortable! Especially adding the station icon via favorites.opml
> was always a pain.
> 
> Two minor things: The icon in Squeezer is missing and it seems your are
> using the channel number for tuning. In my case all radio channels were
> 0 and your plugin tuned everything to the same channel. Could you maybe
> use the id like Kodi is doing it? But for now I set all my channels to a
> specific channel number. If you like I can open a bug/request in GitHub
> ;-)
> 
> By the way I'm using HTS Tvheadend in its Version 4.3-1857~g221c29b40
> (together with LMS) on a RPi4. Means I've no transcoding via TVHeadEnd
> enabled - but my DVB-C provider feeds the stations in MPEG-2 audio. So
> for adding a "Stream Profile" I used: "Type Audio stream/ Audio type:
> MPEG-2 audio". Works perfect!
> 
> Again - Thanks a lot for the great work!!!
> Michael

Thanks Michael for the compliment.

I'll certainly look into using ID's but I think Kodi isn't using the API
but the custom HTSP protocol so things are different.  In the meantime
just renumber the channels which I'm sure you've worked that out!
I've raised an issue myself to track it here
https://github.com/codechimp-org/lms-tvh/issues/22

The Squeezer app not showing the icon is a weird one, I'm not doing
anything odd with the icon. I'm not an Android user myself so haven't
been able to test this. I've raised an issue with the Squeezer developer
to see if I can get insight into anything I may need to change for the
app.
https://github.com/nikclayton/android-squeezer/issues/681

No promises on when I can fix these, it's a side project and my Perl
skills are still not great but I'm up for a challenge.



Andrew.

Squeezebox Transporter Black/TransNav - Onkyo  TX-NR1009 - Dali Zensor 5
fronts, Dali E12F Sub
Squeezebox Touch - Audio Engine A2
Squeezebox Receiver - Audio Engine A2
Squeezebox Radio
Squeezebox Boom
Squeezebox Controller

Server: Lenovo ThinkServer TS140, Unraid 6.x, LMS 7.9.2 (own docker
image)
Orange Squeeze, iPeng

CodeChimp's Profile: http://forums.slimdevices.com/member.php?userid=17383
View this thread: http://forums.slimdevices.com/showthread.php?t=110619

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


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

2021-03-16 Thread mherger


I released v1.7.0:


- Look up genre information for albums imported from online music
  services
- improve artist picture lookups to speed up the import process and
  optimize cache usage
  

The genre lookup is particularly interesting if you're importing Spotify
or TIDAL libraries, as these services don't provide any genre
information. MAI can now (optionally) look up genre information on
AllMusic.com and automatically tag those imported tracks with that
information. 

The second improvement around artist pictures is particularly important
if you often run full wipe & rescans: in this case the artist ID would
change with every scan. And previously I used the artist ID to store
artwork. As that key would change, the image proxy cache would increase
in size with every scan, as all the images would repeatedly be cached.
With this new version the cache key shouldn't change any more. Which
means that the import should be much faster, as the images most likely
are already in the cache, and it will take less disk space. Please note
that it will take several weeks before the old, stale entries expire and
eventually get wiped. If you want to take immediate advantage of the
space saving you'll have to shut down LMS, delete imgproxy.db from LMS'
cache folder and re-run a full wipe & rescan.

Have fun!



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)

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

2021-03-16 Thread Wigster


Wigster wrote: 
> Hi
> 
> I am running Spotty 4.4.8 on LMS 8.1.1 on Windows Server 2012R2.
> 
> Spotify through LMS works ok.
> 
> Spotify connect has stopped working for some reason a few weeks ago. No
> Connect devices are visible in the Spotify apps on the network. I do not
> have "don't announce on network" ticked. The firewall ports are open for
> the spotty helper app.
> 

Following on from this, I have reinstalled Spotty from scratch. When I
try to authenticate the Spotty players in the Spotty phone app, the no
Spotty player does not appear. My logs finally are showing something:


Code:


  [21-03-16 08:37:41.0125] Slim::Utils::Timers::__ANON__ (272) Error: Timer 
Plugins::Spotty::Connect::DaemonManager::_getDevices failed: 
  [21-03-16 08:37:44.1377] Plugins::YouTube::ProtocolHandler::__ANON__ (914) 
Failed to grab track information
  [21-03-16 08:38:34.0257] Plugins::YouTube::ProtocolHandler::__ANON__ (914) 
Failed to grab track information
  [21-03-16 08:38:39.4169] Plugins::Spotty::Connect::DaemonManager::initHelpers 
(90) Checking Spotty Connect helper daemons...
  [21-03-16 08:38:39.4176] Plugins::Spotty::Connect::DaemonManager::initHelpers 
(120) This is the sync group's master, or a standalone player with Spotify 
Connect enabled: 60:e3:27:10:4b:db
  [21-03-16 08:38:39.4183] Plugins::Spotty::Connect::DaemonManager::startHelper 
(150) Haven't seen this daemon online in a while - get an updated list 
(60:e3:27:10:4b:db)
  [21-03-16 08:38:39.4276] Plugins::Spotty::Connect::DaemonManager::initHelpers 
(124) This is a standalone player with Spotify Connect disabled: 
02:00:9c:36:d3:e9
  [21-03-16 08:38:39.4282] Plugins::Spotty::Connect::DaemonManager::initHelpers 
(120) This is the sync group's master, or a standalone player with Spotify 
Connect enabled: 02:00:91:76:24:0a
  [21-03-16 08:38:39.4287] Plugins::Spotty::Connect::DaemonManager::startHelper 
(150) Haven't seen this daemon online in a while - get an updated list 
(02:00:91:76:24:0a)
  [21-03-16 08:38:39.4377] Plugins::Spotty::Connect::DaemonManager::initHelpers 
(120) This is the sync group's master, or a standalone player with Spotify 
Connect enabled: bb:bb:61:c3:c6:fc
  [21-03-16 08:38:39.4383] Plugins::Spotty::Connect::DaemonManager::startHelper 
(150) Haven't seen this daemon online in a while - get an updated list 
(bb:bb:61:c3:c6:fc)
  [21-03-16 08:38:39.4475] Plugins::Spotty::Connect::DaemonManager::initHelpers 
(120) This is the sync group's master, or a standalone player with Spotify 
Connect enabled: b8:27:eb:dd:bf:3e
  [21-03-16 08:38:39.4481] Plugins::Spotty::Connect::DaemonManager::startHelper 
(150) Haven't seen this daemon online in a while - get an updated list 
(b8:27:eb:dd:bf:3e)
  [21-03-16 08:38:41.0009] Slim::Utils::Timers::__ANON__ (272) Error: Timer 
Plugins::Spotty::Connect::DaemonManager::_getDevices failed: Can't call method 
"devices" without a package or object reference at 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/Spotty/Connect/DaemonManager.pm
 line 163.
  


this repeats a bit and then

Code:

[21-03-16 08:41:34.1477] Plugins::YouTube::ProtocolHandler::__ANON__ (914) 
Failed to grab track information
  [21-03-16 08:41:39.5356] Plugins::Spotty::Connect::DaemonManager::initHelpers 
(90) Checking Spotty Connect helper daemons...
  [21-03-16 08:41:39.5362] Plugins::Spotty::Connect::DaemonManager::initHelpers 
(120) This is the sync group's master, or a standalone player with Spotify 
Connect enabled: 60:e3:27:10:4b:db
  [21-03-16 08:41:39.5367] Plugins::Spotty::Connect::DaemonManager::startHelper 
(150) Haven't seen this daemon online in a while - get an updated list 
(60:e3:27:10:4b:db)
  [21-03-16 08:41:39.5462] Plugins::Spotty::Connect::DaemonManager::initHelpers 
(124) This is a standalone player with Spotify Connect disabled: 
02:00:9c:36:d3:e9
  [21-03-16 08:41:39.5467] Plugins::Spotty::Connect::DaemonManager::initHelpers 
(120) This is the sync group's master, or a standalone player with Spotify 
Connect enabled: 02:00:91:76:24:0a
  [21-03-16 08:41:39.5473] Plugins::Spotty::Connect::DaemonManager::startHelper 
(150) Haven't seen this daemon online in a while - get an updated list 
(02:00:91:76:24:0a)
  [21-03-16 08:41:39.5562] Plugins::Spotty::Connect::DaemonManager::initHelpers 
(120) This is the sync group's master, or a standalone player with Spotify 
Connect enabled: bb:bb:61:c3:c6:fc
  [21-03-16 08:41:39.5568] Plugins::Spotty::Connect::DaemonManager::startHelper 
(150) Haven't seen this daemon online in a while - get an updated list 
(bb:bb:61:c3:c6:fc)
  [21-03-16 08:41:39.5657] Plugins::Spotty::Connect::DaemonManager::initHelpers 
(120) This is the sync group's master, or a standalone player with Spotify 
Connect enabled: b8:27:eb:dd:bf:3e
  [21-03-16 08:41:39.5663] Plugins::Spotty::Connect::DaemonManager::startHelper 
(150) Haven't seen this daemon online in a while - get an updated list