Re: [SlimDevices: Plugins] [Announce] ARD Audiothek Plugin - Browse and listen content of the ARD Audiothek

2021-11-19 Thread hendrikmd


Hi,

my kids use the plugin every day. But we found a problem: For large
result lists the results are truncated, the plugin shows an icon but
isn't able to retrieve the details. You can reproduce by searching for
"figarino" and go into programset("Sendungen"), choose "Figarinos
Fahrradladen ..." and scroll down the item list.

I think it requires pagination. I had a look into the code, I could not
find usage of a cursor. Well, implementing pagination is complex, I
know. Maybe you have an idea how to implement it?



hendrikmd's Profile: http://forums.slimdevices.com/member.php?userid=39334
View this thread: http://forums.slimdevices.com/showthread.php?t=114332

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-19 Thread slartibartfast


Antoniop wrote: 
> I should try it
> 
> Yes, exactly. LMS uses 100% of the CPU during 20 minutes before it is
> ready.
> I have to say I have sometimes the same problem on my PC, so maybe it's
> related to my music database. I'm using trackstat so I restored the
> trackstat data backup after the installation. I had not this problem on
> the RPI, but maybe the problem came from the trackstat restoration.
> 
> EDIT : 
> I just restarted my RPI3. It took 22 min for LMS to start but memory
> usage is very reasonable (swap is disabled) :
> 
> (from top command):
> MiB Mem :922.8 total,284.2 free,229.2 used,409.4
> buff/cache
> MiB Swap:  0.0 total,  0.0 free,  0.0 used.638.2 avail
> MemAh trackstat say no more [emoji2]

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

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-19 Thread Antoniop


slartibartfast wrote: 
> I don't use the LMS MusicIP plugin any more. I use mipmixer which is
> used with "Don't stop the music". The advantage is that LMS does not
> need to import the MusicIP data and doesn't use excessive memory during
> the scan. The disadvantage is it is no longer possible to start a
> MusicIP playlist directly from the LMS interface. But playing a single
> track with "Don't stop the music" enabled starts a playlist.
I should try it
slartibartfast wrote: 
> 
> Seems odd that LMS would take 20 minutes to start. Do you mean you can't
> play music for 20 minutes when you restart LMS or reboot the Pi?
Yes, exactly. LMS uses 100% of the CPU during 20 minutes before it is
ready.
I have to say I have sometimes the same problem on my PC, so maybe it's
related to my music database. I'm using trackstat so I restored the
trackstat data backep after the installation, but it did'nt use to do it
on the RPI.



LMS 7.9.x
on Linux Mageia 6 and RPI 3
1 SB3, 2 radio, 1 touch, 1 transporter SE, 1 chromecast audio 
Plugins : Trackstat, Smartmix, MusicIP, ...

Antoniop's Profile: http://forums.slimdevices.com/member.php?userid=39292
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-19 Thread slartibartfast


Antoniop wrote: 
> Hi everyone,
> First of all, thank you all for being part of this wonderful community
> of enthusiasts, it is very appreciable.
> 
> I just upgraded my RPI 3 to bullseye.
> Thanks to trials from slartibartfast, it's working.I took up the frankd
> tutorial for this new version and I noted what I did

