Skip to content

moogar0880/pytagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytagger

A simple python interface to collecting and writing iTunes style metadata to your media files automatically.

Examples

TV Shows

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.

Movies

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.

Music

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.

About

A simple python interface to collecting and writing iTunes style metadata to your media files automatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published