setting values standard values
setting values standard values
Would it be possible to set for example the standard value for subtitles to "none" when importing a movie? Or at least export it to html like that if there is no subtitle info available? I think I should be able to use some php code for this but I haven't been able to find a way to code that in a single line (not a line for each language).
In the Preferences window there is a button to set default field values. These values are set on a newly created movie.
If you prefer to set a value when getting information from a script, edit the script and add just before the line "DisplayResults;" a line with:
for example.
If you prefer to set a value when getting information from a script, edit the script and add just before the line "DisplayResults;" a line with:
Code: Select all
SetField(fieldSubtitles, 'none');