diff options
author | wen <wen@FreeBSD.org> | 2010-05-13 14:05:30 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-13 14:05:30 +0800 |
commit | 328562f0b938438bfa95fc04f3a30920ad983924 (patch) | |
tree | 10978e0cc6f7ce0d0cf1ba0cfa536970972cd9f8 /audio/Makefile | |
parent | 1ef0576b46932769948aa1fa3bdee7fe0459d8e9 (diff) | |
download | freebsd-ports-gnome-328562f0b938438bfa95fc04f3a30920ad983924.tar.gz freebsd-ports-gnome-328562f0b938438bfa95fc04f3a30920ad983924.tar.zst freebsd-ports-gnome-328562f0b938438bfa95fc04f3a30920ad983924.zip |
Cuberok is a music player and a collection manager based on Qt4. It has
lightweight interface, music collection support and many features, e.g.
music autorating and Last.FM scrobbler.
Features:
-CUE support. Codepage selection for CUE sheets
-Shoutcast/icecast support (for GStreamer and Phonon)
-Support internet services Jamendo and MagnaTune (New in v.0.0.9)
-Last.FM and Libre.FM scrobblers
-Downloading images for albums and artists from Last.FM
-Loading artist and album info from Last.FM, loading lyrics from LyricWiki.org
-Auto rating for songs. Rating for albums, artists and genres automatically
calculated from rating of songs.
-Easy collection browsing. Just double click on genre to view all artist in
this genre.
-Smart playlists (custom SQL requests)
-Support for AlbumArt as separate file on disk. Art can be assinged to genre
and atrist too.
-And etc...
WWW: http://code.google.com/p/cuberok/
PR: ports/146510
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.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 9792367e7ccf..1314a4db4f41 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -113,6 +113,7 @@ SUBDIR += crip SUBDIR += cripple SUBDIR += csound + SUBDIR += cuberok SUBDIR += cue2toc SUBDIR += cueplayer SUBDIR += cuetools |