diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-26 19:42:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-26 19:42:30 +0000 |
commit | 19a573e01a013eb34484f33d95bef0fc363001d9 (patch) | |
tree | 64f1ddf900d08153d874db2d6eccef652d327d6f /audio/Makefile | |
parent | 225978cfc8a61d2d5a650c94c93d55dd0ce8c6e1 (diff) | |
download | ports-19a573e01a013eb34484f33d95bef0fc363001d9.tar.gz ports-19a573e01a013eb34484f33d95bef0fc363001d9.zip |
MPD click & play client
mpdBrowser show your collection's covers and let you:
- play an album with left click
- Enqueue an album with left click and Control
- Clear playlist with middle click
- play a song with right click
- enqueue a song with right click and Control
WWW: http://www.gnomefiles.org/app.php/mpdBrowser
PR: ports/129955
Submitted by: Henrik Friedrichsen <hrkfdn at gmail.com>
Notes
Notes:
svn path=/head/; revision=224813
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index edd5ddd43475..3af23a466580 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -446,6 +446,7 @@ SUBDIR += mp3wrap SUBDIR += mpc SUBDIR += mpdas + SUBDIR += mpdbrowser SUBDIR += mpdcon SUBDIR += mpdscribble SUBDIR += mpegaudio |