Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 652 Bytes

README.rst

File metadata and controls

30 lines (21 loc) · 652 Bytes

Mopidy-Subsonic

Mopidy Subsonic

Usage

Requires a subsonic server, a premium subscription and the py-sonic library.

Install by running:

sudo pip install Mopidy-Subsonic

Before starting Mopidy, you must add your Subsonic username, password and hostname (without the trailing slash !) to the Mopidy configuration file:

[subsonic]
enabled = yes
hostname = http://you.subsonic.com
username = alice
password = secret
ssl = yes
port = 443

Project resources