Sure, chaoscoder, no problem. I'll get right on it.Is it possible to add a "skip on error option" when using it via CLI? Or you could add a timeout of the msgbox like in DGIndexNV. Idk if the timeout of the msg only makes sense in combination with -HIDE parameter. The goal is just not to get stuck forever with cli automation on invalid files.
Revise DGIndex for CLI automation
Revise DGIndex for CLI automation
Got the following request at Doom9 from our good friend ChaosKing (=> chaoscoder here). Creating this thread for tracking.
Revise DGIndex for CLI automation
Here is a test version that acts like DGIndexNV for CLI errors. Please advise if it meets your needs.
http://rationalqm.us/misc/DGIndex_chaos.rar
Note that support for the old-style CLI syntax is removed.
Note that timeouts occur only if the CLI line contains both the -i and -o options together with the -hide option.
http://rationalqm.us/misc/DGIndex_chaos.rar
Note that support for the old-style CLI syntax is removed.
Note that timeouts occur only if the CLI line contains both the -i and -o options together with the -hide option.
- thechaoscoder
- Posts: 49
- Joined: Tue Jul 14, 2020 8:34 am
Revise DGIndex for CLI automation
Thx. Works great here.
Could you also return some error code if opening the file fails. Currently it returns 0
Tested like this in python
return_code = os.system("DGIndex -i 'F:\VTS_01_1.VOB' -o 'F:\test' -hide -exit")
Could you also return some error code if opening the file fails. Currently it returns 0
Tested like this in python
return_code = os.system("DGIndex -i 'F:\VTS_01_1.VOB' -o 'F:\test' -hide -exit")
Revise DGIndex for CLI automation
Will do. Thank you for your testing.thechaoscoder wrote: ↑Mon Jan 18, 2021 12:27 pmCould you also return some error code if opening the file fails. Currently it returns 0
Go easy on Sherman. He's just a boy.
Love the avatar! DG's kittie friend Sweet Pea looks just like that. You're definitely in the good books now.
Revise DGIndex for CLI automation
Released as build 2.0.0.3.
- thechaoscoder
- Posts: 49
- Joined: Tue Jul 14, 2020 8:34 am
Revise DGIndex for CLI automation
Works great