google-code-export / tovid

Automatically exported from code.google.com/p/tovid
1 stars 0 forks source link

seek not parsed properly from ini file or .bash into gui #158

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Example:

in ini-file (in [gui]:
-seek 400 400

is then displayed in the GUI as "4" "0" "0"

The same happens if you save the settings as a bash script and reload them.

Cheers,
Sven

Original issue reported on code.google.com by sven.her...@gmail.com on 6 Jan 2012 at 8:11

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks for taking the time to report.  At present the "Load script" function of 
the gui is very experimental as you found out.  There are a few other bugs that 
have been noted, in fact I filled out the issue report for some of them.  This 
report is similar to the note I added to  issue #121 .

Unfortunately the situation is not likely to improve unless we get another 
python dev willing to refactor the load_args method.

Original comment by grepper@gmail.com on 10 Jan 2012 at 5:40

GoogleCodeExporter commented 9 years ago
As of SVN rev 3431 the 'Load script' button was removed from the GUI.  You can 
still save a project to a bash script with the 'Save script' button, so you 
won't lose your project details.  I will also have to make putting certain 
arguments/options (the problematic ones) in the ini file an error.  Not a fix, 
but at least no surprises. 

Original comment by grepper@gmail.com on 23 Jul 2012 at 9:06