Andy
17b97c8f6b
Merge pull request #159 from eb041592/unclutter_interface
...
Unclutter Interface
2018-03-29 20:36:25 +02:00
Andy
a7d9bf85f5
Merge pull request #160 from eb041592/verbose_lists
...
Add artist and album to queue and search results
2018-03-29 20:36:03 +02:00
Andy
0e58a0d5c7
Merge pull request #162 from archphile/master
...
fixed a typo
2018-03-29 20:34:21 +02:00
Andy
eea4a382a4
Merge pull request #163 from ffontaine/master
...
ympd is implemented only in C
2018-03-29 20:32:23 +02: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
Archphile
d4865aca9d
fixed a typo
...
Replaced $DIRBLE_API_TOKE with $DIRBLE_API_TOKEN in order for the service to be functional.
2018-03-05 13:54:46 +02:00
eb041592
b4084034d0
Reverted some formatting; aligned CSS
2018-02-05 01:03:48 +01:00
eb041592
bd9775de8e
Align the labels for the trash mode buttons with display:inline-block
2018-02-05 00:38:20 +01:00
eb041592
b3037d6117
Hide Dirble app, if no API token is given/available
2018-02-04 13:43:37 +01:00
eb041592
b091e47d2f
Removed default for dirble_api_token from ympd.c
2018-02-04 01:50:28 +01:00
eb041592
037e7db1da
Minor formatting
2018-02-04 01:11:41 +01:00
eb041592
2e9d477ee6
Hide output button(s) if there is only one configured output
2018-02-04 00:30:45 +01:00
eb041592
73a844eb71
Fixed error with "... added" notifications
2018-02-03 16:34:22 +01:00
eb041592
1b0484a285
Extended text field for stream url across entire width of dialog
2018-02-03 15:06:59 +01:00
eb041592
226e3b5999
Moved button for notifications to settings
2018-02-03 14:51:48 +01:00
eb041592
fe0277bfbe
Rearranged artist and album information in queue and search results.
2018-02-03 12:03:33 +01:00
eb041592
3fe7d9c44c
Some more spelling
2018-02-02 02:40:40 +01:00
eb041592
cf572b705e
Added artist and album to both queue and search results; minor spelling
2018-02-02 02:14:31 +01:00
Andrew Karpow
88b2aa70c8
fixed mpd connection with empty mpdpass introduced by #148
2018-01-26 15:06:34 +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