View Single Post
Old 19th January 2010, 20:20   #21  |  Link
sheck
Registered User
 
Join Date: Jan 2010
Location: Canada
Posts: 203
Quote:
Ok...I have tried this on 4 machines....2 at home, 2 at work. Program works on 1 at home and 1 at work. Same errors occur on the ones that do not work. Bizarre. All are XP SP3 with all updates to Jan 2010.

Something is funny somewhere in the coding I think. Perhaps ini file is better for settings so we can see what is going on.

Nice app though!!!


thanks for your time.
Strange. I will look into that.


Quote:
Originally Posted by war59312 View Post
Hi,

Nice app. Job well done.

Lots of usability suggestions though.. In fact if most if not all of these are not fixed then I cant recommend it, as it can get way to confusing.

Any how, on with my suggestions...

First, please have it remember window location.

Second, disable "The Extract Tracks" button until at least 1 track is selected.
Remembering window location is not hard to implement, but what's the point ? Well, if many people want it then I will.

The button should be disabled until at least one track is added. This must be a bug, I will look into it.

Quote:
O.K when "installing" how about instead of some warning. Simply when the user double clicks on it, instead of just extracting to current directory. Create a new directory called MKVcleaver and then move itself to that directory and then execute main exe. Can be done simple enough with cmd line.
What is the point of that ? Copy the main exe into the directory where you want to run it from and it will extract everything there. Why double work ?

Quote:
If I were to check a parent check box the checks boxes under it should be checked too, and visa verse. Does not do that now, it should.
Tha's not hard to implement. I will review this.

Quote:
As mentioned already by XhmikosR, about links should open in default browser, not just IE.
This is because MKVcleaver uses IE COM object. There is always gonna be IE on any Windows OS, but Mozilla, Opera, etc. I'm not sure. Even though a lot of people use Mozilla, I would need more people to ask for this. I'm not gonna spend my time working on something when majority of people don't care about it. Using IE won't kill anybody...

Quote:
No way to select all? If I drop in my folder with 10,000 plus videos there is no way to select/de-select all. Nor a range, using shift key. Would be nice. Sames with "Tracks to Extract".
There is: press Alt+Shift+A to select all and the same to de-select all.

Quote:
"Remove selected files from list" button should only become enabled if a file in the list is highlight. I should be able to right click on a file and do this too.
I will look into that.
Removing files by right clicking is unnecessary, select a parent check box and click the button. Again, double work is not needed.

Quote:
Sames goes with right clicking on a file, only show "Get Detailed Info" if a file is selected. In fact at the moment, if you do that and you did not first left click on the file it shows the previous file information. Whoops.
I'm working on it. It seems to be a problem with TreeView API in Windows. Right clicking does not select an item for some reason.

Quote:
And that option should only show up if you select the movie then since it does nothing if selected the video or audio part. Never show an option to the user they cant even use.
Unless of course you plan on adding separate detailed info about the video and audio parts?
This is because, I don't know how many items you're going to add. Imagine, 1000 items and 1000 controls created for those items. It's not very efficient. I hear what you're saying though. I will see if anything can be done in an efficient manner.

Quote:
Middle mouse clicking a file should display "Detailed Info".
I will think about it.

Quote:
O.K "Tracks to extract" is nice but why show every single one by default? Perhaps only show ones that have been selected under "Files to process" by default and add a little check box "Show All" to enable all of them.
Because it's a batch processor. Again, no need for double work.

Quote:
While processing you disable all the buttons so why not gray them out then too. Why is video option "Convert H.264 tracks to AVI files" not locked and grayed out then.
So you can toggle it while it's processing and don't have to cancel. It's in the Help file. Please read.

Quote:
It's forgetting my output directory, remember it please. Currently it defaults to same location as folder, which I don't use. Annoying having to set it every time.
It will forget it if you restart the app. Because it's a batch processor, there is no guarantee that you will need to use the same directory as last time. If enough people find this annoying I will change this behavior.

Quote:
And I agree please store settings in a .ini, .cfg, etc. file so it's portable instead of storing in the registry. Though it seems no options are saved here. It forgets "Filename options" and "Video options" every time.
The settings file might be a good idea. It forgets all the options, because it's a batch processor. There is no guarantee that you will be using the same options every time, then it will be annoying to change them every time if the app remembers everything.

Quote:
It crashed on me one time extracting an audio track, unable to reproduce at the moment though. Don't see any errors logged though.
Might be a fluke. Logging is virtually non existent right now. If there is an error displayed, write it down and post here. Or even better take a screen shot.

Quote:
Don't un-check options just because of an error. For example if I simply check "Timecodes", "Cuesheets", "Chaptrs", and "Tags" under "Tracks to extract" and don't pick any file to process and then click the "Extract Tracks" button, you then get an error and after clicking "OK", all your options you previously had checked no longer are.
Good point.

Quote:
Same thing happens if you cancel processing, that is all selections go bye bye. Well at least files to process remain checked.
This behavior is intended. Because it is assumed that if you cancel processing then at least one file has been processed and the available information changed. Then there is no reason to keep the old settings. If people find this behavior annoying then post here.

Quote:
Why cant I change the size of the main window, nor maximize it? GUI display issue? Fix it, then please. Indeed a bit screwed up if you force maximize using task manager. Should not be too hard to fix?
Tha's just me being lazy. I don't like to maximize windows, because I work with several of them at the same time and maximizing just makes everything extra hard. Again, if people want it to maximize, I will add it. Post here.
sheck is offline   Reply With Quote