Hi there!
I've been using MP3TAG to tag my files, and it worked perfectly! But I have a problem, I have this ITUNMOVI tag, and I need to tag it in my video. I used MP3TAG to add this field, then it said Saved tag in 1 of 1 files. as this is what is said if done successfully. However, when I look at the file in iTunes, in the Movies tab, the Cast, Producer, Directors, Studio, Copy Warning, etc. don't show up! Those values are supposed to show up. I use iTunes 11. Here is the ITUNMOVI tag I used in case you want to try it yourself.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>asset-info</key>
<dict>
<key>file-size</key>
<integer>1260653952</integer>
<key>screen-format</key>
<string>widescreen</string>
</dict>
<key>cast</key>
<array>
<dict>
<key>adamId</key>
<integer>204872280</integer>
<key>name</key>
<string>Keanu Reeves</string>
</dict>
<dict>
<key>adamId</key>
<integer>283634026</integer>
<key>name</key>
<string>Hugh Laurie</string>
</dict>
<dict>
<key>adamId</key>
<integer>82440146</integer>
<key>name</key>
<string>Forest Whitaker</string>
</dict>
</array>
<key>codirectors</key>
<array/>
<key>copy-warning</key>
<string>FBI ANTI-PIRACY WARNING: UNAUTHORIZED COPYING IS PUNISHABLE UNDER FEDERAL LAW.</string>
<key>directors</key>
<array>
<dict>
<key>adamId</key>
<integer>280119499</integer>
<key>name</key>
<string>David Ayer</string>
</dict>
</array>
<key>producers</key>
<array>
<dict>
<key>adamId</key>
<integer>250421043</integer>
<key>name</key>
<string>Lucas Foster</string>
</dict>
<dict>
<key>adamId</key>
<integer>272979303</integer>
<key>name</key>
<string>Erwin Stoff</string>
</dict>
<dict>
<key>adamId</key>
<integer>286191301</integer>
<key>name</key>
<string>Alexandra Milchan</string>
</dict>
</array>
<key>screenwriters</key>
<array>
<dict>
<key>adamId</key>
<integer>284259507</integer>
<key>name</key>
<string>Kurt Wimmer</string>
</dict>
<dict>
<key>adamId</key>
<integer>286191305</integer>
<key>name</key>
<string>Jamie Moss</string>
</dict>
<dict>
<key>adamId</key>
<integer>2065186</integer>
<key>name</key>
<string>James Ellroy</string>
</dict>
</array>
<key>studio</key>
<string>Fox Searchlight</string>
</dict>
</plist>
Any help would be greatly appreciated.
Cheers!