You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: