ympd.git
6 years agoMerge remote-tracking branch 'eb041592/queue_time'
SuperBFG7 [Sun, 22 Apr 2018 16:57:02 +0000 (18:57 +0200)]
Merge remote-tracking branch 'eb041592/queue_time'

6 years agoMerge remote-tracking branch 'upstream/master'
SuperBFG7 [Sun, 22 Apr 2018 16:33:10 +0000 (18:33 +0200)]
Merge remote-tracking branch 'upstream/master'

6 years agoRevert some changes: There's no need to print the artist/album for each song while...
eb041592 [Wed, 4 Apr 2018 22:59:39 +0000 (00:59 +0200)]
Revert some changes: There's no need to print the artist/album for each song while browsing.

6 years agoReset #panel-heading-info on update of #panel-heading.
eb041592 [Wed, 4 Apr 2018 20:00:32 +0000 (22:00 +0200)]
Reset #panel-heading-info on update of #panel-heading.

6 years agoTreat album while browsing the same way as in the queue.
eb041592 [Wed, 4 Apr 2018 19:09:02 +0000 (21:09 +0200)]
Treat album while browsing the same way as in the queue.

6 years agoSwitch queue's line break before album from HTML to CSS.
eb041592 [Wed, 4 Apr 2018 17:44:08 +0000 (19:44 +0200)]
Switch queue's line break before album from HTML to CSS.

6 years agoAdd queue's total time to panel header.
eb041592 [Wed, 4 Apr 2018 17:40:12 +0000 (19:40 +0200)]
Add queue's total time to panel header.

6 years agoAdded additional "totalTime" field to "obj" for the queue's total time.
eb041592 [Wed, 4 Apr 2018 13:04:25 +0000 (15:04 +0200)]
Added additional "totalTime" field to "obj" for the queue's total time.

6 years agoMerge pull request #158 from eb041592/master
Andy [Thu, 29 Mar 2018 18:37:43 +0000 (20:37 +0200)]
Merge pull request #158 from eb041592/master

Update FreeBSD RC script

6 years agoMerge pull request #159 from eb041592/unclutter_interface
Andy [Thu, 29 Mar 2018 18:36:25 +0000 (20:36 +0200)]
Merge pull request #159 from eb041592/unclutter_interface

Unclutter Interface

6 years agoMerge pull request #160 from eb041592/verbose_lists
Andy [Thu, 29 Mar 2018 18:36:03 +0000 (20:36 +0200)]
Merge pull request #160 from eb041592/verbose_lists

Add artist and album to queue and search results

6 years agoMerge pull request #162 from archphile/master
Andy [Thu, 29 Mar 2018 18:34:21 +0000 (20:34 +0200)]
Merge pull request #162 from archphile/master

fixed a typo

6 years agoMerge pull request #163 from ffontaine/master
Andy [Thu, 29 Mar 2018 18:32:23 +0000 (20:32 +0200)]
Merge pull request #163 from ffontaine/master

ympd is implemented only in C

6 years agofix defaults
SuperBFG7 [Sun, 25 Mar 2018 11:52:41 +0000 (13:52 +0200)]
fix defaults

6 years agoadd option "localport" to exclude ports from auth
SuperBFG7 [Sun, 25 Mar 2018 11:45:16 +0000 (13:45 +0200)]
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

6 years agoMerge pull request #16 from ffontaine/master
Daniel Schregenberger [Mon, 12 Mar 2018 16:51:19 +0000 (17:51 +0100)]
Merge pull request #16 from ffontaine/master

ympd is implemented only in C

6 years agoympd is implemented only in C
Fabrice Fontaine [Thu, 8 Mar 2018 17:00:09 +0000 (18:00 +0100)]
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>
6 years agofixed a typo
Archphile [Mon, 5 Mar 2018 11:54:46 +0000 (13:54 +0200)]
fixed a typo

Replaced $DIRBLE_API_TOKE with $DIRBLE_API_TOKEN in order for the service to be functional.

6 years agoReverted some formatting; aligned CSS
eb041592 [Sun, 4 Feb 2018 12:24:44 +0000 (13:24 +0100)]
Reverted some formatting; aligned CSS

6 years agoAlign the labels for the trash mode buttons with display:inline-block
eb041592 [Sun, 4 Feb 2018 23:38:20 +0000 (00:38 +0100)]
Align the labels for the trash mode buttons with display:inline-block

6 years agoHide Dirble app, if no API token is given/available
eb041592 [Sun, 4 Feb 2018 11:50:44 +0000 (12:50 +0100)]
Hide Dirble app, if no API token is given/available

6 years agoRemoved default for dirble_api_token from ympd.c
eb041592 [Sun, 4 Feb 2018 00:50:28 +0000 (01:50 +0100)]
Removed default for dirble_api_token from ympd.c

6 years agoMinor formatting
eb041592 [Sun, 4 Feb 2018 00:11:41 +0000 (01:11 +0100)]
Minor formatting

6 years agoHide output button(s) if there is only one configured output
eb041592 [Sat, 3 Feb 2018 23:30:45 +0000 (00:30 +0100)]
Hide output button(s) if there is only one configured output

6 years agoFixed error with "... added" notifications
eb041592 [Sat, 3 Feb 2018 15:34:22 +0000 (16:34 +0100)]
Fixed error with "... added" notifications

6 years agoExtended text field for stream url across entire width of dialog
eb041592 [Sat, 3 Feb 2018 14:06:59 +0000 (15:06 +0100)]
Extended text field for stream url across entire width of dialog

6 years agoMoved button for notifications to settings
eb041592 [Sat, 3 Feb 2018 13:51:48 +0000 (14:51 +0100)]
Moved button for notifications to settings

6 years agofix browse for directories and playlists
SuperBFG7 [Sat, 3 Feb 2018 12:02:02 +0000 (13:02 +0100)]
fix browse for directories and playlists

6 years agoremove password from service file
SuperBFG7 [Sat, 3 Feb 2018 11:51:20 +0000 (12:51 +0100)]
remove password from service file

6 years agoRearranged artist and album information in queue and search results.
eb041592 [Sat, 3 Feb 2018 11:03:33 +0000 (12:03 +0100)]
Rearranged artist and album information in queue and search results.

6 years agoSome more spelling
eb041592 [Fri, 2 Feb 2018 01:40:40 +0000 (02:40 +0100)]
Some more spelling

6 years agoAdded artist and album to both queue and search results; minor spelling
eb041592 [Fri, 2 Feb 2018 01:14:31 +0000 (02:14 +0100)]
Added artist and album to both queue and search results; minor spelling

6 years agoUpdate FreeBSD RC script
eb041592 [Sun, 28 Jan 2018 20:22:06 +0000 (21:22 +0100)]
Update FreeBSD RC script

- removed /usr/sbin/daemon's option "-t" (first appeared in FreeBSD 11, leading to an error in previous versions; since the [t]itle defaults to the daemonized invocation anyways, this shouldn't make a difference for FreeBSD 11+)
- removed /usr/sbin/daemon's option "-u" and the respective variable in the script (ympd has to be started as root to be able to bind to port 80)
- allow for additional arguments via ympd_flags="" in rc.conf (which would again allow to drop privileges after binding to the port)

6 years agoRevert "remove password since it breaks empty passwords"
SuperBFG7 [Fri, 26 Jan 2018 14:47:16 +0000 (15:47 +0100)]
Revert "remove password since it breaks empty passwords"

This reverts commit 839b9aa9debc63282572d1cc33f8bb39b2cd9639.

6 years agoMerge pull request #15 from SuperBFG7/notandy-master
Daniel Schregenberger [Fri, 26 Jan 2018 14:43:58 +0000 (15:43 +0100)]
Merge pull request #15 from SuperBFG7/notandy-master

Notandy master

6 years agoMerge pull request #14 from notandy/master
Daniel Schregenberger [Fri, 26 Jan 2018 14:42:49 +0000 (15:42 +0100)]
Merge pull request #14 from notandy/master

fixed mpd connection with empty mpdpass introduced by #148

6 years agofixed mpd connection with empty mpdpass introduced by #148
Andrew Karpow [Fri, 26 Jan 2018 14:06:34 +0000 (15:06 +0100)]
fixed mpd connection with empty mpdpass introduced by #148

6 years agoremove password since it breaks empty passwords
SuperBFG7 [Fri, 26 Jan 2018 13:22:50 +0000 (14:22 +0100)]
remove password since it breaks empty passwords

6 years agofixed typo
SuperBFG7 [Fri, 26 Jan 2018 13:16:03 +0000 (14:16 +0100)]
fixed typo

6 years agoMerge branch 'notandy-master'
SuperBFG7 [Fri, 26 Jan 2018 12:59:08 +0000 (13:59 +0100)]
Merge branch 'notandy-master'

