Page 1 of 1
DVDFR - Allocine scripting problem
Posted: 2003-01-16 10:47:45
by TRMC
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...
Posted: 2003-01-16 10:56:20
by TRMC
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)...
Posted: 2003-01-16 11:46:25
by antp
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.
Posted: 2003-01-16 15:34:02
by TheRealMcCoy
Thanks alot