Name | Modified | Size | Downloads / Week |
---|---|---|---|
TagTools-0.43.tar.gz | 2012-04-10 | 11.1 kB | |
README | 2012-04-10 | 2.2 kB | |
TagTools-0.42.tar.gz | 2011-11-21 | 10.9 kB | |
TagTools-0.41.tar.gz | 2011-10-21 | 20.8 kB | |
Totals: 4 Items | 45.1 kB | 0 |
v0.43 (10 Apr 2012): ! bugfix: tag2fname.dialog and fname2tag.dialog crash or disbehave on missing cookie file, or on incorrect cookie file syntax; ! bugfix: tag2fname.dialog fails to process file names containing single quotes; ! bugfix: tag2fname and fname2tag exit with "unknown charset ''" when run without -c option; ! bugfix: all scripts crash on file names with double quotes; ! bugfix: crashes on unsupported file formats; ! bugfix: some of the scripts fail to process file names containing $, % or @. ! bugfix: batchtag.dialog resulted in segmentation fault when run with -d option; ! bugfix: tagedit.dialog crashes on \ in tags; + tagedit.dialog now informs on editing read-only files; = increased maximum number of symbols per tag field in batchtag.dialog; = the dialogs now substitute the dollar sign in tags with a question char, because currently CDialog can't display $ correctly; = removed the warning about missing abstract in Makefile.PL, updated the README; = the -u option in tag2fname now works correctly (did nothing before); = fname2tag now does not run on empty -f format; -------------------------------------------------------------------------- v0.42 (21 Nov 2011): ! bugfix: batchtag.dialog fails to process files correctly and shows an "unknown encoding" error message; ! bugfix: crashes and wrong output while processing tags containing non-printable characters; ! bugfix: crash on tags containing semicolons; ! bugfix: tagedit.dialog adds trailing spaces in tag fields sometimes; = got rid of several occasional warning messages; = tag2fname.dialog now displays technical audio info as well as the other dialogs; = track length is now printed with leading zeroes in mins and secs; = somewhat debug logging option added (the output can still not very informative, though); = some minor code enhancements, cleanups and restructures; -------------------------------------------------------------------------- v0.41 (20 Oct 2011): ! fixed a bug when trailing spaces were added to all tag fields displayed by UI::Dialog::Backend::CDialog::form(), thus sometimes resulting in tag erasure in batchtag.dialog; + Installation via Makefile; = some code optimization done;