1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-27 23:23:15 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Mike Andonov
1097d42197
removed "" characters from mpd library path
grep music /etc/mpd.conf | awk {'print $2'} 

has an output of:

"/path/to/mpd/library"

"" characters have as a result a wrong symlinking when the command below is executed:

 ln -s $LIBRARY /usr/share/mympd/htdocs/library


sed -e 's/"//g' removes " character from $LIBRARY.
2018-07-26 09:09:45 +03:00
jcorporation
a84d83b3f1 feat: minify html in mkrelease.sh
fix: use minified files for sw.js
2018-07-16 18:51:59 +01:00
jcorporation
a46a9acebc feat: Implement ServiceWorker
feat: Implement A2H
2018-07-16 18:33:20 +01:00
jcorporation
cf34f41467 cleanup: renamed startup options
cleanup: central startup options file: /etc/mympd/options
2018-07-15 23:26:59 +01:00
jcorporation
bccda91585 Improved documentation 2018-07-11 01:01:04 +01:00
jcorporation
8f3122588b Add contrib/crcert.sh to mkrelease.sh 2018-07-10 23:09:17 +01:00
jcorporation
7cff777d05 Dont run under uid 0
Optimize mkdebug.sh and mkrelease.sh
2018-06-21 23:15:54 +01:00
jcorporation
1f81588973 Add minified files 2018-06-21 22:56:39 +01:00
jcorporation
2dff568abe Added google closure compiler for css and js files 2018-06-21 22:29:49 +01:00