Next | Query returned 32 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2011-10-21 22:53:29 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 2.4

Changelog:
#mp3splt version 2.4

- added negative splitpoints support with EOF-min.sec[.0-99] (only works when \ 
the input is not seekable)
- added trimming using silence detection with -r (use with -p th to set the \ 
threshold)
- fixed bug #3034474: genre tag problem + original tags are now correctly \ 
copied, with two exceptions: (libmp3splt)
* only one artist, album, title are supported
* for mp3's, the total tracknumber is not yet supported
- fixed windows bug to take translations from the current directory (+libmp3splt)
- fixed windows bug with wide characters in directory path of executable \ 
(+libmp3splt)

#mp3splt version 2.3a

- fixed tracktype.org issue (libmp3splt)

#mp3splt version 2.3

- new '-G' option: set tags from filename regular expression
- more translations (project mp3splt-gtk on transifex)
- added genre tag to custom tags and to output format (libmp3splt)
- support for the FILE attribute in CUE files - #1353726 (libmp3splt)
- fixed CUE import bug - spaces at the end are now correctly wiped out (libmp3splt)
- fixed bug #3114384: introduced back the 'file might be VBR' warning (libmp3splt)
- fixed bug #3034474: genre tag problems (libmp3splt)
- fixed ogg stream issues - #2861898 & #1078018 (libmp3splt)
   2010-11-30 20:20:05 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 2.2.9
changes:
-support libmp3splt's new features
-bugfixes
   2009-12-15 22:30:53 by Joerg Sonnenberger | Files touched by this commit (23)
Log message:
Recursive bump for libltdl
   2009-07-25 16:58:34 by Amitai Schlair | Files touched by this commit (4)
Log message:
Update to 2.2.5. From the changelog:

#mp3splt v. 2.2.5

- added -x option to not write Xing header

mostly libmp3splt (but important for mp3splt users) :
- fixed bug with -g and multiple usages of @o (libmp3splt)
- fixed a small bug with genre in -g
- Xing header is now written even if -n option is used (libmp3splt)
- fixed bug with stdin & id3v2 & xing
- fixed critical bug with overlap splitpoints not working (feature #1530782 \ 
=> bug)
- fixed critical bug with mp3 stdin (& framemode)
- fixed some warning messages & added some more
- fixed dewrap error message
- fixed dewrap bug to not attempt to create output directories when '-d' option \ 
is used
- fixed minor bug #2790952 : time mode creating an empty file (at the end)

#mp3splt v. 2.2.4

- fixed issue with CUE file not being imported correctly : \r and \n
problem (bug #2778717)
- fixed bug #2691576 - CUE file seg fault if no artist
- fixed segfault when output format was empty
- fixed bug with ID3v1 and '@N' (was 1,3,5,... instead of 1,2,3,...)
- fixed time split with '0.0' was infinite looping
- fixed empty output format '' seg fault
- small fixes in the man page
- re-enabled mp3splt ogg symlink configure option
- added options @m,@M,@s,@S,@H,@h + no @h or @H in output filenames if hundreths \ 
are 0
- added default custom tags as %[@o,@N=1]
- print to stdout is now on stderr for the '-l' option, except for the filenames
- added --with-mp3splt(-libraries|-includes)?, --disable-mp3splttest configure \ 
options
- added overlapping split files with the -O option (feature request #1530782)
   2009-02-12 23:52:49 by Matthias Drochner | Files touched by this commit (2)
Log message:
move the libltdl where it belongs
   2009-02-12 22:35:34 by Amitai Schlair | Files touched by this commit (2) | Package updated
Log message:
Update to 2.2.3. From the changelog:

- added ID3v2 support (for known tags like title, artist, album,
    track number, ...)
- added '@nX' to '-o' option to specify the number of digits (X)
    in the output track identifier number
- added '-N' option for Not writing mp3splt.log file
- added the '@N' variable when using the '-g' option for auto
    incrementing the track number in the tags
- created a completely new windows installer allowing to install
    only some components and to uninstall only the installed files
- added some more documentation about the 'off' parameter
- updated to check for illegal characters in output filenames
- fixed bug with mp3splt not searching for plugins in its directory
    on Windows (it will now search in the directory of the 'mp3splt'
    executable if we detect a path from the launch command and in
    the installation directory written in the registry)
- fixed the zeroes not being added before the number when using @n
- fixed small bug about '-Q' not working right
- the default behaviour of the tags on the split files has changed:
    by default, we set the tags version of the file to split in the
    split files (for example if the file for split has ID3 version
    X, the tags in the split files will be ID3vX)
- added -1 (force tags in output files to be ID3v1) and -2 (force
    tags in output files to be ID3v2) options
- implemented query{search_string}(chosen_result_int) for the -c
    option : windows users should use this instead of -c query when
    searching using a "unicode" string
- fixed all tags/filenames "unicode" encoding issues on windows
- fixed small track issue in tags
- fixed issue when the output is the same as the original file
   2008-12-06 10:29:51 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add missing ltdl dependency. Causes build failure, so no PKGREVISION bump.
   2008-10-06 00:56:41 by Amitai Schlair | Files touched by this commit (11)
Log message:
Update mp3splt to 2.2.1 (obviating the need for mp3splt-devel) and take
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-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2006-08-10 18:16:13 by Thomas Klausner | Files touched by this commit (1)
Log message:
Drop maintainership (not used in ages).

Next | Query returned 32 messages, browsing 11 to 20 | Previous