diff options
author | eadler <eadler@FreeBSD.org> | 2011-12-26 03:50:34 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-12-26 03:50:34 +0800 |
commit | 64eef81f4af778d9a1f7ceb87f9069e62bb6fb6d (patch) | |
tree | 53c53b699cc75ea5a4570f213e5e3d8fc05add78 /audio/Makefile | |
parent | 3a1e88eb3705e10c7ddfebbc3568574f774d5381 (diff) | |
download | freebsd-ports-gnome-64eef81f4af778d9a1f7ceb87f9069e62bb6fb6d.tar.gz freebsd-ports-gnome-64eef81f4af778d9a1f7ceb87f9069e62bb6fb6d.tar.zst freebsd-ports-gnome-64eef81f4af778d9a1f7ceb87f9069e62bb6fb6d.zip |
Jukebox for large collections of mp3/ogg/flac/mpc files
Uses gstreamer, mpg123/ogg123 or mplayer for playback
Main features :
- customizable window layouts
- artist/album lock : easily restrict playlist to current artist/album
- easy access to related songs (same artist/album/title)
- simple mass-tagging and mass-renaming
- support multiple genres for each song
- customizable labels can be set for each song
- filters with unlimited nesting of conditions
- customizable weighted random mode
WWW: http://gmusicbrowser.org/
PR: ports/161539
Submitted by: Zhihao Yuan <lichray@gmail.com>
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 c5f9b2ffb348..0f86eb1225ff 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -229,6 +229,7 @@ SUBDIR += gmpc-mserver SUBDIR += gmpc-shout SUBDIR += gmpc-wikipedia + SUBDIR += gmusicbrowser SUBDIR += gnome-audio SUBDIR += gnome-media SUBDIR += gnomoradio |