Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2019-09-08 Thread RonM


I'm having some difficulty with search, particularly with song search.
For instance, if I search songs for "crazy", I get a timeout saying list
can't be retrieved. I was looking for covers of that Brenda Lee song,
and at one point saw that there were 186 items, but never got the list.
Other song searches with fewer target items work, as do searches for
albums or artists.

When I do that search, it generally results in an app failure, requiring
a reboot. 

Any suggestions? 

R.



LMS on a dedicated server (FitPC3)
Transporter (Ethernet) - main listening, Onkyo receiver, Paradigm
speakers
Touch (WiFi) - home theater 5.1, Sony receiver, Energy speakers
Boom 1 (WiFi) - work-space
Boom 2 (WiFi) - various (deck, garage, etc.)
Radio (WiFi) - home office
Control - Squeeze Control (Android mobile), 2 Controllers (seldom used),
Squeeze Remote (on Surface Pro 4)
Touch x 1 - spare
UE Radio x 1 - spare
Boom x 1 - spare
Controller x 1 - Spare
Duet Receiver (backup)

RonM's Profile: http://forums.slimdevices.com/member.php?userid=17029
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2019-09-08 Thread cpd73


cpd73 wrote: 
> I'll try updating the code to use a max of 1 second

OK, I've updated the code to set a max of 2 seconds, 1 seemed a bit low.
I've also changed the increment from 1 second to 250ms. This controls
how frequent it will try to reconnect. It'd be great if someone could
checkout the latest git version, and see if this now behaves better for
them.

A rough guide to using the git version:
  
- Install 'git'
- Run command: git clone
  https://github.com/CDrummond/lms-material.git
- Uninstall exiting MaterialSkin
- Copy the 'MaterialSkin' folder from your 'git clone' into the
  'Plugins' folder of your LMS install. This should be the non-cache
  Plugins folder. The 'Information' page of the default web UI should
  list the folder locations
- Restart LMS
- Hard-reload Material in your browser. For iPone's etc, you -might-
  need to clear Safari's cache



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2019-09-08 Thread cpd73


slimhase wrote: 
>  I get the red '!' (in earlier times the spinning wheel) for sometimes
> up to 10seconds.

That means the CometD connection has been lost. I use libcometd.js,
which is a Jvascript library for using the cometd protocol to talk to
LMS. This allows Material to receive status updates, etc, without having
to poll the server. CometD will attempt to reconnect. But when the
initial connection is lost, I show the 'i' icon (not spinner, as that
used too much CPU). When the connection is re-established, the 'i' is
removed. If it takes longer than 10 seconds you will see the full screen
'connection lost" dialog - with a 'Reconnect' button.

slimhase wrote: 
> Edit: It is even faster responsive again when I kill that webpage/Safari
> 1st and restart it compared to just reopening it and waiting for the
> red! to vanish

That's because by re-starting you are forcing a new connection. To save
hammering the server, libcometd will wait up to 5 seconds between each
connection attempt. I'll try updating the code to use a max of 1 second

slimhase wrote: 
> Edit II: Even stranger: On my older and slower Iphone 5s the problem is
> much less obvious. But its consistent with the newer and faster iPhone
> SE. All phone settings the same!

Perhaps different iOS version? If so, then it'll be a different WebKit
version (Safari's backend is called WebKit) - and this, I'd guess, has
different behaviour.



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


[SlimDevices: Plugins] Custom Browse - Modifying song info for classical music

2019-09-08 Thread kosmonaut_75

Hi
I am using LMS with the plugins Multilibrary, Custom Scan, Custom Browse
and successfully built up a dynamic tag menu exclusively for classical
music. Now, I would like to modify the song info display for classical
music. I don't use artist tags for classical music since I am working
with CONDUCTOR, SOLOIST, ORCHESTRA, COMPOSER tags. That's why the song
info right now shows "Kein Interpret" (= "no artist"). How can I change
this? I would like to see  the conductor tag there and instead of the
Album name ("Beethoven: Symphonies Nos. 6&2 [Järvi]) the WORK tag
"Symphonie No. 6 F Major". I cannot find any tutorial on this... The
"Manage header/footer items" menu is just too much for me, I don't know
where to start...
Any help is much appreciated.


+---+
|Filename: IMG-20190908-WA0009.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=28152|
+---+


kosmonaut_75's Profile: http://forums.slimdevices.com/member.php?userid=69351
View this thread: http://forums.slimdevices.com/showthread.php?t=110946

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

2019-09-08 Thread PiPat


Eliboom wrote: 
> Hello,
> 
> Here the settings for my Kef LSX speakers. It works like a charm.
> 
> Unfortunately i cannot power off the speakers with the controler app und
> have to use the Kef remote or remote app.
> LMS server 7.9.1 on Asustor AS604T, squeeze2upnp-x86-static, Squeeze
> Ctrl.
> 
> 


Hi Eliboom, did you solve the issue with power off the speakers with the
KEF remote control? I wasn't able to figure it out.



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

2019-09-08 Thread slimhase


Since a while (since many builds already - sorry for not being more
precise...) the behavior of the material web-page when called from my
iPhone is that it starts pretty fast and is immediately responsive.
It is also opening fast and is responsive when I reopen it after not
using it for a while.
But when I move to another app (or even simply go to the lock-screen)
and quickly (i.e. within ~1 minute) return to material web-page, I get
the red '!' (in earlier times the spinning wheel) for sometimes up to
10seconds.

Why is that? Is there anything I can do to make the web-page being
responsive again faster?

(it seems pointless to exit the App and reopening it almost immediately
again, but it happens quite often to when when I want to check what i.e.
the band of the new song is)



slimhase's Profile: http://forums.slimdevices.com/member.php?userid=31958
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] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-09-08 Thread frankd


slartibartfast wrote: 
> Just a reminder. If you need to update libc6 for i386 don't forget to
> edit the status file again to remove libgcc1 from "Depends"
> 
> Sent from my SM-G900F using Tapatalk

With the new approach this will not be needed anymore.
However, if you update the libraries with sudo apt dist-upgrade and a
new version of libc6 will have been published in the meantime, the
upgrade will fail due to version mismatches.
In this case remove the libc6:i386 version (sudo apt-get purge
libc6:i386) run the distribution upgrade again and then follow the steps
of re-packaging and installing the new libc6:i386



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] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-09-08 Thread frankd


