mp3splt Changelog

What's new in mp3splt 0.9.2

Nov 11, 2014
  • Added @d to output format which is equal to: last directory of the input filename or the filename itself if no directory.
  • Dropped out GTK 2.x support Removed gtk3 deprecated symbols and made it look more gtk3-alike.
  • Fixed bug #170 - included stdlib.h in src/plugins.c for getenv() because otherwise segfault on RHEL 5.6 64bits.
  • Added bit reservoir handling for mp3 gapless playback option (-b for the command line).
  • This option also allows playback at the exact sample specified by the input time, instead of the music data frames boundaries.
  • Warning: split files will play gapless only on players supporting mp3 gapless playback using the LAME tag delay and padding values (example of gapless mp3 players: cmus, mpg123, foobar2000, winamp). The feature is heavily inspired by pcutmp3 developed by Sebastian Gesemann. Use with caution because it is still an experimental feature.

New in mp3splt 0.9 (Sep 24, 2014)

  • experimental FLAC support added
  • fixed bug: when importing the exported cue file, set splitpoint name if REM NAME found (libmp3splt)
  • fixed progress bar of ogg vorbis when using the auto adjust option (libmp3splt)
  • applied patch of #153 [PATCH] mp3splt-gtk 0.8.2 has issues with Automake 1.13(.1), too
  • fixed bug #151 remove deprecated category 'Application' from mp3splt-gtk .desktop file

New in mp3splt 0.8.1 (Jan 28, 2013)

  • fixed important bug: application was crashing when pushing the split button without any
  • splitpoint (libmp3splt)
  • fixed important bug: split by time was in hundreths of seconds instead of seconds

New in mp3splt 0.5.5 (May 4, 2009)

  • IMPORTANT : by default gstreamer and audacious are now enabled for mp3splt-gtk :
  • configure options changed from --enable-gstreamer to --disable-gstreamer
  • and from --enable-audacious to --disable-audacious
  • fixed issue with CUE file not being imported correctly : and
  • problem (bug #2778717)
  • fixed bug #2691576 - CUE file seg fault if no artist
  • added a basic mp3splt-gtk man page
  • removed encoding from '.desktop' file
  • added --with-mp3splt(-libraries|-includes)?, --disable-mp3splttest configure options

New in mp3splt 0.5.4 (Jan 19, 2009)

  • added the tags version option in the Preferences->Split : if to split using the version of the original file, to force ID3v2 or ID3v1 output
  • fixed CUE & CDDB not always setting the correct number of digits for @n in the GUI
  • fixed all tags/filenames "unicode" encoding issues on windows

New in mp3splt 0.5.3 (Jan 8, 2009)

  • moved 'silence split' in the 'splitpoints' tab to set the splitpoints from silence detection before splitting the file
  • added a silence wave in the player
  • added 'skippoint' option : allows the user to skip some splitpoints from creating the split file if the 'Keep' column is unchecked in the 'splitpoints' tab
  • created a completely new windows installer allowing to install only some components and to uninstall only the installed files
  • fixed the 'quit' button which did not always quit
  • fixed playlist hide on player change
  • fixed bug #2407192 : 'mp3splt-gtk loose the last split file with CUE files'
  • fixed an error coding in the gstreamer player infos
  • removed most of the warnings from the compilation (+ removed unuseful and dangerous casts)
  • small renames in the gtk player tab help