DVDFR - Allocine scripting problem

You found an error in the program ? Report it here
Post Reply
TRMC

DVDFR - Allocine scripting problem

Post by TRMC »

The brand new DVDFR - Allocine script works very well but it change the Media Label... And it's no good :cry: 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 !!!)
TRMC

more...

Post 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)...
antp
Site Admin
Posts: 9630
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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.
TheRealMcCoy
Posts: 5
Joined: 2003-01-14 15:56:05
Contact:

Post by TheRealMcCoy »

Thanks alot :grinking:
Post Reply