Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Include MPD Extension #22

Closed
klundry opened this issue May 10, 2021 · 3 comments
Closed

Feature Request: Include MPD Extension #22

klundry opened this issue May 10, 2021 · 3 comments

Comments

@klundry
Copy link

klundry commented May 10, 2021

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
Copy link
Collaborator

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
Copy link
Author

klundry commented May 25, 2021

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

@siwinter
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants