Ignore:
Timestamp:
04/14/07 20:11:39 (5 years ago)
Author:
jlee
Message:

JoinVideos? made modular using ConcatenateShit? class. Now everything compiles successfully. There are still a lot of things left to do before useable again:

  • Reimplement DVD in SingleVideo? (=> automatic Matroska/OGM support thanks to KuwaiiRiver?'s code)
  • Add error detection in all Jobs
  • Close ProgressDialog? when done with Jobs and show errors if any

Things I want to do before 18:

Yes...I'm happy with the way things are going. 18 will almost be the way this program should have always been.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/thestaticvoid/iriverter/MencoderShit.java

    r161 r163  
    4545                 
    4646                progressDialogInfo.setSubdescription(description); 
     47                progressDialogInfo.setMiscellaneous1(""); 
     48                progressDialogInfo.setMiscellaneous2(""); 
    4749                 
    4850                try { 
     
    9294                                // This should never happen 
    9395                                e.printStackTrace(); 
     96                                throw new FailedToDoSomeShit(description); 
    9497                        }                        
    9598                } 
Note: See TracChangeset for help on using the changeset viewer.