> -The libc6:i386 Deb Package needs to be modified to match the version of
> its Raspbian equivalent (which has an additional +rpi1)-
> Check the current libc6 version of the Raspberry: dpkg -s libc6:armhf
> It's
> Version: 2.31-13+rpt2+rpi1
> - Find the equivalent version of the i386 libc Debian package from
> https://packages.debian.org/bullseye/i386/libc6-
> libc6 (2.31-13+deb11u2) 
> //Adapt the lines below with the current version://
> cd ~
> wget
> http://ftp.us.debian.org/debian/pool/main/g/glibc/libc6_2.31-13+deb11u2_i386.deb
> mkdir -p newpack oldpack/DEBIAN
> dpkg-deb -x libc6_2.31-13+deb11u2_i386.deb oldpack/
> dpkg-deb -e libc6_2.31-13+deb11u2_i386.deb oldpack/DEBIAN
> nano oldpack/DEBIAN/control
> - Set the version line to the Rasbian version (2.31-13+rpt2+rpi1) -
> Version:2.31-13+rpt2+rpi1
> -and remove the dependency of libgcc-s1, libcrypt1and ; remove line-
> Depends: libgcc-s1, libcrypt1
> save the file
> rm oldpack/usr/share/doc/libc6/changelog.Debian.gz
> nano oldpack/DEBIAN/md5sums
> -Remove the line with the MD5 Sums for changelog.Debian.gz-
> dpkg-deb -Z xz -b oldpack/ newpack/
> -The new package is now in the subfolder newpack, with the name of the
> new version (e.g. libc6_2.31-13+rpt2+rpi1_i386.deb)-
> //Install the new package://
> sudo dpkg -i newpack/libc6_2.31-13+rpt2+rpi1_i386.deb
> 
> 
> Everything wents fine, but LMS is very long to start, about 15 to 20 min
> (I have 22K tracks), as it used to take a few minutes.
> MusicIp seems to be working fine, but it also seems to use more memory
> than before. At some moment, during a library scan, musicip used all the
> free memory including the swap, so the rpi was not responding anymore.
> I'm just trying a few things now until someone has an idea. I'm starting
> to disable the swap, because I didn't have any previously and set
> musicip to start at boot as before, and see what happens.

I don't use the LMS MusicIP plugin any more. I use mipmixer which is
used with "Don't stop the music". The advantage is that LMS does not
need to import the MusicIP data and doesn't use excessive memory during
the scan. The disadvantage is it is no longer possible to start a
MusicIP playlist directly from the LMS interface. But playing a single
track with "Don't stop the music" enabled starts a playlist.
Seems odd that LMS would take 20 minutes to start. Do you mean you can't
play music for 20 minutes when you restart LMS or reboot the Pi?

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

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-19 Thread Antoniop


Hi everyone,
First of all, thank you all for being part of this wonderful community
of enthusiasts, it is very appreciable.

I just upgraded my RPI 3 to bullseye.
Thanks to trials from slartibartfast, it's working.I took up the frankd
tutorial for this new version and I noted what I did

-The libc6:i386 Deb Package needs to be modified to match the version of
its Raspbian equivalent (which has an additional +rpi1)-
Check the current libc6 version of the Raspberry: dpkg -s libc6:armhf
It's
Version: 2.31-13+rpt2+rpi1
- Find the equivalent version of the i386 libc Debian package from
https://packages.debian.org/bullseye/i386/libc6-
libc6 (2.31-13+deb11u2) 
//Adapt the lines below with the current version://
cd ~
wget
http://ftp.us.debian.org/debian/pool/main/g/glibc/libc6_2.31-13+deb11u2_i386.deb
mkdir -p newpack oldpack/DEBIAN
dpkg-deb -x libc6_2.31-13+deb11u2_i386.deb oldpack/
dpkg-deb -e libc6_2.31-13+deb11u2_i386.deb oldpack/DEBIAN
nano oldpack/DEBIAN/control
- Set the version line to the Rasbian version (2.31-13+rpt2+rpi1) -
Version:2.31-13+rpt2+rpi1
-and remove the dependency of libgcc-s1, libcrypt1and ; remove line-
Depends: libgcc-s1, libcrypt1
save the file
rm oldpack/usr/share/doc/libc6/changelog.Debian.gz
nano oldpack/DEBIAN/md5sums
-Remove the line with the MD5 Sums for changelog.Debian.gz-
dpkg-deb -Z xz -b oldpack/ newpack/
-The new package is now in the subfolder newpack, with the name of the
new version (e.g. libc6_2.31-13+rpt2+rpi1_i386.deb)-
//Install the new package://
sudo dpkg -i newpack/libc6_2.31-13+rpt2+rpi1_i386.deb


Everything wents fine, but LMS is very long to start, about 15 to 20 min
(I have 22K tracks), as it used to take a few minutes.
MusicIp seems to be working fine, but it also seems to use more memory
than before. At some moment, during a library scan, musicip used all the
free memory including the swap, so the rpi was not responding anymore.
I'm just trying a few things now until someone has an idea. I'm starting
to disable the swap, because I didn't have any previously and set
musicip to start at boot as before, and see what happens.



LMS 7.9.x
on Linux Mageia 6 and RPI 3
1 SB3, 2 radio, 1 touch, 1 transporter SE, 1 chromecast audio 
Plugins : Trackstat, Smartmix, MusicIP, ...

