mavit / slimpris2

MPRIS remote control of Lyrion Music Server

Home Page:https://forums.slimdevices.com/showthread.php?108956-MPRIS-support-via-slimpris2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slimpris2

slimpris2 provides MPRIS 2 remote control of Logitech Media Server, allowing it to be controlled using the user interface integrated into your Linux desktop.

slimpris2 is run in the user session and monitors a local or distant squeezeboxserver.

Installation

Fedora

dnf copr enable mavit/slimpris2
dnf install slimpris2

From source

git clone https://github.com/mavit/slimpris2.git
cd slimpris2
./autogen.sh
./configure --sysconfdir=/etc
make
sudo make install

Logout/login from your session. Default prefix is /usr/local.

Configuration

By default, slimpris2 will auto-discover LMS on the local network. To set a specific host or port, copy the example configuration file /usr/[local]/share/doc/slimpris2/slimpris2.conf to ~/.config/slimpris2/slimpris2.conf.

If you have more than one non-synced player attached to your LMS, youʼll also want to specify the name or MAC address of the particular player you want to control.

Restart your session or slimpris2 after changing slimpris2.conf.

Some examples of compatible remote controls

About

MPRIS remote control of Lyrion Music Server

https://forums.slimdevices.com/showthread.php?108956-MPRIS-support-via-slimpris2

License:GNU General Public License v3.0


Languages

Language:Python 94.8%Language:Makefile 3.1%Language:M4 2.0%Language:Shell 0.2%