auto tag video and add to itunes on windows

2

I'm looking for an app similar to Auto TV Tagger that monitors a folder and auto magically tags the file either through a webservice or by the file name given then adds it to itunes in the proper section ie Movies for movies TV shows for tv etc i was going write an extension for Auto TV tagger but there is no source available and im not sure how to tear apart the exe for the dlls that do the tagging. Anyone have any ideas on apps plugins or an api that do this ?

Chris McGrath

Posted 2010-11-06T22:07:42.797

Reputation: 308

Answers

0

MP4Box can be used to set some tags on a file, as follows:

MP4Box -itags writer=me file.mp4

You can have a list of supported tags with MP4Box -tag-list. If some fields are not supported, file an issue.

cconcolato

Posted 2010-11-06T22:07:42.797

Reputation: 188