Antoniop's Profile: http://forums.slimdevices.com/member.php?userid=39292
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread slartibartfast


Redrum wrote: 
> you guys made me look, are their default filter values? I ask because I
> don't use them, and here is what is in my filter field:
> 
> srf3, radio paradise, swr
> 
> not sure why they are there?
> 
> JimThey are defaults.

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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread Redrum


slartibartfast wrote: 
> Excellent. I used to use the filters to try to remove the radio station
> logos between songs but it never worked perfectly so I gave up [emoji2]
> 
> Sent from my Pixel 3a using Tapatalk

you guys made me look, are their default filter values? I ask because I
don't use them, and here is what is in my filter field:

srf3, radio paradise, swr

not sure why they are there?

Jim



Redrum's Profile: http://forums.slimdevices.com/member.php?userid=33806
View this thread: http://forums.slimdevices.com/showthread.php?t=115201

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread slartibartfast


Ron F. wrote: 
> Good grief ... that was it; good catch slartibartfast. My gosh, I had
> COMPLETELY forgotten about that feature in "What Was That Tune?" I don't
> know how long I might have gone before I thought of that myself. Once
> the mystery is gone, it all seems so obvious!Excellent. I used to use the 
> filters to try to remove the radio station
logos between songs but it never worked perfectly so I gave up [emoji2]

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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread Ron F.


slartibartfast wrote: 
> I don't suppose you have added filters in "What was that tune?"
> settings.
> 
> Sent from my Pixel 3a using Tapatalk

Good grief ... that was it; good catch slartibartfast. My gosh, I had
COMPLETELY forgotten about that feature in "What Was That Tune?" I don't
know how long I might have gone before I thought of that myself. Once
the mystery is gone, it all seems so obvious!



*Living Room:* SB Touch + DIY PSU > CI Audio VDA.2 DAC + VAC.1 PSU >
VRX.1 cables > Emotiva XSP-1 Gen 2 preamp + XPA-DR2 amp > Blue Jeans
cables > B 804 speakers
*Laptop:* System76 Galago + Ubuntu 18.04 + Squeezelite +
Vivaldi/Material Skin > Emotiva Little Ego DAC > Grado PS500 headphones
*Bedroom:* RPi Zero W + Squeezelite > miniBOSS DAC HAT > Bose SoundLink
Revolve
*Phone:* Pixel 3a + SB Player + Material APK > Senn IE80 earbuds
*Server:* System76 Meerkat + Pop!_OS 21.04 + LMS 8.3

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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread slartibartfast


Ron F. wrote: 
> After leaving and reopening "What Was That Tune?" it does not update for
> me ... at least not when streaming RadioBlues Flac. I don't know what
> could be different about my setup. I tried switching to another one of
> my players, (switched from my RPi running Squeezelite to my SB Touch,)
> just to make sure that was not involved, and that did not make any
> difference. I am stumped.I don't suppose you have added filters in "What was 
> that tune?"
settings.

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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread Ron F.


slartibartfast wrote: 
> Same versions for me. It only updates after leaving the "What was that
> tune?" screen and reopening it.
> 
> Sent from my Pixel 3a using Tapatalk

After leaving and reopening "What Was That Tune?" it does not update for
me ... at least not when streaming RadioBlues Flac. I don't know what
could be different about my setup. I tried switching to another one of
my players, (switched from my RPi running Squeezelite to my SB Touch,)
just to make sure that was not involved, and that did not make any
difference. I am stumped.



*Living Room:* SB Touch + DIY PSU > CI Audio VDA.2 DAC + VAC.1 PSU >
VRX.1 cables > Emotiva XSP-1 Gen 2 preamp + XPA-DR2 amp > Blue Jeans
cables > B 804 speakers
*Laptop:* System76 Galago + Ubuntu 18.04 + Squeezelite +
Vivaldi/Material Skin > Emotiva Little Ego DAC > Grado PS500 headphones
*Bedroom:* RPi Zero W + Squeezelite > miniBOSS DAC HAT > Bose SoundLink
Revolve
*Phone:* Pixel 3a + SB Player + Material APK > Senn IE80 earbuds
*Server:* System76 Meerkat + Pop!_OS 21.04 + LMS 8.3

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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread slartibartfast


