Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-05 | Update mp3splt to 2.2.1 (obviating the need for mp3splt-devel) and take | schmonz | 1 | -35/+0 | |
MAINTAINER. From the changelog: - corrected the -g option to be more intuitive - fixed bug in the man page (from wrong '-t' to wrong '-g') - changed small usage error on '-g' option - mp3splt is now using libmp3splt - checks for compatibilities between options - added 'm-' for mp3 STDIN - possibility to specify the server and port for freedb search; (now using tracktype.org by default) - original id3v1 for mp3 tags are kept in the splitted files and also ogg vorbis tags - add custom tags with the new '-g' option - '-o' option now creates the specified directories if '-d' option is not specified - added '-Q' option which enables the '-q' option and does not print anything to STDOUT - added experimental '-D' debug mode option - added '-i' option for counting the number of silence splitpoints - also added '-h' option which shows a small usage | |||||
2008-02-06 | This is a development version of the mp3splt package. Aside from bug | bjs | 1 | -0/+35 | |
fixes, the main feature enhancement is support of freedb2.org searches. There may be regressions from the stable version, and so this was imported as a -devel package instead of an upgrade to devel/mp3splt. If it is confirmed that this does not exhibit any regressions, we should consider replacing that package with this one. Additionally, use of the libmp3splt library allows for abstracting the dependencies of libmp3splt (ogg/vorbis, mad) from the program itself. |