Need help to make 2 small changes

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
Zar0n
Posts: 1
Joined: 2003-12-26 14:47:18

Need help to make 2 small changes

Post by Zar0n »

Need help to make 2 small changes:
1-when i import information from IMDB(small pic) I want field “Original title” and “Comments” unchecked by default
2-when i get information from files and the type of audio is MPEG Layer 3 (MP3) I want it to fill the audio format field with just "MP3"

Thanx

PS: It's possible to add the number of channels to audio format?
Ex: AC3 5ch
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Hi,

1 - In the script, put a "//" in front of the lines that contain "SetField(fieldOriginalTitle....)" and "SetField(fieldComments.....)"

2 - Edit the file codecs.ini (or something like that) in the folder of the program.

About the AC3 channels :
viewtopic.php?t=432
Post Reply