-
Notifications
You must be signed in to change notification settings - Fork 11
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
First database import #56
Comments
Hi you can use the absolute path like
or simply so |
Hello, Thank you, it works. How long should the database importation last? |
It depends on the size of your music collection.
due to some caching issues remove the cached config manually each time after changing stuff in your config
and give it another try |
Hello, I have created a test music collection with one album I still have the message "Can't connect to database" I have added my database informations in /etc/sphinxsearch/sphinx.conf but it is the same. When I run "indexer slimpdmain slimpdsuggest", there is this message using config file '/etc/sphinxsearch/sphinx.conf'... |
have you tested your database-credentials? it seems that you have configured invalid credentials. to verify this try:
and then try to connect with those credentials to the mysql-shell
|
Hello, I can see my music in the web interface but I can't play it There is always this message : When I play localy, nothing happens. |
please try to login as admin in the sliMpd frontend and visit maybe you will find some useful hints there!? |
Hello, ERROR: MPD connection to host 192.168.0.23 on port 6600 can't be established I have checked my |
Hi you can insert the ip of the machine that runs sliMpd.
after modifying |
Hello,
I install slimpd on Debian 8.7.1
I have installed mpd, mariadb-server, php5, python2.7 and sphinx . I have created a virtualhost in apache2 and when I type the slimpd address in a webbrowser, there is this message
"Can't connect to database. please check your settings!"
To create the database, I would like to know how to execute the command :
php '*/slimpd/slimpd' hard-reset
When I type this command in a ssh console, there is this message
"Could not open input file: */slimpd/slimpd"
Thanks
The text was updated successfully, but these errors were encountered: