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

add mpd and local to the dockerfile #32

Closed
wants to merge 1 commit into from

Conversation

marklester
Copy link

@marklester marklester commented Aug 23, 2020

I added mpd and local via pip to the docker file
closes #31

@@ -40,7 +40,8 @@ RUN set -ex \
RUN set -ex \
&& mkdir -p /var/lib/mopidy/.config \
&& ln -s /config /var/lib/mopidy/.config/mopidy

RUN python3 -m pip install Mopidy-Local

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if you could use Pipfile instead (https://github.com/wernight/docker-mopidy/blob/master/Pipfile) so pipenv would pick it up?

@martinezpenya
Copy link
Contributor

martinezpenya commented Oct 15, 2020

This will solve also my issue? #34
After installing mopidy-mpd I can connect to mpd server on 6600, but after install mopidy-local I can't browse local files
Sorry... it's working well... the mpd and also local files. So I think it will solve my issue, can anyone confirm?
Thank You.

@ahmadnbl
Copy link

ahmadnbl commented Dec 2, 2020

This will solve also my issue? #34
After installing mopidy-mpd I can connect to mpd server on 6600, but after install mopidy-local I can't browse local files
Sorry... it's working well... the mpd and also local files. So I think it will solve my issue, can anyone confirm?
Thank You.

As I commented on #34 (comment)
it's working with Home Assistant after I install the mpd

@sasgoose
Copy link

Is there anything I can do to help get this pull request committed?

@martinezpenya martinezpenya mentioned this pull request Dec 22, 2020
wernight pushed a commit that referenced this pull request Jun 25, 2021
As commented on #32 by @christianlent to a pull request from @marklester I've added mopidy-local to de pipfile
@wernight
Copy link
Owner

Merged in the Pipefile PR

@wernight wernight closed this Jun 25, 2021
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

Successfully merging this pull request may close these issues.

mpd and local are no longer core to mopidy
6 participants