louxor

1.4.0 • Public • Published

Louxor

Je coupe le son… et je remets le son !
Louxor J'adore, Philippe Katerine

A web player frontend for MPD.

Philosophy

Remember the good old times before streaming music services were legions? Yes, when you had to rip all your CDs and keep them on your drive in a well organized library!

The Music Player Daemon was your best friend, endlessly playing your favorite songs from your neatly crafted playlists…

This wonderful era is not dead yet and Louxor embraces it.

Here's how Louxor looks:

katerine

There are already a gazillions of good MPD clients to do the heavy work in the coziness of your terminal emulator.

So Louxor's focus is on minimalism and design ; it does not aim to be a full featured player, it just loves to shine on a big dedicated screen.

It displays only basic info about the current song and the art cover from the associated album.

Controls

  • Play / Pause
  • Random / No Random
  • Open a youtube search to attempt finding a music clip
  • Previous / Next song (by clicking on each side of the screen, works well with tablets)
  • Fullscreen toggle

Search

Clicking on the artist's name opens all the related albums at the bottom:

stupeflip

Clicking on the cover will flip the album and display its songs:

carpenter-brut

Technos

Since a web browser still can't open a TCP socket directly, Louxor acts as a Node proxy server. All the requests from the React client are transmitted by websockets and then relayed to MPD, using mpcpp.

Install

npm i -g louxor

Usage

(MPD should be running)

louxor

then, open http://localhost:44190

or with more control:

louxor -p 42000 -b

In this case -b opens your default web browser automatically on the port specified by -p

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.0
    1
    • latest

Version History

Package Sidebar

Install

npm i louxor

Weekly Downloads

1

Version

1.4.0

License

ISC

Last publish

Collaborators

  • delapouite