6 years agoMerge branch 'master' into notandy-master
SuperBFG7 [Fri, 26 Jan 2018 12:51:20 +0000 (13:51 +0100)]
Merge branch 'master' into notandy-master

6 years agoMerge pull request #12 from notandy/master
Daniel Schregenberger [Fri, 26 Jan 2018 12:23:23 +0000 (13:23 +0100)]
Merge pull request #12 from notandy/master

Merge recent commits to notandy/ympd master

6 years agoMerge branch 'master' of github.com:notandy/ympd
Andrew Karpow [Mon, 22 Jan 2018 04:02:09 +0000 (05:02 +0100)]
Merge branch 'master' of github.com:notandy/ympd

6 years agoMerge branch 'lesderid-master'
Andrew Karpow [Mon, 22 Jan 2018 04:01:40 +0000 (05:01 +0100)]
Merge branch 'lesderid-master'

6 years agoMerge branch 'master' of https://github.com/lesderid/ympd into lesderid-master
Andrew Karpow [Mon, 22 Jan 2018 03:58:17 +0000 (04:58 +0100)]
Merge branch 'master' of https://github.com/lesderid/ympd into lesderid-master

6 years agoMerge pull request #157 from florianheinemann/patch-1
Andy [Mon, 22 Jan 2018 03:55:07 +0000 (04:55 +0100)]
Merge pull request #157 from florianheinemann/patch-1

Update README.md to highlight OpenSSL dependency

6 years agoMerge branch 'SuperBFG7-send-message'
Andrew Karpow [Mon, 22 Jan 2018 03:50:43 +0000 (04:50 +0100)]
Merge branch 'SuperBFG7-send-message'

6 years agoMerge branch 'send-message' of https://github.com/SuperBFG7/ympd into SuperBFG7-send...
Andrew Karpow [Mon, 22 Jan 2018 03:50:22 +0000 (04:50 +0100)]
Merge branch 'send-message' of https://github.com/SuperBFG7/ympd into SuperBFG7-send-message

6 years agoupdate travis image
Andrew Karpow [Mon, 22 Jan 2018 03:45:59 +0000 (04:45 +0100)]
update travis image

6 years agoMerge branch 'BenjaminHae-sortable'
Andrew Karpow [Mon, 22 Jan 2018 03:40:52 +0000 (04:40 +0100)]
Merge branch 'BenjaminHae-sortable'

6 years agoMerge pull request #156 from znetstar/master
Andy [Mon, 22 Jan 2018 03:35:21 +0000 (04:35 +0100)]
Merge pull request #156 from znetstar/master

Adds a Dockerfile

6 years agoMerge pull request #149 from SuperBFG7/delete
Andy [Mon, 22 Jan 2018 03:34:54 +0000 (04:34 +0100)]
Merge pull request #149 from SuperBFG7/delete

add ability to delete ranges of the playlist

6 years agoMerge pull request #134 from Kernald/fix-double-slashes
Andy [Mon, 22 Jan 2018 03:33:54 +0000 (04:33 +0100)]
Merge pull request #134 from Kernald/fix-double-slashes

Fix double slashes in websocket URL

6 years agoMerge pull request #130 from govertbuijs/master
Andy [Mon, 22 Jan 2018 03:32:57 +0000 (04:32 +0100)]
Merge pull request #130 from govertbuijs/master

Added crude filtering for browsing db

6 years agoMerge pull request #150 from azrdev/no-overwrite-cflags
Andy [Mon, 22 Jan 2018 03:26:09 +0000 (04:26 +0100)]
Merge pull request #150 from azrdev/no-overwrite-cflags

Don't overwrite CFLAGS

6 years agoMerge pull request #148 from unknownloner/master
Andy [Mon, 22 Jan 2018 03:23:51 +0000 (04:23 +0100)]
Merge pull request #148 from unknownloner/master

Allow MPD Password to be configured in command line options

6 years agoMerge pull request #145 from felixjogris/master
Andy [Mon, 22 Jan 2018 03:22:36 +0000 (04:22 +0100)]
Merge pull request #145 from felixjogris/master

added FreeBSD RC script

6 years agoUpdate README.md to highlight OpenSSL dependency
Florian Heinemann [Sun, 21 Jan 2018 21:06:40 +0000 (22:06 +0100)]
Update README.md to highlight OpenSSL dependency

