Mp3Splt Changelog

What's new in Mp3Splt 2.6.2

Nov 12, 2014
  • added bit reservoir handling for gapless playback option using the -b parameter (see manual for details)
  • added @d to output format which is equal to: last directory of the input filename or the filename itself if no directory

New in Mp3Splt 2.6.1b (Nov 12, 2014)

  • bug fix: make sure to separate artist and performer in CUE files for use of @p and @a (libmp3splt)
  • bug fix on CUE: from INDEX format MM:SS:FF, handle FF as frames instead of hundreths (libmp3splt)
  • bug fix: issue when having input file inside several recursive symlinks (libmp3splt)
  • small improvement on CUE: also accept INDEX 1 and not only INDEX 01 (libmp3splt)

New in Mp3Splt 2.6.1a (Nov 12, 2014)

  • FLAC: fixed an important bug not allowing to split some files (libmp3splt)

New in Mp3Splt 2.6.1 (May 3, 2014)

  • FLAC internal cue sheets support (-c internal_sheet)
  • simple MP3 chapter marks support (with no overlap) (-c internal_sheet)
  • added #161 FLAC option to compute and write MD5 sum in the STREAMINFO metadata block (-M)
  • fixed bug #159 with some FLAC files being detected as MP3; also look for the file extension when detecting a file for a plugin (libmp3splt)
  • fixed bug '#160 ---last cue splitpoint--- created at 99 59 99 for mp3 files >100mins' (libmp3splt)
  • implemented feature request #103: show error message on failure to detect silence
  • added '-p error_if_no_aa' and '-p warn_if_no_aa' parameters to auto-adjust option
  • patch #9 to fix manpage linking for flacsplt/oggsplt and fixed some warnings

New in Mp3Splt 2.6 (Jul 22, 2013)

  • experimental FLAC support added - stdin and stdout are not yet implemented
  • new --enable-flacsplt_symlink configure option to mp3splt
  • fixed progress bar of ogg vorbis when using the auto adjust option (libmp3splt)

New in Mp3Splt 2.5.2 (Apr 1, 2013)

  • added option -I to specify the input tags encoding for when writing ID3v2 tags (ISO-8859-1, UTF-8
  • or UTF-16)
  • added option -K to keep the original tags and just replace them when importing a CUE or CDDB file
  • libmp3splt check is now more correct and checks for the exact version of libmp3splt with = instead
  • of >=; will be changed to >= when final version of libmp3splt will be released
  • now using pkg-config instead of mp3splt.m4
  • corrected build files (configure.ac, Makefile.am, ...) and check using 'make distcheck'

New in Mp3Splt 2.5.1 (Jan 27, 2013)

  • fixed a bug when removing the tags from skippoints (libmp3splt)
  • added option to set output ID3v2 tags encoded in latin1, UTF-8 or UTF16

New in Mp3Splt 2.5 (Jan 21, 2013)

  • done issues #40 and #85 - added minimum silence length parameter for auto adjust (mainly libmp3splt)
  • added minimum silence length for trim silence mode (minimum silence to trigger a trimming) (mainly libmp3splt)
  • done issue #12 - added option to output the full silence log useful to plot a graph (mainly libmp3splt)
  • implemented back the proxy feature with basic authentification - feature #50 (mainly libmp3splt)
  • added option to generate exactly the same input tags bytes using @O (mainly libmp3splt)
  • enhanced the CUE export to export the tags as REM comments and also the splitpoint names (libmp3splt)
  • fixed bug when detecting the input tags version - output had no tags when the input only had ID3v1 (libmp3splt)
  • fixed bug: output tags versions was not equal to the input file tags versions when the user was setting custom tags without any @o to get the original tags (libmp3splt)
  • done issue #79 - added 0 to the number of digits to output in order to be able to support the old mp3splt output format (libmp3splt)
  • fixed bug #141 - when input file is a symlink and output directory is the one of the input file (libmp3splt)
  • fixed bug on mp3 trim silence scan: last frame was skipped (libmp3splt)
  • fixed bug #133 - updated GPLv2 COPYING file
  • fixed bug #142 - skipped splitpoints were handled wrong by '-c'

New in Mp3Splt 2.4.3 (Aug 28, 2012)

  • added the trackjoin parameter for silence detection split: tracks shorter than trackjoin will be joined with others
  • fixed bug: removing TLEN id3v2 tag from the split files (libmp3splt)
  • fixed bug #3530488 - regression introduced with ogg multiple logical streams (libmp3splt)

New in Mp3Splt 2.4.2 (May 14, 2012)

  • fixed error when ID3v2 was containing what appears a valid frame; make sure we skip the ID3v2 after looking for the first frames
  • fixed bug #3497957 libtoolize vs glibtoolize
  • fixed #3487543 - compilation without pcre support
  • added the shots parameter to silence detection

New in Mp3Splt 2.4.1 (Nov 14, 2011)

  • added minimum track length option for silence scan: 'trackmin' parameter to '-p' - closes #2393766
  • added option to set original tags when using 'replace tags in tags' - use of #t, #a, ... - closes #3407314
  • fixed #3399950 - regression on windows regarding the current working directory
  • fixed some regression regarding mp3splt v2.1c - removed some checks relative to the total
  • fixed #3385833 - don't apply debugging flags or warnings flags by default:
  • added --enable-c-debug --enable-optimise --enable-extra-warnings
  • fixed #3424143 - added a small check for the -O option
  • added support for multiple ogg/vorbis logical streams (mail) (libmp3splt)
  • fixed mp3 frame mode with skippoint when skippoint too small (on the same frame as previous) (libmp3splt)
  • fixed several audacity labels issues (libmp3splt)
  • fixed inconsistency (extra 0 padding) between @n of -g and @n of -o (mail)
  • time - we cannot rely on the total time - for example with concatenated mp3s (libmp3splt)

New in Mp3Splt 2.4 (Jul 18, 2011)

  • 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)

New in Mp3Splt 2.3a (Jul 18, 2011)

  • fixed tracktype.org issue (libmp3splt)

New in Mp3Splt 2.3 (Mar 3, 2011)

  • new '-G' option: set tags from filename regular expression
  • more translations (project mp3splt-gtk on transifex)