Ron F. wrote: 
> Strange: after testing successfully with Jazz24 and Juke Radio, I have
> gone back to RadioBlues Flac, and "What Was That Tune?" is not updating
> for me. I am running v0.0.15 with LMS 8.3.Same versions for me. It only 
> updates after leaving the "What was that
tune?" screen and reopening it.[image:
https://uploads.tapatalk-cdn.com/2029/c979627df4d243410f8593ba29e2cd35.jpg]

Sent from my Pixel 3a using Tapatalk





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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread Ron F.


slartibartfast wrote: 
> I am seeing "What was that tune" working perfectly with RadioBlues Flac.
> 
> Sent from my Pixel 3a using Tapatalk

Strange: after testing successfully with Jazz24 and Juke Radio, I have
gone back to RadioBlues Flac, and "What Was That Tune?" is not updating
for me. I am running v0.0.15 with LMS 8.3.



*Living Room:* SB Touch + DIY PSU > CI Audio VDA.2 DAC + VAC.1 PSU >
VRX.1 cables > Emotiva XSP-1 Gen 2 preamp + XPA-DR2 amp > Blue Jeans
cables > B 804 speakers
*Laptop:* System76 Galago + Ubuntu 18.04 + Squeezelite +
Vivaldi/Material Skin > Emotiva Little Ego DAC > Grado PS500 headphones
*Bedroom:* RPi Zero W + Squeezelite > miniBOSS DAC HAT > Bose SoundLink
Revolve
*Phone:* Pixel 3a + SB Player + Material APK > Senn IE80 earbuds
*Server:* System76 Meerkat + Pop!_OS 21.04 + LMS 8.3

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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread Ron F.


Paul Webster wrote: 
> Does that happen with other stations in the plugin?

No, I just tried Juke Radio and then Jazz24, and "What Was That Tune?"
updated immediately for both stations. So, maybe the issue is restricted
to RadioBlues Flac.



*Living Room:* SB Touch + DIY PSU > CI Audio VDA.2 DAC + VAC.1 PSU >
VRX.1 cables > Emotiva XSP-1 Gen 2 preamp + XPA-DR2 amp > Blue Jeans
cables > B 804 speakers
*Laptop:* System76 Galago + Ubuntu 18.04 + Squeezelite +
Vivaldi/Material Skin > Emotiva Little Ego DAC > Grado PS500 headphones
*Bedroom:* RPi Zero W + Squeezelite > miniBOSS DAC HAT > Bose SoundLink
Revolve
*Phone:* Pixel 3a + SB Player + Material APK > Senn IE80 earbuds
*Server:* System76 Meerkat + Pop!_OS 21.04 + LMS 8.3

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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread slartibartfast


Paul Webster wrote: 
> Does that happen with other stations in the plugin?I am seeing "What was that 
> tune" working perfectly with RadioBlues Flac.

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

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


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

2021-11-19 Thread philchillbill


wimsnijd...@onetel.com wrote: 
> Doesn't work. Switched off Kaspersky and downloaded all versions of
> Linus script with the same result when running sudo. I pass on the worst
> case solution of the binary as i am not confident on how to set that
> up.
> 
> thanks

What does your max2play run on? If a pi then you need either the ARM 32
or 64 bit version. The screenshot you showed had the 386 version which
would be for an Intel 32-bit machine, not a pi.



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-11-19 Thread Fahzz


LOL. A picture is worth a  thousand words. I also see that's where the
polarity switch is that I've been looking for. I have a balance/imaging
issue in my system and both of these settings will be helpful in getting
it sorted out. Thanks.



Living Room: Pi4 w/Allo Boss 2 Player (Wired), Max2Play w/LMS Server 8.0
and SqueezeLite
Pioneer Elite VSX 80, Parasound 2125 v2
KEF LS50's, Paradigm SE Center, SVS SB12-NSD Subwoofer, Paradigm Atom
v.5 Surrounds
Harmony Smart Control w/Hub and iPeng/Material Skin
Dining Room: KEF Q100's
Bedroom: Logitech Boom
Porch: Boston Acoustics Voyager Metro II
Router: Netgear R700P
File Storage: Samsung T5 SSD
Music Service: Qobuz

