diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-08 06:00:10 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-08 06:00:10 +0800 |
commit | 2a1bc328c3a6a92285b56a559fab0eb829bfedfd (patch) | |
tree | f30508e1a40e277a9449689ab5e8e8ba21de3dd5 /audio/Makefile | |
parent | 6a3101fedf7c69709c3e375ddd0ced11ede85506 (diff) | |
download | freebsd-ports-gnome-2a1bc328c3a6a92285b56a559fab0eb829bfedfd.tar.gz freebsd-ports-gnome-2a1bc328c3a6a92285b56a559fab0eb829bfedfd.tar.zst freebsd-ports-gnome-2a1bc328c3a6a92285b56a559fab0eb829bfedfd.zip |
Add mbox
mBox is program intended to help you with organizing your music files.
The most important features are:
- ability to reencode mp3/ogg/wma to mp3/ogg
- contains utility 'convertor' which converts whole directories to desired
format. Bitrate, etc. is automatically adjusted depending on settings
and source audio.
- reading/writing tags in MP3 ID3v1 and ID3v2, Ogg Vorbis
- reading WMA tags
- FreeDB, treates encoded files as if it was CD, so you can simply
select your files and - if found in database - write tags to them.
- auto tagging - reads tag information from filename
- batch tags editing
- batch files renaming (can use tags)
- directory renaming (can use tags)
Approved by: adamw (mentor)
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 a2ba98aa6db4..d5699fc520e0 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -204,6 +204,7 @@ SUBDIR += madplay SUBDIR += maplay SUBDIR += marlin + SUBDIR += mbox SUBDIR += mbrola SUBDIR += mbrolavox SUBDIR += mctoolame-decoder |