Jürgen Mang
15afb2a70e
Fix: formatting
2018-08-10 09:55:55 +02:00
jcorporation
19cc6bd053
Feat: Replaced mpd polling through mpd idle protocol
2018-08-09 23:52:58 +01:00
jcorporation
a6f63f6cb2
Feat: first code for mpd idle api
2018-08-09 22:15:00 +01:00
Jürgen Mang
51e54e7bdc
Merge pull request #28 from jcorporation/devel
...
Merge devel into master
2018-08-09 18:33:13 +02:00
jcorporation
e46c0b200f
Fix: formating
2018-08-06 22:29:20 +01:00
jcorporation
f42bba550d
Feat: replace commandline options with ini file under /etc/mympd/mympd.conf
2018-08-06 21:51:48 +01:00
jcorporation
765c2c7279
Update: bump version to 3.5.0
2018-08-06 20:01:44 +01:00
jcorporation
3980ac3bc4
Feat: get outputnames and outputstates in single command
2018-08-06 19:57:42 +01:00
jcorporation
674ff60b09
Feat: clear playback card if songpos = -1
2018-08-06 19:33:52 +01:00
jcorporation
dfe7e31a1e
Update: minified files
2018-08-06 19:15:44 +01:00
Jürgen Mang
b687ffaae3
Merge pull request #27 from jcorporation/devel
...
Merge devel into master
2018-08-06 20:13:06 +02:00
jcorporation
874103b31f
Feat: link from Playback Card to songdetails and albumlist
...
Fix: html ids in camelCase
2018-08-06 19:08:30 +01:00
jcorporation
1993ba73d3
Feat: crop queue (MPD_API_QUEUE_CROP)
...
Fix: rename MPD_API_RM_ALL to MPD_API_QUEUE_CLEAR
2018-08-05 23:02:29 +01:00
jcorporation
e5a3115190
Fix: cleanup formating
2018-08-01 23:03:19 +01:00
jcorporation
7bbd318f05
Fix: update bootstrap to 4.1.3
2018-08-01 23:02:53 +01:00
jcorporation
10c56139df
Feat: add stream to playlist
...
Fix: remove song from playlist
2018-08-01 22:54:53 +01:00
jcorporation
d34eda418d
Fix: cleanup and update minfied files
2018-08-01 18:55:26 +01:00
Jürgen Mang
14e96a8879
Fix: remove minified files from htdocs
2018-08-01 11:02:19 +02:00
Jürgen Mang
95f7f76b72
Fix: error messages
2018-08-01 11:01:34 +02:00
jcorporation
6f2edb368d
Fix: bump version to 3.4.0
2018-07-31 23:25:52 +01:00
jcorporation
712966348e
Feat: add all from search to a playlist
2018-07-31 23:01:10 +01:00
jcorporation
d6a24d4531
Feat: option to create playlist in "add to playlist"-dialog
...
Feat: "add all to playlist" in browse filesystem card
Feat: hide pagination if not needed
2018-07-31 21:46:53 +01:00
jcorporation
2bb8cc3021
fix: test for closurecompiler
2018-07-31 17:15:08 +01:00
jcorporation
9dd3c14b70
fix: remove temporary files
2018-07-30 23:29:01 +01:00
jcorporation
0e2930a90d
fix: update formating
2018-07-30 23:28:31 +01:00
jcorporation
9d2b9cc83b
fix: update description
2018-07-30 23:25:52 +01:00
jcorporation
1546785263
fix: formating
2018-07-30 23:16:31 +01:00
jcorporation
1d1ded86fa
fix: update dependencies
2018-07-30 23:13:27 +01:00
jcorporation
338b74f3f5
fix: moved 3-party sources and buildtools to dist directory
2018-07-30 23:05:37 +01:00
jcorporation
00aea5090a
Fix: complemented feature list
2018-07-29 23:54:30 +01:00
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