Commit Graph
323 Commits
Author SHA1 Message Date
jcorporation 2f1e87fdfd Pull request #2 2018-05-13 21:45:23 +01:00
jcorporation fd0f2c67ed Added cmake option CMAKE_BUILD_TYPE=RELEASE for usage of correct documentroot 2018-05-10 23:01:45 +01:00
jcorporation 23d3807fbc Merged pull request from notandy/mpd for Typo error prevent webradio playlists to show. #175 2018-05-10 22:36:12 +01:00
jcorporation 51e6f541e4 Moved sidebar to new queue toolbar
Moved output buttons to drop down menu in main toolbar
Add playinfo to html title
2018-05-07 22:25:17 +01:00
jcorporation 987fb4b2ec Remove doubled album entry in notification 2018-05-07 20:27:11 +01:00
jcorporation c83fa60e20 Filename for album covers are now based on song_uri, replacing filename with folder.jpg
Merged css/js files
2018-05-07 20:11:49 +01:00
jcorporation d97646fa86 Count complete queue in header and display days 2018-05-01 22:37:34 +01:00
jcorporation c08b353f24 Removed duplicate update db button 2018-04-30 15:16:41 +01:00
jcorporation 801159bfe8 Display total songs in queue header 2018-04-30 15:11:53 +01:00
jcorporation 71868bf89d MAX_ELEMENTS_PER_PAGE=100 2018-04-29 21:36:11 +01:00
jcorporation 4f2562a740 Regex fix for albumcover files 2018-04-29 20:57:05 +01:00
jcorporationandGitHub 4200630849 Merge branch 'master' into master 2018-04-29 21:49:34 +02:00
SuperBFG7 e1cb953e94 layout improvements 2018-04-23 13:38:58 +02:00
SuperBFG7 ebd357a24a fix layout 2018-04-22 20:48:18 +02:00
SuperBFG7 d08092b069 Merge remote-tracking branch 'eb041592/queue_nowrap' 2018-04-22 18:59:05 +02:00
SuperBFG7 265e5f76a1 Merge remote-tracking branch 'eb041592/queue_time' 2018-04-22 18:57:02 +02:00
SuperBFG7 63be6f0de0 Merge remote-tracking branch 'upstream/master' 2018-04-22 18:33:10 +02:00
jcorporation 0e27fbfc1d Updated README.md 2018-04-16 20:44:03 +01:00
jcorporation 84ff0b7906 Show Coverimage 2018-04-16 20:22:07 +01:00
eb041592 c9e200a3ef Prevent (almost) any wrapping to keep the interface "clean". 2018-04-10 21:18:35 +02:00
eb041592 2cb99de852 Revert some changes: There's no need to print the artist/album for each song while browsing. 2018-04-05 00:59:39 +02:00
eb041592 18417b9ed5 Reset #panel-heading-info on update of #panel-heading. 2018-04-04 23:06:19 +02:00
eb041592 c226026a51 Treat album while browsing the same way as in the queue. 2018-04-04 23:06:19 +02:00
eb041592 84b3ea71a4 Switch queue's line break before album from HTML to CSS. 2018-04-04 23:06:19 +02:00
eb041592 0faf70ad05 Add queue's total time to panel header. 2018-04-04 23:06:19 +02:00
eb041592 54e334a2a0 Added additional "totalTime" field to "obj" for the queue's total time. 2018-04-04 23:06:19 +02:00
AndyandGitHub 612f8fc0b2 Merge pull request #158 from eb041592/master
Update FreeBSD RC script
2018-03-29 20:37:43 +02:00
AndyandGitHub 17b97c8f6b Merge pull request #159 from eb041592/unclutter_interface
Unclutter Interface
2018-03-29 20:36:25 +02:00
AndyandGitHub 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
AndyandGitHub 0e58a0d5c7 Merge pull request #162 from archphile/master
fixed a typo
2018-03-29 20:34:21 +02:00
AndyandGitHub eea4a382a4 Merge pull request #163 from ffontaine/master
ympd is implemented only in C
2018-03-29 20:32:23 +02:00
SuperBFG7 2fa653711d fix defaults 2018-03-25 13:52:41 +02:00
SuperBFG7 26b2ca3408 add option "localport" to exclude ports from auth
usefull if ympd listens on two ports: one (local) for intranet usage and
one for internet usage
2018-03-25 13:45:16 +02:00
Daniel SchregenbergerandGitHub 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
ArchphileandGitHub 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
SuperBFG7 17436bff40 fix browse for directories and playlists 2018-02-03 13:02:02 +01:00
SuperBFG7 7af873b793 remove password from service file 2018-02-03 12:51:20 +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