2007-07-31 Gautier Portet * po/soundconverter.pot: Updated pot file, since it was somewhat outdated. * po/de.po: Added German translation. (thanks Martin) * po/cs.po: Added Czech translation. (thanks Kamil) * src/soundconverter.py, data/soundconverter.glade: Add Folder(s) now work on non-local files aswell. * src/soundconverter.py: Added "artist - album" in folder patterns. (thanks Claudio) Fixed char escaping problem in same-folder-as-input mode. Fixed crashing when tags contained a list (ie. multiples authors). (thanks Ken) Better replace-messy-chars, with unicode->ascii to remove diacritics. * src/soundconverter.py: Added {Genre}, {Date} and {Year} in custom filename patterns. (thanks Jon) 2007-07-19 Gautier Portet * po/it.po: Added Italian translation. (thanks Stefano) 2007-07-09 Gautier Portet * po/es.po: Added spanish translation. (thanks Gary) 2007-07-04 Gautier Portet * data/soundconverter.desktop, src/soundconverter.py: Changed the desktop file so we accept list of URIs instead of just one local file, so opening multiples files from nautilus will work. 2007-06-25 Gautier Portet * po/ru.po: added russian translation. (thanks Alexandre) 2007-06-23 Gautier Portet * src/soundconverter.py: fixed track-count in custom filenames patterns. (thanks Jonas) 2007-06-20 Gautier Portet * data/soundconverter.desktop: Added common audio mimetypes. 2007-04-27 Gautier Portet * data/Makefile.am: Removed evil DESTDIR, thanks William! * Release 0.9.6 2007-04-25 Gautier Portet * soundconverter.py: Fixed error message when python-gstreamer is absent. * Release 0.9.5 2007-04-24 Gautier Portet * soundconverter.py: Better checking of gstreamer elements. Now we stop when required elements are missing, and we disable encoders not present. 2007-04-23 Gautier Portet * data/: GNOME/FreeDesktop compliant icon handling. Refresh icon cache at (un)install. 2007-04-16 Gautier Portet * po/ data/soundconverter.desktop: Desktop file translation enabled. 2007-04-15 Gautier Portet * soundconverter.py: Fixed quoting problem with destination folder (#10884). * soundconverter.glade: Removed underline handling for destination folder. (#10807) * data/: Minor fixes in icons/desktop handling. (#10808) - Changed name to "Sound Converter" - Removed Application from categories. 2007-04-08 Gautier Portet * soundconverter.glade: Set into_selected_folder use_underline to false so underscores in folder will not be interpreted by GTK. 2007-04-03 Gautier Portet * po/hu.po: Added hungarian translation. 2007-03-16 Gautier Portet * po/fr.po: Updated french translation. Changed email address of french translator. 2007-03-05 Gautier Portet * soundconverter: Use the new window icon. 2007-03-03 Gautier Portet * soundconverter.Desktop: Applied HIG Complience patch from Ubuntu maintainer (Thanks William) 2007-02-27 Gautier Portet * soundconverter: Added a link to the website when mp3 encoding is : unavailable, so hopefully it will dramatically reduce the number of emails I receive. Logo/Icon updated. * release 0.9.4 2007-02-26 Gautier Portet * soundconverter.py: Replaced xingheader by xingmux, fixing corruption of VBR MP3 (Thanks to James Lee and Pedro Alejandro López-Valencia). 2007-02-22 Gautier Portet * soundconverter.py: Correct escaping of destination. We will not crash anymore when destination folder contains spaces or weirds chars. Fixed a problem with lame parameters when using VBR and lowest quality. 2006-12-15 Gautier Portet * soundconverter.py: If id3v2mux is not present, we dump it instead of crashing encoder. 2006-12-05 Gautier Portet * po/pt_BR.po: Updated Brazilian translation. 2006-10-18 Gautier Portet * soundconverter.py: Fixed Tag writing when converting to mp3. Fixed progress. 2006-10-15 Gautier Portet * soundconverter.py: Only remove files when conversion was sucessfull. * release 0.9.2 2006-10-12 Gautier Portet * soundconverter.py: Fixed (?) loading of badly encoded filenames. now files encoded in latin-1 should be loadable instead of triggering an UnicodeDecodeError. (thanks Christopher) 2006-09-26 Gautier Portet * soundconverter.py: Added an option to delete original files. (thanks James) 2006-09-19 Gautier Portet * po/fr.po: french translation updated, Thanks Guillaume. 2006-09-12 Gautier Portet * po/sv_SE.po: new swedish translation, Thanks Daniel. 2006-09-07 Gautier Portet * release 0.9.1 2006-09-06 Gautier Portet * soundconverter.py: Fix vorbis encoder. 2006-09-05 Gautier Portet * soundconverter.py: Add a blacklist of mime type known not to have tags, to pass them faster. 2006-09-03 Gautier Portet * soundconverter.py: Fix quoting of tags when generating filenames. 2006-08-15 Gautier Portet * po/pl.po: Updated polish translation. 2006-08-21 Gautier Portet * soundconverter.py: batch mode will now overwrite files. 2006-08-02 Gautier Portet * soundconverter.py: progressbar work. some code cleanup. 2006-08-01 Gautier Portet * soundconverter.py: finally got gstreamer0.10 to work ? 2006-06-21 Gautier Portet *soundconverter.py: Added and option to select the threading model of BackgroundTask. 2006-06-13 Gautier Portet * soundconverter.py: Batch mode fixes merged from 0.8. 2006-06-12 Gautier Portet * soundconverter.py: The TagReader timeout starts now when the task really starts. 2006-06-06 Gautier Portet * soundconverter.py: Finally progress is working with GStreamer 0.10! 2006-06-05 Gautier Portet * soundconverter.py: YEEPEE!!! The bug plagging the gst0.10 port is GONE !! Merge & cleanup from 0.8 branch: * soundconverter.py: Use filesrc instead of gnomevfssrc if it's absent. (#7652) (debian #367253) * soundconverter: Added Spanish translation. * soundconverter: Added a custom file pattern choice. (thanks Adolfo) * soundconverter.py: Fix doubled folder (#7403). * soundconverter.py: Fix an uncatched InvalidURIError when adding files. * soundconverter.glade: Removed preferences and exit toolbar buttons as requested (#6777). 2006-03-29 Gautier Portet * soundconverter.py: More gstreamer0.10 love. The new api is nice, but porting to it sucks big time. 2006-03-19 Gautier Portet * soundconverter.py: Files permissions are copied from source file. Some more code for gstreamer0.10. 2006-02-06 Gautier Portet * soundconverter.py: Progress dialog is working now. 2006-02-03 Gautier Portet * soundconverter.glade: Corrected wrong signal called by the addfolder menuitem. 2006-02-02 Gautier Portet * soundconverter.py: Ouch, fixed broken converter pipeline. * soundconverter.glade: Fixed broken progressbar. 2006-02-01 Gautier Portet * soundconverter.py: We will now use gst_parse_launch() to create a pipeline, since it allows us to be much more flexible. Some issues with progressbar where fixed also. 2006-01-27 Gautier Portet * soundconverter.py: Applied patch to remove stupid pygtk warning at exit. thanks Hanno! 2006-01-24 Gautier Portet * Makefile: Fixed build on Gentoo. And corrected a typo causing pl and pt to be not installed * soundconverter.py|glade: Applied patch with new FileChooser. thanks Regis! 2006-01-21 Gautier Portet Release 0.8.3 Added Error handling when trying to load files with invalid characters... Release 0.8.2 make install-local #1154 Pause button #1455 Unique file #5334 Folder dropping #5561 Filtering by mime #5789 Fixed problem with vbr #5872 French Translation New list display UI Changes More precise progress bar Async tag reading Fixed gnomevfs problems with folders 2006-01-21 Gautier Portet * Makefile: Added translations to build system. * fr.po: Updated french translation. * soundconverter.glade: Some minors changes. * soundconverter.py: Some minors fixes. The UI is now unsensitive when we are converting. Fixed the convert button beiing called when we were unpausing. And that's all! 2006-01-20 Gautier Portet * soundconverter.py: Fixed the convert/stop buttons, and some more minor UI fixes. 2006-01-19 Gautier Portet * soundconverter.py: The progressbar should be more precise now. 2006-01-16 Gautier Portet * soundconverter.py: hum?!?!? File dropping was *again* broken, maybe it's my evil twin who edits the code :) * soundconverter.py: added a timeout when reading tags. 2006-01-15 Gautier Portet * soundconverter.glade: Reverted to old UI to make a release soon. * soundconverter.py: Changed the gst-lame problem at vbr-quality=9 handling for a cleaner one. 2006-01-11 Gautier Portet * Makefile: Added install-local. #1154 (Thanks Régis & Janis) * Added a makedirs() that use gnomevfs, so folders will really be created now, even on remote filesystems. 2006-01-10 Gautier Portet * Wow, fixed the problem when we generate filenames from tags but tags are not read when preparing filenames. This was a big mess, and I tried numerous solutions, but I will keep the only one that is working for now: just wait tags to be read before starting conversion. Sorry, this sucks... Hopefully I read that GStreamer 0.10 is better with threads :) 2006-01-07 Gautier Portet * Added the possibility to pause the conversion. 2005-12-25 Gautier Portet * Files can only be added once in the list. 2005-12-22 Gautier Portet * Finally got walking on gnomevfs to work. Now folder importing is really usable... * Added a default to tags, so tag-filled destination paths will be valid. 2005-12-20 Gautier Portet * Better type detection. * Temporary solved the (non?) problem when trying to convert files which don't have tags filled yet. 2005-12-05 Gautier Portet * Files types are now detected at loading, expect filtering on types soon. 2005-11-29 Gautier Portet * file list is now filled asynchronously with tags if they are present. * list display is handled completely differently, hope its better like this 2005-11-08 Gautier Portet * better folder dropping: now we generate a good base/filename for SoundFile. But it works not so well when we want to create folders based on tags, so it will need some more work. 2005-11-07 Gautier Portet * fixed broken folder dropping. (#5561) 2005-11-06 Gautier Portet * drag and drop is now able to import a folder. * better display of example filename in preferences. * gnomevfs support. #1365 * add a temporary hack for abr/vbr mp3 with quality==9 #5445 * release 0.8.1 2005-11-02 Gautier Portet * fixed tree structure being lost when importing folders. #5336 2005-10-25 Gautier Portet * added brazilian translation. (thanks jonh) * woops, really added polish translation this time. 2005-10-18 Gautier Portet * applied patch for polish tranlation (thanks Dominik) 2005-10-09 Gautier Portet * added an option to apply to all queue the option choose when overwriting. #1341 2005-09-28 Gautier Portet * applied patch from Elias for Gentoo 2005-09-20 ??? Gautier Portet * added a display of the approximate bitrate of the output * fixed output format not always displayed updated #4736 (thanks Janis) * at least a correct handling of the absence of gstreamer-lame * fixed a crash whith some output folders folders #3840 (thanks Jason) * added a button to add a folder recursively * fixed a crash when loading preferences #5128 (thanks Joe) 2005-06-13 Gautier Portet * added french tranlation. (thanks Guillaume Bedot ) * fixed a bug causing ogg tags to be ignored. (thanks Noa Resare ) 2005-04-15 Gautier Portet * reverted quality setting to 'real-world' quantities -> values stored in gconf are now the values passed to gstreamer and not meaningless enums. * added a label showing an aproximate bitrate in the preference window 2005-03-24 Gautier Portet * Gracefully handled gnome.vfs deprecation (#3649) * Fixed broken "replace messy chars" button * Make use of urllib.unquote where appropriate (#3655) (makedirs, replace messy chars) * Making release version 0.7.1 2005-03-24 Gautier Portet * Making release version 0.7 2005-03-24 Gautier Portet * soundconverter.glade: added a logo on the about box. * soundconverter.py: fixed about dialog showing only once (we need an optimal method for handling dialogs). 2005-03-23 Gautier Portet * soundconverter.py: added a dialog asking what to do when a file exists. 2005-03-22 Gautier Portet * soundconverter.glade: added an Add button on toolbar, added separators. 2005-03-17 Gautier Portet * soundconverter.py: removed xing header generation when outputing mp3, since it seems to break xmms mad decoder. * soundconverter.glade: changed the preference dialog, for a cleaner one. 2005-03-15 Gautier Portet * added the quality settings for vorbis and mp3 * soundconverter.py: some code cleanup. 2005-03-14 Gautier Portet * soundconverter.py: changed deprecated import gnome.vfs to gnomevfs 2005-02-27 Gautier Portet * Added basic mp3 support 2004-12-31 Lars Wirzenius * Making release version 0.5. 2004-12-31 Lars Wirzenius * COPYING: Added. * README: Added copyright and license information. 2004-12-31 Lars Wirzenius * soundconverter.py: Make sure all the keys used for formatting target names exist in the dict used for input to the patterns. 2004-12-31 Lars Wirzenius * soundconverter.1: Wrote. 2004-12-31 Lars Wirzenius * soundconverter.py: Better way to stop a TagReader pipeline that doesn't cause Gstreamer runtime warnings. Also, allow selecting multiple files in the new filechooser for adding files. 2004-12-31 Lars Wirzenius * soundconverter.glade, soundconverter.py: Removed the addchoser dialog from the Glade file. Added code to create it in the Python file instead. The reason: mysteriously the "Cancel" and "Open" buttons disappeared from the dialog and this was the way to get them back, since it seems they need to be added explicitly when the dialog is created. Weird. 2004-12-31 Lars Wirzenius * soundconverter.glade: Added a shortcut ctrl-O for adding new files. 2004-12-31 Lars Wirzenius * soundconverter.py: Since we can deal with lots of kinds of input files, let's not have a filter in the file chooser. 2004-12-28 Lars Wirzenius * soundconverter.py: Now using the "decodebin" GstElement for finding tags and decoding. Now we should be able to handle anything GStreamer can handle for input. 2004-12-27 Lars Wirzenius * Making release version 0.4. 2004-12-24 Lars Wirzenius * soundconverter.py: Handle error printing in cli mode as well. 2004-12-24 Lars Wirzenius * soundconverter.py, soundconverter.glade: Refactoring to make error dialogs and their use better. 2004-12-24 Lars Wirzenius * soundconverter.py, soundconverter.glade: Added example filename shown in the preferences dialog that is updated after each change. 2004-12-24 Lars Wirzenius * soundconverter.py: Don't encode the name of the selected folder, just subfolders that are created and the basename. 2004-12-24 Lars Wirzenius * soundconverter.py: I am no longer a klutz. Implemented the creation of subfolders according to patterns. 2004-12-24 Lars Wirzenius * soundconverter.py, soundconverter.glade: User may choose whether to create subfolders below the selected folder. Not that they are yet created, but I happened to commit the change already by mistake so now I need to write a ChangeLog entry as well. I am such a klutz. 2004-12-24 Lars Wirzenius * soundconverter.py, soundconverter.glade: User may now choose whether output files are put into the same directory as the corresponding input files, or into a folder the user has specifically chosen. 2004-12-24 Lars Wirzenius * soundconverter.py, soundconverter.glade: Made it possible again to choose whether "messy" characters in the target filenames are replaced with other characters. 2004-12-24 Lars Wirzenius * soundconverter.py, soundconverter.glade: Simplified selection of basename generation: now there is only a single ComboBox selection instead of that plus two radio buttons. This should be clearer. 2004-12-23 Lars Wirzenius * soundconverter.py, soundconverter.glade: The user may now choose how the output file is named: basename is the same as input file (but with suffix changed) or output name is constructed from meta data tags. 2004-12-23 Lars Wirzenius * soundconverter.py: Changed the TargetNameGenerator to support keyword based patterns for location and basename. * soundconverterTests.py: Related changes. 2004-12-23 Lars Wirzenius * soundconverter.py: Refactoring. Information about the input file (location, tags) is now kept in a separate class. 2004-12-23 Lars Wirzenius * soundconverter.py: Added support for audio/x-wav for file chooser filter. * soundconverter.py, soundconverter.glade: Reworked the Preferences dialog. Only selection of output format and Ogg Vorbis quality levels work for now. The rest will follow. 2004-12-18 Lars Wirzenius * soundconverter.py: Set name on the filter for the file chooser. 2004-12-15 Lars Wirzenius * soundconverter.py: Make the GUI report how much time was spent for the conversions. * README: Add note about performance. 2004-12-15 Lars Wirzenius * soundconverter.py: Reset the internal counters for dealing with progress when the job is finished, so that if we start a new job, the counters start from zero, not at the end of the previous job. 2004-12-15 Lars Wirzenius * soundconverter.py: Added support for drag-and-dropping files from Nautilus to the file list in Sound Converter. This was based on a patch from Chris Jones, but I re-did to fit the style of my code. 2004-12-12 Lars Wirzenius * soundconverter.py: In Pipeline.work, don't do anything if the pipeline is stopped. * soundconverter.py: In TagReader.finish, call found_tag_hook unless it has been called already. * soundconverter.py: Add -q/--quiet option. 2004-12-05 Lars Wirzenius * Making release version 0.3. 2004-12-05 Lars Wirzenius * soundconverter.py: Added support for Wave files as output. * README: Updated. 2004-12-05 Lars Wirzenius * soundconverter.py: Added support for Wave files (.wav, audio/x-wav) as input. 2004-12-05 Lars Wirzenius * Makefile: Use snd/* for simple tag finding in "make check". * soundconverter.py: Minor refactoring. 2004-12-05 Lars Wirzenius * soundconverter.py: Changed the output pipeline to use gnomevfssink for output, rather than filesink. We now do all I/O to the sound files via GNOME vfs. 2004-12-05 Lars Wirzenius * soundconverter.py: Changed TargetNameGenerator to generate uris instead of filenames. * soundconverterTests.py: Related changes. 2004-12-05 Lars Wirzenius * soundconverter.py: Input is now via gnomevfssrc, instead of filesrc, and all filenames that refer to the input have been converted to use file: urls. 2004-12-05 Lars Wirzenius * soundconverter.py: Made usable from command line as well. 2004-11-28 Lars Wirzenius * Making release version 0.2. 2004-11-28 Lars Wirzenius * soundconverter.py: Fixed stopping. 2004-11-28 Lars Wirzenius * soundconverter.py: the about dialog now shows name and version number. * soundconverter.glade: Added a bit of space around the label in the prefs dialog. This didn't make it less ugly, however. 2004-11-28 Lars Wirzenius * soundconverter.py: Re-added support for vorbis-quality. * Makefile: Added "clean" target. * README: Cleanups and updates. 2004-11-28 Lars Wirzenius * soundconverter.py: Rewrote task handling and tag reading and conversion stuff. * README: Added. * .cvsignore: Added. 2004-11-08 Lars Wirzenius * soundconverter.py: Ported to work with current version (0.7.93-1) of python-gst. The change: can't create a gst.Element("foo"), need to call gst.element_factory_find("foo") instead. * soundconverter.py: Wrote a class TargetNameGenerator to generate the names of output files, and modified the rest of the program to use it. This should eventually implement a language for describing the output name (user can set patterns like "%(artist)s-%(album)s-%(title)s.%(suffix)s"). * soundconverterTests.py: Wrote tests for TargetNameGenerator. * Makefile: Added a "check" target. 2004-10-29 Lars Wirzenius * Making release version 0.1. 2004-10-29 Lars Wirzenius * soundconverter.glade, soundconverter.py: If an output file exists, ask the user what to do. 2004-10-29 Lars Wirzenius * Makefile: Wrote. 2004-10-29 Lars Wirzenius * soundconverter.glade, soundconverter.py: Added a preferences dialog to allow setting of the quality level of the Ogg Vorbis files we create. The value is stored in GConf. 2004-10-29 Lars Wirzenius * soundconverter.py: Got rid of the useless File class, since the same data is stored in the GtkListStore as well. 2004-10-25 Lars Wirzenius * soundconverter.py: More refactoring. Got rid of the useless (since we only have one window) SoundConverterApp class. 2004-10-25 Lars Wirzenius * soundconverter.py: Refactored so that the two background tasks are based on a common base class that contains the common functionality.