othmar52

Results 39 comments of othmar52

Yes, unfortunately sliMpd will not work when those [system requirements](https://github.com/othmar52/slimpd/wiki/Installation#requirements) are not met > Webserver (Apache, Nginx, Lighttpd, ...) > **read-access to MPD-database-file (plain-text or gzip supported)** > **read-access to...

i found this snippet in my code ```php if($this->conf["modules"]["enable_guessing"] == "1") { // do some voting for each attribute $this->runAttributeScoring(); } ``` i think i have not implemented this configuration...

i can confirm that there are massive CSS problems with multiple resolutions. Unfortunately my CSS skills are pretty bad. Replacing `col-md-*` with `col-xs-*` inside `core/templates/` maybe solves the problem. But...

**Apache** exclude status-poll-request from log ``` apache SetEnvIf Request_URI "/(mpdstatus)|(xwaxstatus)$" dontlog CustomLog /path/to/your/logs/access_log combined env=!dontlog ``` **Apache 2.4** protect sensitive file from beeing served ``` apache Require all denied ```...

@brendan-pike which webserver do you use?

This works for apache 2.4 ```apache ServerName slim.pd DocumentRoot /var/www/slimpd/www AllowOverride All Options Indexes FollowSymLinks Require all granted Require all denied ErrorLog /var/www/slimpd/logs/error_log SetEnvIf Request_URI "/(mpdstatus)|(xwaxstatus)$" dontlog CustomLog /var/www/slimpd/logs/access_log combined...

Maybe increasing verbosity helps to figure out where it stops!? ```ini [config] ; 1 = quiet, 10 = maximal verbosity cli-verbosity = 10 ``` and remove `localdata/cache/conf*` after changing configuration

hmmm in which part of the importer process does the error occur? due to the term `Magick` its probably caused by image processing of imagemagick. so maybe some of your...

Hi, I assume slimpd is not compatible to windows. Some background-information to the error-message above: [slimpd](https://github.com/othmar52/slimpd/blob/master/slimpd) is a php file without the fileextension `.php`. The first line of the file...

I can confirm that this is a problem in most cases which is caused by the huge guessing/autocorrection stuff. On the other side tons of my music collection wouldn't be...