Commit Graph

207 Commits

Author SHA1 Message Date
SuperBFG7 2268e0f0f3 added forward declarations 2020-06-02 12:41:52 +02:00
Daniel Schregenberger 7a31b441b6
Merge pull request #14 from notandy/master
fixed mpd connection with empty mpdpass introduced by #148
2018-01-26 15:42:49 +01:00
Andrew Karpow 88b2aa70c8 fixed mpd connection with empty mpdpass introduced by #148 2018-01-26 15:06:34 +01:00
Daniel Schregenberger 3dac7ce3dc
Merge pull request #12 from notandy/master
Merge recent commits to notandy/ympd master
2018-01-26 13:23:23 +01:00
Andrew Karpow 8c1115dc63 Merge branch 'master' of github.com:notandy/ympd 2018-01-22 05:02:09 +01:00
Andrew Karpow d314ac08df Merge branch 'lesderid-master' 2018-01-22 05:01:40 +01:00
Andrew Karpow ceee8bd90a Merge branch 'master' of https://github.com/lesderid/ympd into lesderid-master 2018-01-22 04:58:17 +01:00
Andy 68429e39d5
Merge pull request #157 from florianheinemann/patch-1
Update README.md to highlight OpenSSL dependency
2018-01-22 04:55:07 +01:00
Andrew Karpow b0253a01ab Merge branch 'SuperBFG7-send-message' 2018-01-22 04:50:43 +01:00
Andrew Karpow ba4322c684 Merge branch 'send-message' of https://github.com/SuperBFG7/ympd into SuperBFG7-send-message 2018-01-22 04:50:22 +01:00
Andrew Karpow 95f8ccd7a4 update travis image 2018-01-22 04:45:59 +01:00
Andrew Karpow 265577c5ab Merge branch 'BenjaminHae-sortable' 2018-01-22 04:40:52 +01:00
Andy 91e3535891
Merge pull request #156 from znetstar/master
Adds a Dockerfile
2018-01-22 04:35:21 +01:00
Andy 393d6063da
Merge pull request #149 from SuperBFG7/delete
add ability to delete ranges of the playlist
2018-01-22 04:34:54 +01:00
Andy a99b0a5ddc
Merge pull request #134 from Kernald/fix-double-slashes
Fix double slashes in websocket URL
2018-01-22 04:33:54 +01:00
Andy e436fc93b5
Merge pull request #130 from govertbuijs/master
Added crude filtering for browsing db
2018-01-22 04:32:57 +01:00
Andy b21fccc240
Merge pull request #150 from azrdev/no-overwrite-cflags
Don't overwrite CFLAGS
2018-01-22 04:26:09 +01:00
Andy f7aade410d
Merge pull request #148 from unknownloner/master
Allow MPD Password to be configured in command line options
2018-01-22 04:23:51 +01:00
Andy e0050641df
Merge pull request #145 from felixjogris/master
added FreeBSD RC script
2018-01-22 04:22:36 +01:00
Florian Heinemann bba35bf682
Update README.md to highlight OpenSSL dependency 2018-01-21 22:06:40 +01:00
Zachary Boyd 02ab7df3c6 Adds a Dockerfile for building a lightweight Docker container based on alpine 2017-12-23 12:11:47 -08: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 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 dfb9adb78c added missing include 2017-03-24 11:01:24 +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
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
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 97bdc9aa97 fix handling of commas in library item names 2016-01-25 13:29:28 +01:00
Benjamin Häublein b047a900bc added functionality of play/pause button to queue header 2016-01-16 19:33:29 +01:00
SuperBFG7 2e74427778 do not use mouseenter/leave on touch devices 2015-10-22 17:48:42 +02:00
SuperBFG7 f06885fab7 remember last folder in browser 2015-10-22 11:44:50 +02:00
Daniel Schregenberger 64cdd920e7 added documentation for SSL usage 2015-10-06 18:53:14 +02:00