YunoHost-Apps / mopidy_ynh

Mopidy package for YunoHost
http://www.mopidy.com
Apache License 2.0
4 stars 8 forks source link

Feature Request: Include MPD Extension #22

Closed klundry closed 3 years ago

klundry commented 3 years ago

It would be great to have the MPD extension to be able to control mopidy with mpd clients.

Alternatively, what would be the preferred way to add this extension myself?

siwinter commented 3 years ago

I am thinking about including this extension in the next version. In the meantime, you can add it manually to an existing installation via ssh with these commands: cd /opt/yunohost/mopidy/ sudo su source env/bin/activate python3 -m pip install Mopidy-MPD yunohost firewall allow Both 6600

Then add the following lines to the configuration file /opt/yunohost/mopidy/mopidy.conf: [mpd] enabled = true hostname = 0.0.0.0 port = 6600

Finally restart the mopidy service with systemctl restart mopidy

klundry commented 3 years ago

Including it by default would be great. Thank you very much for the detailed reply on how to add it myself.

siwinter commented 3 years ago

New Version installs MPD extension. Has to be activated while installing.