7 years agoAdds a Dockerfile for building a lightweight Docker container based on alpine
Zachary Boyd [Sat, 23 Dec 2017 20:11:47 +0000 (12:11 -0800)]
Adds a Dockerfile for building a lightweight Docker container based on alpine

7 years agoshorter browse item in menu
SuperBFG7 [Mon, 18 Dec 2017 14:16:37 +0000 (15:16 +0100)]
shorter browse item in menu

7 years agoRevert "Merge branch 'lmanul-master'"
SuperBFG7 [Mon, 18 Dec 2017 14:10:21 +0000 (15:10 +0100)]
Revert "Merge branch 'lmanul-master'"

This reverts commit f118c53ecbd955d9cbe9ae7e534c93d4f684172c, reversing
changes made to 604d54a0bb3509ea48d143bba01d3c241453761d.

7 years agoMerge branch 'lmanul-master'
SuperBFG7 [Mon, 18 Dec 2017 14:00:56 +0000 (15:00 +0100)]
Merge branch 'lmanul-master'

7 years agomerge branch lmanul-master
SuperBFG7 [Mon, 18 Dec 2017 14:00:28 +0000 (15:00 +0100)]
merge branch lmanul-master

7 years agofix player
SuperBFG7 [Mon, 31 Jul 2017 09:56:02 +0000 (11:56 +0200)]
fix player

7 years agoDon't overwrite CFLAGS
azrdev [Sun, 14 May 2017 05:37:46 +0000 (07:37 +0200)]
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

7 years agoMerge branch 'delete'
SuperBFG7 [Sat, 8 Apr 2017 09:31:41 +0000 (11:31 +0200)]
Merge branch 'delete'

7 years agoadd ability to delete ranges of the playlist
SuperBFG7 [Sat, 8 Apr 2017 09:25:40 +0000 (11:25 +0200)]
add ability to delete ranges of the playlist

7 years agoFix segfault when using short password option (-m)
Galen Alderson [Wed, 29 Mar 2017 16:17:01 +0000 (12:17 -0400)]
Fix segfault when using short password option (-m)

7 years agoMerge remote-tracking branch 'origin/send-message'
SuperBFG7 [Fri, 24 Mar 2017 10:02:25 +0000 (11:02 +0100)]
Merge remote-tracking branch 'origin/send-message'

7 years agoadded missing include
SuperBFG7 [Fri, 24 Mar 2017 10:01:24 +0000 (11:01 +0100)]
added missing include

7 years agouncommented love button
SuperBFG7 [Sat, 18 Mar 2017 12:44:04 +0000 (13:44 +0100)]
uncommented love button

7 years agoMerge remote-tracking branch 'origin/send-message'
SuperBFG7 [Sat, 18 Mar 2017 12:41:32 +0000 (13:41 +0100)]
Merge remote-tracking branch 'origin/send-message'

7 years agoadd a button to love tracks on last.fm using mpdas
SuperBFG7 [Sat, 18 Mar 2017 12:32:17 +0000 (13:32 +0100)]
add a button to love tracks on last.fm using mpdas

7 years agoadded API command to send messages to MPD channels
SuperBFG7 [Sat, 18 Mar 2017 12:31:26 +0000 (13:31 +0100)]
added API command to send messages to MPD channels

7 years agoMerge branch 'fix-double-slashes'
SuperBFG7 [Sat, 18 Mar 2017 09:39:25 +0000 (10:39 +0100)]
Merge branch 'fix-double-slashes'

7 years agoMerge branch 'fix-double-slashes' of git://github.com/Kernald/ympd into fix-double...
SuperBFG7 [Sat, 18 Mar 2017 09:38:46 +0000 (10:38 +0100)]
Merge branch 'fix-double-slashes' of git://github.com/Kernald/ympd into fix-double-slashes

7 years agoMerge branch 'eolianoe-patch-1'
SuperBFG7 [Sat, 18 Mar 2017 09:35:24 +0000 (10:35 +0100)]
Merge branch 'eolianoe-patch-1'

7 years agoMerge branch 'patch-1' of git://github.com/eolianoe/ympd into eolianoe-patch-1
SuperBFG7 [Sat, 18 Mar 2017 09:34:57 +0000 (10:34 +0100)]
Merge branch 'patch-1' of git://github.com/eolianoe/ympd into eolianoe-patch-1

7 years agofix README
SuperBFG7 [Sat, 18 Mar 2017 09:27:52 +0000 (10:27 +0100)]
fix README

