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

Mpdas always uses default config file #12

Closed
mrtndwrd opened this issue Nov 11, 2014 · 3 comments
Closed

Mpdas always uses default config file #12

mrtndwrd opened this issue Nov 11, 2014 · 3 comments

Comments

@mrtndwrd
Copy link

When a ~/.mpdasrc config file is present, the argument -c is ignored.
I have 2 mdp servers for different locations (the 'i' stands for 'iPod', from which I run a server when it's connected over USB). They run on different ports in order to be able to be run simultaneously. Here's some debug info:

file ~/.mpdasrc:

username = ...
password = ...
host = 127.0.0.1
port = 6600

file ~/.mpdasrci:

username = same
password = same
port = 6601
host = 127.0.0.1

$ mpdas -v
mpdas-0.3.0, (C) 2010 Henrik Friedrichsen.
Global config path is set to "/etc"

$ mpdas -c ~/.mpdasrci
Error in connection() 111 - Connection refused
(14:28:52) [ERROR] Could not connect to MPD.

OS: Linux Mint 17 cinnamon 64 bit, used the .deb to install

@hrkfdn
Copy link
Owner

hrkfdn commented Nov 11, 2014

Hey! Thanks for your report.

Could you clone the master branch and see if the latest commit fixes it for you?

@mrtndwrd
Copy link
Author

Thanks, that works!

@hrkfdn hrkfdn closed this as completed Nov 12, 2014
@hrkfdn
Copy link
Owner

hrkfdn commented Nov 12, 2014

Cool, glad to hear that! :)

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