Fahzz's Profile: http://forums.slimdevices.com/member.php?userid=12585
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] 'MediaServer' *certified* Alexa skill for LMS

2021-11-19 Thread philchillbill


wimsnijd...@onetel.com wrote: 
> Doesn't work. Switched off Kaspersky and downloaded all versions of
> Linus script with the same result when running sudo. I pass on the worst
> case solution of the binary as i am not confident on how to set that
> up.
> 
> thanks

What does your max2play run on? If a pi then you need either the ARM 32
or 64 not version. The screenshot you showed had the 386 version which
would be for an Intel 32 but machine, not a pi.



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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread Paul Webster


Does that happen with other stations in the plugin?



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin, allzic radio, caroline
flashback, cesky rozhlas, frequence3, jukeradio, klassikradio.de, linn
radio, mother earth, naim radio, nova.fr, radioblues flac, radio espace,
radio swiss, rte ireland, somehow jazz, supla finland

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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread Ron F.


I am listening to RadioBlues Flac, and I noticed that as tracks are
played, the history info provided by "What Was That Tune?" is not being
updated. Is that something that can be remedied when using "Radio Now
Playing" ???

Regardless, this is a ***fabulous*** plugin and thank you.



*Living Room:* SB Touch + DIY PSU > CI Audio VDA.2 DAC + VAC.1 PSU >
VRX.1 cables > Emotiva XSP-1 Gen 2 preamp + XPA-DR2 amp > Blue Jeans
cables > B 804 speakers
*Laptop:* System76 Galago + Ubuntu 18.04 + Squeezelite +
Vivaldi/Material Skin > Emotiva Little Ego DAC > Grado PS500 headphones
*Bedroom:* RPi Zero W + Squeezelite > miniBOSS DAC HAT > Bose SoundLink
Revolve
*Phone:* Pixel 3a + SB Player + Material APK > Senn IE80 earbuds
*Server:* System76 Meerkat + Pop!_OS 21.04 + LMS 8.3

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

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


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

2021-11-19 Thread philippe_44


eduardoo wrote: 
> Tried that before.   Behavior appears to be the same.

DoP seems to be the only case where LMS would interfere and potentially
changes made on max acceptable sample rate can make a difference



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

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-11-19 Thread slartibartfast


kidstypike wrote: 
> As @slartibartfast, with more detail - 
> 
> Settings > Player > scroll down to Extra settings > top dropdown select
> Audio > scroll down to Volume Control.
> 
> 36201I always try to use as few words as possible [emoji2]

Sent from my Pixel 3a using Tapatalk





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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-11-19 Thread kidstypike


As @slartibartfast, with more detail - 

Settings > Player > scroll down to Extra settings > top dropdown select
Audio > scroll down to Volume Control.

36201


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


*Server - LMS 8.3.0 *Pi4B 4GB/Argon one case/pCP 8.0.0 - 75K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi4/pCP 8.0.0/Topping E30 DAC/Ruark MR1 Mk2
*Lounge* - Pi2/pCP 8.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Pi3B/pCP/Bluetooth/Echo Show 8
*Garage* - DAC32 > Edifier speakers

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-11-19 Thread slartibartfast


Fahzz wrote: 
> I set the volume as fixed 100%. Where is the setting in material skin to
> change this so I can control the volume?Player settings/Audio?

Sent from my Pixel 3a using Tapatalk





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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-11-19 Thread Fahzz


I set the volume as fixed 100%. Where is the setting in material skin to
change this so I can control the volume?



Living Room: Pi4 w/Allo Boss 2 Player (Wired), Max2Play w/LMS Server 8.0
and SqueezeLite
Pioneer Elite VSX 80, Parasound 2125 v2
KEF LS50's, Paradigm SE Center, SVS SB12-NSD Subwoofer, Paradigm Atom
v.5 Surrounds
Harmony Smart Control w/Hub and iPeng/Material Skin
Dining Room: KEF Q100's
Bedroom: Logitech Boom
Porch: Boston Acoustics Voyager Metro II
Router: Netgear R700P
File Storage: Samsung T5 SSD
Music Service: Qobuz

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

2021-11-19 Thread eduardoo


slartibartfast wrote: 
> Would selecting DSD over PCM make a difference?
> 
> Sent from my Pixel 3a using Tapatalk

Tried that before.   Behavior appears to be the same.



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

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-19 Thread frankd


CypherMK wrote: 
> The MusicIP server starts. When I go to MusicIP webpage it loads too.
> But immediately after that I get this bus error. Then MusicIP is not
> available anymore and it stopped running.

Thanks for digging out the old failure codes, Slartibartfast. The
multicast warnings are not a problem, this is a known limitation of old
QEMU versions and it worked in the past despite of the warnings. 
It seems to be the bus error - this is very cryptic, in particular as it
happens when you open the web page.

2 ideas CypherMK: 
Did you try to open the webpage with another browser (e.g. firefox,
chrome, edge?) Maybe some strange request kills the MusicIP webserver
component?

I guess you need to have the webpage opened to scan for your files and
create the database. But what happens if you start the MusicIP server,
then you start or re-start LMS with the MusicIP plugin active - does it
connected to your MusicIP server and does the server crash as well while
LMS connects?



frankd's Profile: http://forums.slimdevices.com/member.php?userid=52885
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread slartibartfast


Paul Webster wrote: 
> 0.0.15 19-Nov-2021
> - Add Jazz24.org with cover art and album
> - Mother Earth Radio - new Flac stream URL and revised metadata feed now
> with album name
> 
> 
> Mother Earth Radio have setup a revised Flac stream to try to get around
> the issue that some LMS users were facing.
> It works for me.
> The one with (RSAS) in the name is the one that does not work for me.
> 
> Also - Mother Earth Radio have a couple of protected streams for
> supporters (Premiumzugang) ... which I think I can get to work.
> However, it means that I will have to add a broadcaster specific section
> into the plugin settings to that users can enter their own id/pwd.
> 
> I know that I need to do this at some stage because of other plugins of
> mine that I want to migrate into this one ... so maybe this is the
> opportunity to do it.
> It might end up a bit like Philippe's bridge plugins with a drop down
> for each. I looked at it before but thought it was quite complicated so
> went for my more simple checkbox approach for the broadcaster
> enable/disable fields but I knew I was only putting off the inevitable.
> 
> The metadata source for Mother Earth changed completely in this release
> but the good thing, for me at least, was that this did not need any code
> changes in the Perl part of the plugin because the new format is the
> same as used by a completely different broadcaster that I already
> supported. So all I had to do was modify the contents of the
> configuration file. A mini-vindication of the approach.
> 
> 
> Any more stations to add to the wishlist?
> A reminder that the requirements are that there is information available
> on the web player or mobile phone app of the broadcaster that is not
> available in LMS with its TuneIn integration - where that information is
> some or all of the currently playing artist, title, album, cover art,
> duration, year, programme title, programme description, programme
> image.
> No guarantees that I can get all or any of it but happy to investigate.The 
> new Mother Earth stream works on the Radio for me [emoji106]

Sent from my Pixel 3a using Tapatalk





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

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


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

2021-11-19 Thread slartibartfast


eduardoo wrote: 
> True, but frankly, I don't have that many dsd128, but am just very
> curious why it played before and not now.Would selecting DSD over PCM make a 
> difference?

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

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


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

2021-11-19 Thread wimsnijd...@onetel.com


philchillbill wrote: 
> Looks like the downloaded ngrok zip is corrupt. Maybe run the script
> again and see if it gets it on a second try? Your virusscanner might
> somehow have messed up the file. Worst case, go to the ngrok site and
> download the binary manually.

Doesn't work. Switched off Kaspersky and downloaded all versions of
Linus script with the same result when running sudo. I pass on the worst
case solution of the binary as i am not confident on how to set that
up.

thanks



wimsnijd...@onetel.com's Profile: 
http://forums.slimdevices.com/member.php?userid=65753
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


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

2021-11-19 Thread eduardoo


slartibartfast wrote: 
> You could feed it from a piCorePlayer via USB.
> 
> Sent from my Pixel 3a using Tapatalk

True, but frankly, I don't have that many dsd128, but am just very
curious why it played before and not now.



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

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


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

2021-11-19 Thread slartibartfast


eduardoo wrote: 
> Yes,  the Manhattan II does,  but it's network card is only 192 / dsd64.You 
> could feed it from a piCorePlayer via USB.

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

___
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-11-19 Thread garym


tommyz wrote: 
> Hi, I have two Touchs using Triodes EDO patch conncted to TEAC UD 301 &
> 501, using Triodes experimantal kernals (#11 & #12).
> 
> Will these still be needed / available after the update?
> 
> br, Thomas

community firmware doesn't change the need for EDO, if one needs EDO
(i.e., to obtain 24/192 output or to use USB output)



*Home:* Pi4B-8GB/pCP8.x/4TB>LMS 8.2.x>Transporter, Touch, Boom, Radio
(all ethernet)
*Cottage:* rPi4B-4GB/pCP8.x/4TB>LMS 8.2.x>Touch>Benchmark DAC I, Boom,
Radio w/Battery (Radio WIFI)
*Office:* Win10(64)>foobar2000
*The Wild: *rPi3B+/pCP7.x/4TB>LMS 8.1.x>hifiberry Dac+Pro (LMS &
Squeezelite) 
*Controllers:* iPhone11 & iPadAir3 (iPeng), CONTROLLER, Material Skin,
or SqueezePlay 7.8 on Win10(64)
*Files:* -Ripping-: dBpoweramp > FLAC; -Post-rip-: mp3tag, PerfectTunes,
TuneFusion; -Streaming:- Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
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] Soundcloud plugin for squeezeserver

2021-11-19 Thread streifenleopard


Hi,
I have installed this plugin and enabled that via the API, all of which
is working.
However I am only able to play the first track of any playlist I display
from Soundcloud (ie go to Soundcloud / Following / Select Artist /
Tracks) 
I don't know how to solve this...



dsm 6.2.2 (synology disk station 115) running lms 8.0 -- rpi with a
hifiberry dac+ running picoreplayer (any old version?) -- plugins:
material skin, mai, podcasts, musik - folge mir, squeezelite-x, squeeze
ctrl

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

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


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

2021-11-19 Thread tommyz


Hi, I have two Touchs using Triodes EDO patch conncted to TEAC UD 301 &
501, using Triodes experimantal kernals (#11 & #12).

Will these still be needed / available after the update?

br, Thomas



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

2021-11-19 Thread eduardoo


slartibartfast wrote: 
> The Manhattan 2 should support native DSD up to DSD 256. Have you tried
> setting the max sampling rate higher?
> 
> Sent from my Pixel 3a using Tapatalk

Yes,  the Manhattan II does,  but it's network card is only 192 / dsd64.



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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread Paul Webster


0.0.15 19-Nov-2021
- Add Jazz24.org with cover art and album
- Mother Earth Radio - new Flac stream URL and 
revised metadata feed
now with album name


Mother Earth Radio have setup a revised Flac stream to try to get around
the issue that some LMS users were facing.
It works for me.
The one with (RSAS) in the name is the one that does not work for me.

Also - Mother Earth Radio have a couple of protected streams for
supporters (Premiumzugang) ... which I think I can get to work.
However, it means that I will have to add a broadcaster specific section
into the plugin settings to that users can enter their own id/pwd.

I know that I need to do this at some stage because of other plugins of
mine that I want to migrate into this one ... so maybe this is the
opportunity to do it.
It might end up a bit like Philippe's bridge plugins with a drop down
for each. I looked at it before but thought it was quite complicated so
went for my more simple checkbox approach for the broadcaster
enable/disable fields but I knew I was only putting off the inevitable.

The metadata source for Mother Earth changed completely in this release
but the good thing, for me at least, was that this did not need any code
changes in the Perl part of the plugin because the new format is the
same as used by a completely different broadcaster that I already
supported. So all I had to do was modify the contents of the
configuration file. A mini-vindication of the approach.


Any more stations to add to the wishlist?
A reminder that the requirements are that there is information available
on the web player or mobile phone app of the broadcaster that is not
available in LMS with its TuneIn integration - where that information is
some or all of the currently playing artist, title, album, cover art,
duration, year, programme title, programme description, programme
image.
No guarantees that I can get all or any of it but happy to investigate.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin, allzic radio, caroline
flashback, cesky rozhlas, frequence3, jukeradio, klassikradio.de, linn
radio, mother earth, naim radio, nova.fr, radioblues flac, radio espace,
radio swiss, rte ireland, somehow jazz, supla finland

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

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