A simple python interface to collecting and writing iTunes style metadata to your media files automatically.
Given that a show is stored locally as /Volumes/Shows///.mv4
$ tag -t /Volumes/Shows/<Show>/<Season>/<file>.mv4
will automatically search iTunes and Trakt.tv for data to be written to the media files as metadata.
Given a movie file,
$ tag -m /Volumes/Movies/<file>.mv4
will automatically search iTunes and Trakt.tv for data to be written to the media files as metadata.
Given an audio file,
$ tag -M /Volumes/Music/<file>.m4a
will automatically search iTunes for data to be written to the media files as metadata.