546
edits
Epoximator (talk | contribs) m (Avdump-gui-sourcecode moved to Avdump/GUI)  | 
				Epoximator (talk | contribs)  No edit summary  | 
				||
| Line 1: | Line 1: | ||
<pre>  | ==Introduction==  | ||
{{Avdump-gui}}  | |||
==Changelog==  | |||
 v1.03 - 13.05.2007  | |||
 added the console again  | |||
 fix for log, export and done pathes with spaces  | |||
 added parents for the dialogs so they die with the program and can't stay open anymore  | |||
 option 9 added (experimental mp3 hashing for ostdb)  | |||
 v1.02 - 13.05.2007  | |||
 added error and warning dialog boxes to prevent a couple problems  | |||
 added some exceptionhandling for a few fields  | |||
 v1.01 - 12.05.2007  | |||
 killed a nasty bug with trailing \ in the scanpath  | |||
 v1.00 - 12.05.2007  | |||
 Initial release  | |||
==Source==  | |||
This gui was coded purely in python using wxpython for the framework.  | |||
<pre  style="font-size: 60%;">  | |||
import wx,os,subprocess  | import wx,os,subprocess  | ||
edits