Ultralight is a responsive skin for Logitech Media Server that works well on desktop and mobile browsers.
Features
- Basic player controls.
- Responsive layout adjusts to various screen sizes.
- Drag/drop to sort tracks in playlist, even multiple tracks at once.
- Drag/drop items from search results into playlist.
- Select and delete multiple items at once.
Installation instructions:
- Go to the releases page
- Download the
UltralightSkin-vX.Y.Z.zip
file under Downloads of the latest release. - Follow instructions on LMS Plugins Installation to install the plugin.
- Go to http://localhost:9000/ultralight to view the skin (adjust host and port if they are different on your system).
# install dependencies
npm install
# run dev server
npm run dev
# run tests
npm test
npm run build
npm package
This creates a packaged version file: UltralightSkin-vX.Y.Z.zip
Follow installation instructions above, using this file instead of the one downloaded from the releases page.