Todo: 21. Februar 2008 winMain_mcc.c - make SetStatus() to handle "\n" in str, so you can add multiple lines at once 25. April 2007: winMain_mcc.c/call_decode(): - Find a way to set the task pri of the otrdecoder on-the-fly, its not that easy because its external and I start the decoder via async. SystemTags()... Bugs: 9. März 2008: Die exporttierten Daten von lstFiles werden nicht geladen/gespeichert!? 22. April 2007: Die shell args werden nur in die GUI übernommen, wenn schon ein mui-config für otrMUI vorhanden ist! History: ======== 8. März 2008: v1.1 Fix: Don't unghost the remove, up, down and play buttons after one file was decoded (because of I activate the next entry in the listview) New: The listview now has some more columns: "Status", "Name", "Date", "Starttime", "Channel", "Duration", "Format", "File", "Filesize" both video (.otrkey) and music (.omrkey) files are supported 21. Februar 2008 Fix: If you drop files from Ambient into otrMUI, the list had refresh problems, cause I didn't set MUIA_List_Quiet to FALSE after inserting files... New: Added some up/down buttons to sort the order of the files Chg: Removed the "+" button, its useless, cause the files gets automatically inserted after you selected them in the popup req New: The popup req only show "*.otrkey" and "*.omrkey" files New: Only files which matches "*.o[mt]rkey" are inserted into the list In the popup-req a requester appears if the file isn't supported, when you drop a file via Ambient, the warning msg is display in the status list New: Added a "Music Archive" and "Video Archive" tab, not yet functional Fix: The "-", "up", "dn" button are now also disabled, if no entry is selected New: The input string gadget is now set to the BasePath if no entry is selected 17. Februar 2008: v1.0 New: Added my small mp3player to play decoded omr files New: The archive bit is set after a file was successfully decoded 11. Februar 2008: New: Batch decoding now works! 10. Februar 2008: started to work on v1.0 New: Rework all to be able to have multiple input files and decode omr files 30. Januar 2008 Fix: Sometimes otrMUI says the decoding failed, although it was successfull 2. September 2007: v0.13 Fix: Canceling should work now 2. September 2007: v0.12 Chg: Don't display interpreted error msg, cause the original error msgs are displayed New: You can now play the decoded movie! Specify the movie player application in the "MPlayer" string gadget and put a "%s" where the filename of the decoded movie should be inserted then press the "Play" button 30. August 2007: v0.11 Fix: Found the bug, where if you start otrMUI with "Run >NIL:", a hit occured after the program exits 18. August 2007: v0.10 Fix: If the otrdecoder prints some error msgs first (illegal option -- b), otrMUI thought the decoding failed, while the otrdecoder still decodes New: Now the msgs after successfull decoding are also shown New: The decoder task should now be breaked, if you press cancel 17. August 2007: New: Added support for the new otrDecoder, so now there is a "BufferSize" and "Don't verify" (for output) gadget Chg: Rearranged the "Options" group a bit Fix: Now the error msgs will be shown in the status msg list too Fix: If the otrDecoder fails at startup (or short after), it could occurs that not all error msg of the decoder were shown in the status list New: The msgs of the decoder are now highlighted in the status list New: Added also two new shell args, B=BufferSize/K/N and DV=DontVerify/T Fix: The "/T" shell args are now "/K" args, you have to specify "YES" (case insensitiv) if you want to turn them on, any other value will be treated as off! This was necessary because previously, I couldn't determine if these args are specified or not, so the checkmarks in the gui were also set to off, even if you didn't specified these args on shell! 24. April 2007: Fix: The progress display didn't showed the current but the previous percent! 22. April 2007: New: Added the "AutoSave on quit?" menuitem Chg: Changed the "Snapshot" menuitem to "Snapshot Window", the same for "UnSnapshot" New: You can now specify shell arguments to otrMUI to set/overwrite the options: IN=InputFile,DEC=DecoderPath/K,E=EMAIL/K,P=PASSWORD/K, OUT=OutputDir/K,PRI=TaskPri/K/N,F=ForceOverwriting/T [suggested by schlonz] 13. April 2007: v0.9 Fix: Some small fixes, I couldn't test it with otrdecoder yesterday, because of "Connect to server" errors. Chg: Added a TaskPri slider to set the pri of the decoder task, no on-the-fly changing yet 12. April 2007: New: The output is now redirected to a file, and the I try to read from that file to get it. 09. April 2007: v0.8 The output of the otrdecoder is redirected to a con-window v0.1 (11-03-07):