7 years agoquote password
unknownln [Sat, 18 Feb 2017 17:05:24 +0000 (12:05 -0500)]
quote password

7 years agoconfig for system services
unknownln [Sat, 18 Feb 2017 17:00:28 +0000 (12:00 -0500)]
config for system services

7 years agoUpdate documentation for new option
unknownln [Sat, 18 Feb 2017 16:51:03 +0000 (11:51 -0500)]
Update documentation for new option

7 years agoAdd option to set MPD password
unknownln [Sat, 18 Feb 2017 16:42:20 +0000 (11:42 -0500)]
Add option to set MPD password

7 years agoadded FreeBSD RC script
Felix J. Ogris [Mon, 6 Feb 2017 19:19:09 +0000 (20:19 +0100)]
added FreeBSD RC script

8 years agoMake the Dirble API token configurable and use HTTPS
Les De Ridder [Sun, 11 Sep 2016 15:54:25 +0000 (17:54 +0200)]
Make the Dirble API token configurable and use HTTPS

Fixes #140

8 years agoFix double slashes in websocket URL
Marc Plano-Lesay [Thu, 7 Jul 2016 13:22:15 +0000 (15:22 +0200)]
Fix double slashes in websocket URL

8 years agoAdded crude filtering for browsing db
Govert Buijs [Wed, 8 Jun 2016 21:20:27 +0000 (23:20 +0200)]
Added crude filtering for browsing db

8 years agoDisplay the right short option for `--version`
eolianoe [Sun, 17 Apr 2016 09:37:04 +0000 (11:37 +0200)]
Display the right short option for `--version`

8 years agofix browsing of playlists
SuperBFG7 [Tue, 16 Feb 2016 11:03:50 +0000 (12:03 +0100)]
fix browsing of playlists

8 years agoMerge branch 'notandt push origin mastery-master'
SuperBFG7 [Sun, 14 Feb 2016 11:34:13 +0000 (12:34 +0100)]
Merge branch 'notandt push origin mastery-master'

8 years agoMerge branch 'master' of git://github.com/notandy/ympd into notandy-master
SuperBFG7 [Sun, 14 Feb 2016 11:33:57 +0000 (12:33 +0100)]
Merge branch 'master' of git://github.com/notandy/ympd into notandy-master

8 years agosync with original repo
SuperBFG7 [Sun, 14 Feb 2016 11:30:14 +0000 (12:30 +0100)]
sync with original repo

8 years agoMerge pull request #8 from BenjaminHae/master
Daniel Schregenberger [Sun, 14 Feb 2016 11:16:07 +0000 (12:16 +0100)]
Merge pull request #8 from BenjaminHae/master

moved Update-DB Button to settings

8 years agoMerge pull request #7 from BenjaminHae/playbutton
Daniel Schregenberger [Sun, 14 Feb 2016 11:14:37 +0000 (12:14 +0100)]
Merge pull request #7 from BenjaminHae/playbutton

added functionality of play/pause button to queue header

8 years agoMerge pull request #116 from SuperBFG7/comma
Andy [Sat, 13 Feb 2016 21:01:52 +0000 (22:01 +0100)]
Merge pull request #116 from SuperBFG7/comma

fix handling of commas in library item names

8 years agoremoved minified files, minifing should be part of build process
Andrew Karpow [Sat, 13 Feb 2016 20:58:43 +0000 (21:58 +0100)]
removed minified files, minifing should be part of build process

8 years agoMerge pull request #113 from BenjaminHae/playbutton
Andy [Sat, 13 Feb 2016 20:51:34 +0000 (21:51 +0100)]
Merge pull request #113 from BenjaminHae/playbutton

added functionality of play/pause symbol track-icon to queue header

8 years agoMerge pull request #102 from SuperBFG7/browse
Andy [Sat, 13 Feb 2016 20:49:18 +0000 (21:49 +0100)]
Merge pull request #102 from SuperBFG7/browse

remember last folder in browser

8 years agoMerge pull request #104 from SuperBFG7/touch
Andy [Sat, 13 Feb 2016 20:48:54 +0000 (21:48 +0100)]
Merge pull request #104 from SuperBFG7/touch

do not use mouseenter/leave on touch devices

8 years agoMerge pull request #92 from BenjaminHae/master
Andy [Sat, 13 Feb 2016 20:46:57 +0000 (21:46 +0100)]
Merge pull request #92 from BenjaminHae/master

moved Update-DB Button to settings