Mp3splt 0.5.4 (Mp3splt-gtk branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Mp3splt 0.5.4 (Mp3splt-gtk branch)
# 1  
Old 01-19-2009
Mp3splt 0.5.4 (Mp3splt-gtk branch)

Imagemp3splt is a command-line utility that splits MP3 and Ogg files at specified times without decoding and re-encoding. It works with Mp3Wrap and AlbumWrap files and has a silence detection split mode and a "cddb source" mode. Libmp3splt is a library created from mp3splt. Mp3splt-gtk is a GTK2 GUI that uses libmp3splt.License: GNU General Public License v2Changes:
This release adds the tags version option in Preferences->Split, which determines whether to split using the version of the original file, or to force ID3v2 or ID3v1 output. CUE and CDDB were not always setting the correct number of digits for @n in the GUI; this has been fixed. All tag/filename "Unicode" encoding issues on Windows are fixed. Silence wave has been added. There is an option to not keep some split points, and to preview silence split points before splitting.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
gtk-builder-convert(1)						   User Commands					    gtk-builder-convert(1)

NAME
gtk-builder-convert - Glade file conversion utility SYNOPSIS
gtk-builder-convert [--help] [--skip-windows] [--root=name] {input_glade_file} {output_XML_file} DESCRIPTION
gtk-builder-convert converts glade files into XML files which can be loaded with GTKBuilder. It expects the first argument to be the name of the glade file and the second argument to be the file name where the generated XML is saved. OPTIONS
The following options are supported: -h, --help Display help text. -w, --skip-windows Convert everything but GtkWindow subclasses. -r, --root=name Convert only the widget named name and its children. OPERANDS
The following operands are supported: input_glade_file Input glade file. output_XML_file Output XML file. EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gtk-builder-convert The command-line executable for the application. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
glade-3(1), libglade-2.0(3), libgtk-x11-2.0(3), attributes(5), gnome-interfaces(5) Latest version of the GNOME Desktop User Guide for your platform. NOTES
Toolbars are not handled. Support for accessibility is not yet implemented. The script requires a python interpreter to run. Written by Johan Dahlin, Async Open Source, Ghee Teo, Sun Microsystems Inc., 2007. SunOS 5.11 21 Nov 2007 gtk-builder-convert(1)