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

79 Commits

Author SHA1 Message Date
jcorporation
765c2c7279 Update: bump version to 3.5.0 2018-08-06 20:01:44 +01:00
jcorporation
6f2edb368d Fix: bump version to 3.4.0 2018-07-31 23:25:52 +01:00
jcorporation
338b74f3f5 fix: moved 3-party sources and buildtools to dist directory 2018-07-30 23:05:37 +01:00
jcorporation
c8895ebdd8 Bump version to 3.3.0 2018-07-22 19:59:42 +01:00
jcorporation
6d6aa2ded3 push version to 3.2.1 2018-07-18 22:49:35 +01:00
jcorporation
1968355361 Bump version to 3.3.0 2018-07-16 21:16:46 +01: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
ed2277ddc2 cleanup: move manpage to contrib directory 2018-07-15 23:45:10 +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
8d94cd9cab Enable ssl options 2018-07-09 22:58:25 +01:00
jcorporation
aa2efa5ed9 Add visiual feedback on actions 2018-07-05 22:56:42 +01:00
jcorporation
a9d4c0b5e9 Replaced bootstrap.bundle.min.js and jquery-3.3.1.min.js with bootstrap-native-v4.min.js 2018-07-02 23:02:02 +01:00
jcorporation
80eee8c2b1 Added mongoose build options 2018-07-01 23:50:34 +01:00
jcorporation
e6fef5a174 Removed first jQuery dependencies, cleanup javascript, removed bootstrap-slider 2018-06-28 23:51:24 +01:00
jcorporation
d55db438a6 Add advanced action menus 2018-06-25 23:41:44 +01:00
jcorporation
9f2a2155a0 Merge branch 'master' into devel 2018-06-24 20:00:55 +01:00
jcorporation
b31a1d0dec Fixed about dialog 2018-06-24 19:59:32 +01:00
jcorporation
070ea5e368 Bump version to 3.1.0 2018-06-24 19:43:17 +01:00
Jürgen Mang
bb7f26f996
Merge branch 'master' into backend-upgrade 2018-06-24 20:30:59 +02:00
jcorporation
2dff568abe Added google closure compiler for css and js files 2018-06-21 22:29:49 +01:00
jcorporation
2098060765 Document state file option 2018-06-21 18:28:07 +01:00
jcorporation
e6fa1206ca Replaced json_encode with frozen 2018-06-18 17:53:30 +01:00
jcorporation
4dcf613708 Output json with frozen 2018-06-17 23:42:22 +01:00
Jürgen Mang
181c6cb2df
Merge branch 'master' into devel 2018-06-17 22:23:37 +02:00
jcorporation
3df104e72d First code for new jsonrpc api 2018-06-14 23:57:57 +01:00
jcorporation
fba2a0540a Renamed functions with mympd prefix 2018-06-14 23:00:54 +01:00
jcorporation
5bc3816d10 Replaced websocket through ajax requests for requests.
Now the websocket pushes only the states of mpd.
Merged outputstate in state notify
2018-06-14 20:56:12 +01:00
jcorporation
6fe4e997c2 Bump version to 2.3.0 2018-06-14 16:33:19 +01:00
jcorporation
a370af5bba Bump version to 2.2.1 2018-06-14 16:31:54 +01:00
jcorporation
7a02af07f5 Removed libasan compile 2018-06-14 16:30:07 +01:00
jcorporation
7a3103d035 Removed mongoose src 2018-06-14 16:28:10 +01:00
jcorporation
1ec430513f t 2018-06-11 21:35:11 +01:00
jcorporation
49694c78df Enable gcc sanitizers 2018-06-11 20:52:24 +01:00
jcorporation
707b8b1068 Bump version to 2.2.0 2018-05-29 23:20:14 +02:00
jcorporation
9d1d406026 Bump version to 2.1.1 2018-05-28 20:51:33 +02:00
jcorporation
de23d4d040 Pump version to 2.1.0 2018-05-24 20:10:02 +01:00
jcorporation
5b95083809 Pushed version to 2.0.0 2018-05-24 19:09:24 +01:00
jcorporation
f55fa51934 Replaces jquery.cookie.js with version from https://github.com/js-cookie/js-cookie
Added streamport option to commandline
Fixed description of options in manpage and help and README
Removed mpd host options from settings menu
Removed http stream options from settings menu
2018-05-24 18:50:05 +01:00
jcorporation
361882d5af Removed option to compile assets in executeable 2018-05-24 17:26:07 +01:00
jcorporation
956812b472 Renamed project to myMPD 2018-05-24 17:10:11 +01:00
jcorporation
2c4f0fbe7e Central songChange function
fixed songChange for http streams
Set version to 1.0.0
2018-05-24 00:42:20 +01:00
Daniel Schregenberger
5e834e56ff
Merge pull request #16 from ffontaine/master
ympd is implemented only in C
2018-03-12 17:51:19 +01:00
Fabrice Fontaine
f53c0956d4 ympd is implemented only in C
By default, CMake assumes that the project is using both C and C++. By
explicitly passing 'C' as argument of the project() macro, we tell
CMake that only C is used, which prevents CMake from checking if a C++
compiler exists.

Patch applied to buildroot since 2014:
https://git.buildroot.net/buildroot/commit/package/ympd?id=40aa523af26963321443a2d96c64ce128577ca77

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2018-03-08 18:02:26 +01:00
SuperBFG7
1e93d2dc82 Merge branch 'master' into notandy-master 2018-01-26 13:51:20 +01:00
azrdev
c1f1adbc28 Don't overwrite CFLAGS
Preserve user/system-configured C_FLAGS.

This broke the rpm package build on fedora: They enable a hardened config (i.e. ASLR) by default, which adds -pie and -fPIC to linker and compiler flags. Overwriting C_FLAGS removed the compiler spec, but not the linker one, leading to an error like:

/bin/cc  -std=gnu99 -Wall -ggdb -pedantic  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld CMakeFiles/mkdata.dir/tools/mkdata.c.o  -o mkdata -rdynamic 
bin/ld: CMakeFiles/mkdata.dir/tools/mkdata.c.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
CMakeFiles/mkdata.dir/tools/mkdata.c.o: error adding symbols: Bad value

With this fix, the error is gone:

/bin/cc  -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -std=gnu99 -Wall -g -ggdb -pedantic  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld CMakeFiles/mkdata.dir/tools/mkdata.c.o  -o mkdata -rdynamic
2017-05-14 07:37:46 +02:00
SuperBFG7
ce689a26de sync with original repo 2016-02-14 12:30:14 +01:00
Andrew Karpow
0059a6dd41 removed minified files, minifing should be part of build process 2016-02-13 21:58:43 +01:00
SuperBFG7
8696216d6e Merge branch 'local_play' 2015-10-22 11:21:09 +02:00
SuperBFG7
4643f1cdcb use cookies to store streamurl and added minimal player 2015-10-21 19:24:38 +02:00