Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.29 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.29 KB

Ultralight - a Logitech Media Server skin

Ultralight is a responsive skin for Logitech Media Server that works well on desktop and mobile browsers.

Ultralight

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

Installation instructions:

Development

# install dependencies
npm install

# run dev server
npm run dev

# run tests
npm test

Build/package

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.