Commit Graph

346 Commits

Author SHA1 Message Date
SuperBFG7 5589013a95 shorter browse item in menu 2017-12-18 15:16:37 +01:00
SuperBFG7 06ded692a5 Revert "Merge branch 'lmanul-master'"
This reverts commit f118c53ecb, reversing
changes made to 604d54a0bb.
2017-12-18 15:10:21 +01:00
SuperBFG7 f118c53ecb Merge branch 'lmanul-master' 2017-12-18 15:00:56 +01:00
SuperBFG7 d9182dd2f4 merge branch lmanul-master 2017-12-18 15:00:28 +01:00
SuperBFG7 604d54a0bb fix player 2017-07-31 11:56:02 +02: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 fac60b18a1 Merge branch 'delete' 2017-04-08 11:31:41 +02:00
SuperBFG7 eb803d1da5 add ability to delete ranges of the playlist 2017-04-08 11:25:40 +02:00
Galen Alderson fa4cb48830 Fix segfault when using short password option (-m) 2017-03-29 12:17:01 -04:00
SuperBFG7 269c55b9c8 Merge remote-tracking branch 'origin/send-message' 2017-03-24 11:02:25 +01:00
SuperBFG7 dfb9adb78c added missing include 2017-03-24 11:01:24 +01:00
SuperBFG7 6727b8b0ad uncommented love button 2017-03-18 13:44:04 +01:00
SuperBFG7 4f64061286 Merge remote-tracking branch 'origin/send-message' 2017-03-18 13:41:32 +01:00
SuperBFG7 152defeaaa add a button to love tracks on last.fm using mpdas 2017-03-18 13:32:17 +01:00
SuperBFG7 07c6df23bc added API command to send messages to MPD channels 2017-03-18 13:31:26 +01:00
SuperBFG7 afab4e5653 Merge branch 'fix-double-slashes' 2017-03-18 10:39:25 +01:00
SuperBFG7 66ff05e8b5 Merge branch 'fix-double-slashes' of git://github.com/Kernald/ympd into fix-double-slashes 2017-03-18 10:38:46 +01:00
SuperBFG7 6c75d5bc6c Merge branch 'eolianoe-patch-1' 2017-03-18 10:35:24 +01:00
SuperBFG7 40c335cfca Merge branch 'patch-1' of git://github.com/eolianoe/ympd into eolianoe-patch-1 2017-03-18 10:34:57 +01:00
SuperBFG7 8abcee0049 fix README 2017-03-18 10:27:52 +01:00
unknownln e5a88b1ffe quote password 2017-02-18 12:05:24 -05:00
unknownln ec74ef463b config for system services 2017-02-18 12:00:28 -05:00
unknownln a6ba0d640c Update documentation for new option 2017-02-18 11:51:03 -05:00
unknownln f79dea44a2 Add option to set MPD password 2017-02-18 11:42:20 -05:00
Felix J. Ogris 40906e2bee added FreeBSD RC script 2017-02-06 20:19:09 +01:00
Les De Ridder d9ec70a9da
Make the Dirble API token configurable and use HTTPS
Fixes #140
2016-09-11 18:23:42 +02:00
Marc Plano-Lesay 15edcc645c Fix double slashes in websocket URL 2016-07-07 15:22:15 +02:00
Govert Buijs 306840fa1d Added crude filtering for browsing db 2016-06-08 23:20:27 +02:00
eolianoe d2d037fe97 Display the right short option for `--version` 2016-04-17 11:37:04 +02:00
SuperBFG7 f586db33d1 fix browsing of playlists 2016-02-16 12:03:50 +01:00
SuperBFG7 92d3806fca Merge branch 'notandt push origin mastery-master' 2016-02-14 12:34:13 +01:00
SuperBFG7 5d9a4831d4 Merge branch 'master' of git://github.com/notandy/ympd into notandy-master 2016-02-14 12:33:57 +01:00
SuperBFG7 ce689a26de sync with original repo 2016-02-14 12:30:14 +01:00
Daniel Schregenberger b367115850 Merge pull request #8 from BenjaminHae/master
moved Update-DB Button to settings
2016-02-14 12:16:07 +01:00
Daniel Schregenberger 08bc954917 Merge pull request #7 from BenjaminHae/playbutton
added functionality of play/pause button to queue header
2016-02-14 12:14:37 +01:00
Andy ec008a4995 Merge pull request #116 from SuperBFG7/comma
fix handling of commas in library item names
2016-02-13 22:01:52 +01:00
Andrew Karpow 0059a6dd41 removed minified files, minifing should be part of build process 2016-02-13 21:58:43 +01:00
Andy 9274480b2e Merge pull request #113 from BenjaminHae/playbutton
added functionality of play/pause symbol track-icon to queue header
2016-02-13 21:51:34 +01:00
Andy 126f247a08 Merge pull request #102 from SuperBFG7/browse
remember last folder in browser
2016-02-13 21:49:18 +01:00
Andy 597018542e Merge pull request #104 from SuperBFG7/touch
do not use mouseenter/leave on touch devices
2016-02-13 21:48:54 +01:00
Andy 2facf32896 Merge pull request #92 from BenjaminHae/master
moved Update-DB Button to settings
2016-02-13 21:46:57 +01:00
Andrew Karpow ba40ad4515 Merge branch 'sortable' of https://github.com/BenjaminHae/ympd into BenjaminHae-sortable 2016-02-13 21:31:23 +01:00
Andy 868f0f622a Merge pull request #97 from SuperBFG7/ssl
Compile mongoose with SSL support
2016-02-13 21:24:44 +01:00
Andy b041307637 Merge pull request #120 from notandy/fix-travis-ci
probably fix travis ci
2016-02-13 21:21:53 +01:00
Andrew Karpow 336d1e9097 probably fix travis ci 2016-02-13 18:09:27 +01:00
SuperBFG7 0591fadb20 Merge branch 'Nofre-dirble_fix' 2016-02-08 10:32:36 +01:00
SuperBFG7 ac47c67004 Merge branch 'dirble_fix' of git://github.com/Nofre/ympd into Nofre-dirble_fix 2016-02-08 10:32:08 +01:00
LordMyschkin f471c961e9 Update mpd.min.css
added overflow:hidden to button-class to prevent nasty overlaying of the outputs as adressed in issue #112
2016-02-07 22:28:29 +01:00
LordMyschkin aa49b1d352 Update mpd.css 2016-02-07 22:23:48 +01:00
Nofre 8ef9e58ab0 README.md updated 2016-02-03 18:51:44 +01:00