DVDFR - Allocine scripting problem
DVDFR - Allocine scripting problem
The brand new DVDFR - Allocine script works very well but it change the Media Label... And it's no good I don't know where the data wich is put in this filed comes from but i wish it does not change this field (no other script change it !!!)
more...
It also change video and audio format, language, subtitles and resolution... it's good only for dvds...
Is it possible to déactivate that ? How ?
It would be great to add a parameter in the program preferences to choose which field you want the scripts to import (kind of what is done when you choose to import when creating a new entry in the database but these parameters would be fixed once for all in the program parameters)...
Is it possible to déactivate that ? How ?
It would be great to add a parameter in the program preferences to choose which field you want the scripts to import (kind of what is done when you choose to import when creating a new entry in the database but these parameters would be fixed once for all in the program parameters)...
In the next version there will be an option to prevent update of some fields.
In the script, search for lines like "// Label" or "// Video Format", etc.
They are usually used to specify the beginning of a block, so you can put comments around the block :
(*
// Video Format
here is the code of the block
*)
// Descriptions
here is the code of another block
(* and *) deactivate the Video Format block.
In the script, search for lines like "// Label" or "// Video Format", etc.
They are usually used to specify the beginning of a block, so you can put comments around the block :
(*
// Video Format
here is the code of the block
*)
// Descriptions
here is the code of another block
(* and *) deactivate the Video Format block.