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

600 Commits

Author SHA1 Message Date
Jürgen Mang
b2fedfec1d
Merge pull request #26 from jcorporation/devel
Merge Devel into master
2018-07-30 00:40:12 +02:00
jcorporation
8a6131fefa fix: cache initialisation 2018-07-29 23:20:22 +01:00
jcorporation
ba83c36c1c fix: get outputnames after websocket reconnect 2018-07-29 23:19:35 +01:00
jcorporation
4d64eebbe8 fix: merged pull request #25 to devel 2018-07-29 23:10:07 +01:00
jcorporation
ef3d8be28b fix: pull request #25, put $LIBRARY in quotation marks 2018-07-29 23:07:43 +01:00
Jürgen Mang
d19dfc05f9
Merge pull request #25 from archphile/master
library symlinking fix
2018-07-30 00:07:03 +02:00
jcorporation
02ca72e48b fix: service worker update 2018-07-29 23:05:47 +01:00
jcorporation
12e4747cfc fix: renamed card "Now playing" to "Playback" 2018-07-26 23:10:48 +01:00
jcorporation
772b6471cc feat: drag & drop reorder songs in playlist 2018-07-26 22:48:03 +01:00
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
7fc18e4a65 fix: remove console debug logging 2018-07-25 23:40:06 +01:00
jcorporation
b9064767a1 update: minfied files 2018-07-25 23:30:36 +01:00
jcorporation
00fab537ce fix: html markup 2018-07-25 23:25:27 +01:00
jcorporation
f0379365bf fix: drag and drop issues 2018-07-25 23:15:52 +01:00
Mike Andonov
595e41f4b3
Merge pull request #1 from jcorporation/master
merged with jcorp master
2018-07-25 14:04:41 +03:00
jcorporation
e54a2ee709 fix: option for mpdpass error from pull request #23 2018-07-25 00:49:30 +01:00
jcorporation
51354aaf71 cleanup: options and systemd service file
fix: mkrelease.sh - ignore unknown css properties in compile
cleanup: serviceworker
2018-07-25 00:47:26 +01:00
Jürgen Mang
bc13795c9f
Merge pull request #23 from archphile/master
syntax modifications on options and mympd.service
2018-07-25 00:59:38 +02:00
jcorporation
a5bddf4b4a fix: source code formating 2018-07-24 23:58:29 +01:00
jcorporation
83a3933056 Merge branch 'devel' of https://github.com/jcorporation/myMPD into devel 2018-07-24 23:53:44 +01:00
jcorporation
e767c97948 fix: service worker cache refresh 2018-07-24 23:52:59 +01:00
jcorporation
a33df9ee43 fix: pagination in search if no search is executed 2018-07-24 22:35:16 +01:00
Jürgen Mang
59dcd48e03
Update mkrelease.sh 2018-07-23 15:37:48 +02:00
Jürgen Mang
5fdc7aa7dc
Run perl under sudo 2018-07-23 15:36:50 +02:00
Mike Andonov
0da69906dc
modified options syntax
Modifications based on the following PKGBUILD:
https://github.com/CultofRobots/archphile-custom/blob/master/mympd/PKGBUILD
2018-07-23 14:57:40 +03:00
Mike Andonov
807cb83389
modified options syntaxing
Modifications based on the following PKGBUILD:
https://github.com/CultofRobots/archphile-custom/blob/master/mympd/PKGBUILD
2018-07-23 14:53:31 +03:00
Jürgen Mang
d692a1858b
fix: use queryselector to remove dragover class 2018-07-23 09:07:13 +02:00
jcorporation
4cc4580310 Feat: enable queue sorting with drag & drop 2018-07-23 00:07:25 +01:00
jcorporation
99efe12ed1 Fix: rm playlist 2018-07-22 20:48:13 +01:00
jcorporation
353417eded Feat: validation feedback for add stream 2018-07-22 20:42:01 +01:00
jcorporation
24eb8d8ef7 Feat: validation feedback for queue save 2018-07-22 20:16:31 +01:00
jcorporation
020c266788 Extended feature list 2018-07-22 20:04:30 +01:00
jcorporation
c403202c7d Feat: Add playlist actions 2018-07-22 20:00:26 +01:00
jcorporation
c8895ebdd8 Bump version to 3.3.0 2018-07-22 19:59:42 +01:00
jcorporation
d2438d99e6 Cleanups 2018-07-22 15:03:22 +01:00
jcorporation
86c8e5d16f Update minified files 2018-07-19 20:35:54 +01:00
jcorporation
ffb20f12f6 fix: use javascript in strict mode 2018-07-19 19:26:15 +01:00
jcorporation
298d7844e2 fix: better error handling for unknown requests 2018-07-19 18:58:23 +01:00
jcorporation
413ba3340e Update minified files 2018-07-19 18:57:53 +01:00
jcorporation
3cac31c746 fix: some javascript errors 2018-07-19 17:33:53 +01:00
jcorporation
82a8074800 fix: change alert type in notification 2018-07-18 23:50:38 +01:00
jcorporation
aa28b8e8b9 cleanup 2018-07-18 23:38:46 +01:00
jcorporation
5d685904c4 feat: first error handling code for ajax requests 2018-07-18 23:29:19 +01:00
jcorporation
f61382fd03 fix: enable ssl by default 2018-07-18 22:54:39 +01:00
jcorporation
a6d9795476 Update minified files 2018-07-18 22:54:26 +01:00
jcorporation
6d6aa2ded3 push version to 3.2.1 2018-07-18 22:49:35 +01:00
jcorporation
e6557e5f69 fix: add after playing song only for type song
fix: no notification if current_song is undefined
2018-07-18 22:47:37 +01:00
jcorporation
bb3ae34b66 fix: use after free for cmd in mympd_callback 2018-07-18 22:47:07 +01:00
jcorporation
76ab27f30b Merge branch 'master' into devel 2018-07-16 23:39:17 +01:00
jcorporation
636ae99898 cleanup 2018-07-16 23:36:01 +01:00