musicbrowser
musicbrowser copied to clipboard
Add to documentation: automatic index rebuilding via chron
You might want to add this to the docs or github wiki:
To automatically rebuild the search index daily, add this to your crontab:
@daily curl -su username:password 'http://music.example.com/index.php?path=&builddb' >/dev/null