frankd wrote: 
> Great News. 
> It seems that there is only one changelog for all versions of glibc -
> the installed Raspbian version should also include the changes
> specifically introduced for the Raspberry while the new version has only
> the original changelogs of Debian. 
> Good workaround - I would actually delet the new one and restore the
> name of the original one (to keep the system as clean as possible).  I
> think we can also make a more convenient version of the new deb package
> by removing this file (note to myself: also remove the MD5 entry of the
> file and TOC entry if available).
> 
> When we will have a second success report, I will update the tutorial on
> the first page (It will get longer and longer with the Deb-package
> modification). The good thing is that you do not need any external
> program for all of this, all can be done with a raspberry...


Just tested by myself. 
the instructions for Buster (replacing step 2-4 of the original tutorial
on the first page) are:

---  
Check the current libc6 version of the Raspberry: dpkg -s libc6:armhf
Find the equivalent  version of the i386 libc Debian package from
https://packages.debian.org/buster/i386/libc6 (currently
libc6_2.28-10_i386.deb)
Adapt the lines below with your version:


wget
http://ftp.us.debian.org/debian/pool/main/g/glibc/libc6_2.28-10_i386.deb
mkdir -p newpack oldpack/DEBIAN
dpkg-deb -x libc6_2.28-10_i386.deb oldpack/
dpkg-deb -e libc6_2.28-10_i386.deb oldpack/DEBIAN
nano oldpack/DEBIAN/control
Set the version to the Rasbian version (add +rpi1) and remove the
dependency of libgcc1 and save the file
dpkg-deb -Z xz -b oldpack/ newpack/
rm oldpack/usr/share/doc/libc6/changelog.Debian.gz
nano oldpack/DEBIAN/md5sums 
Remove the line with the MD5 Sums for changelog.Debian.gz

The new package is now in the subfolder newpack, with the name of the
new version (e.g. libc6_2.28-10+rpi1_i386.deb)
Install the new package: 
sudo dpkg -i newpack/libc6_2.28-10+rpi1_i386.deb

-

If you update the libraries with sudo apt dist-upgrade and a new version
of libc6 will have been published in the meantime, the upgrade will fail
due to version mismatches. 
In this case remove the libc6:i386 version (sudo apt-get purge
libc6:i386) run the distribution upgrade and follow the steps of
re-packaging and installing the new libc6:i386

Would be great to get confirmation that this approach works for somebody
else.



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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2019-09-08 Thread dbinder101


Same here, thanks for the fix!



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

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


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

2019-09-08 Thread s25a


> There's an option to enable volume normalization for Spotify in 
> Settings/Player/Spotty.

Hi Michael,

yes I asked that a few days ago and enabled this option also under
Settings/Player/Audio. Now the songs that are streamed from Spottify are
normalized.
However it is much much softer than from other sources like TuneIN or
HDD.

My question is if there is a possibility to either increase the Level of
Spotty or decrease the level of other sources.
If you take for example AV-Reveivers in most cases you have the
possibility to change the level of each source.

Thanks S



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

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


Re: [SlimDevices: Plugins] Synology 7.9.2 packages

2019-09-08 Thread pinkdot


Changelog: *0026*


- updated to
  
https://github.com/Logitech/slimserver/tree/f7c9692955e5ca7111dfbbac24f5535dc9830b7e
- Removed (likely deprecated) "Syno_Fix" workarounds
- Fixed typo in version number of ARM8 package
  

This is a useful update if you use Snapshot Replication on your NAS, see
this post:
https://forums.slimdevices.com/showthread.php?108960-Synology-7-9-2-packages=949544=1#post949544

Greetings, Martin



-RPI 2 ('myMPD' (https://github.com/jcorporation/mympd)/'Spotifyd'
(https://github.com/Spotifyd/spotifyd)),HifiBerry Digi+ Pro,  Aune S6 -
Exposure 3010S2 - PMC FB1i-s
-'LmsUpdate '
(https://forums.slimdevices.com/showthread.php?108960-Synology-7-9-2-packages)-
Updated and Cleaned up Logitech Media Server 7.9.2 for Synology.

pinkdot's Profile: http://forums.slimdevices.com/member.php?userid=34644
View this thread: http://forums.slimdevices.com/showthread.php?t=108960

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