Discussion:
[SlimDevices: SqueezeCenter] Ultralight LMS skin v0.2.0 released
millerdev
2018-01-14 02:13:18 UTC
Permalink
Download/installation instructions in the 'main readme'
(https://github.com/millerdev/lms-ultralight#installation).

What's new:


- Add menu with media library search.

- Drag search results from menu into playlist (not on small or touch
screens).
- Play/enqueue multiple selected search results at once.

- Limited library browsing from search results and playlist entries.
- Click/touch icon to show song info for playlist or menu item.
- Larger playlist icons on small screens for better touch
interaction.
- Album and artist names in player are now clickable links.
- Sticky menu button and player controls (top control bar).
- Add button to delete playlist items.
- Fix cannot drag/drop before first or after last item in playlist.


------------------------------------------------------------------------
millerdev's Profile: http://forums.slimdevices.com/member.php?userid=66738
View this thread: http://forums.slimdevices.com/showthread.php?t=108565
jasell
2018-01-14 12:46:40 UTC
Permalink
Nice!
Works great both on my iPhone and as a chrome-app window.

A few commenst/ideas/requests right of the bat...
- Volume bar is not that intuitive, is it possible to use a long ramp
instead?
- an additional dark theme?
- As a chome-app I use it as a side bar and could make use of an even
more narrow layout.



NAS: QNAP TS-459U+ -QTS 4.2.6- (4x 2TB, RAID5)
Services: LMS- 7.9.1 -, SSOTS- 4.14-
Squeezebox: 6x Reciever, 3x Boom, 2x SB3 Classic
Other: iPeng on iPad and iPhone
------------------------------------------------------------------------
jasell's Profile: http://forums.slimdevices.com/member.php?userid=17817
View this thread: http://forums.slimdevices.com/showthread.php?t=108565
maweber
2018-12-07 07:44:37 UTC
Permalink
Hi!

I was copying the script to my own server and installed it via
repo/xml.
That way I was having troubles with your install.xml file. LMS kept
restarting.

I found install.xml to be the problem in my case. Missing fields I
guess.
This config is worky, also with empty fields (and no force needed):


Code:
--------------------
<?xml version="1.0"?>
<extension>
<id>d61ddfa2-f7ca-4fb0-a9be-1f242b4f6ec8</id>
<name>ULTRALIGHT_SKIN</name>
<creator>Daniel Miller</creator>
<defaultState>enabled</defaultState>
<module>Plugins::UltralightSkin::Plugin</module>
<version>0.4.0b1</version>
<description>PLUGIN_ULTRALIGHT_SKIN</description>
<email></email>
<type></type>
<icon></icon>
<targetApplication>
<id>SqueezeCenter</id>
<maxVersion>*</maxVersion>
<minVersion>7.9</minVersion>
</targetApplication>
</extension>

--------------------


cheers
manu


------------------------------------------------------------------------
maweber's Profile: http://forums.slimdevices.com/member.php?userid=64980
View this thread: http://forums.slimdevices.com/showthread.php?t=108565
Loading...