all repos — auto-movie-tagger @ 7572f488fb75d7e01181c7b12f565620c16f5914

A Python script that auto tags and adds poster to mkv or mp4 movie files.

Some edits
Prithu Goswami prithugoswami524@gmail.com
Wed, 03 May 2017 23:12:53 +0530
commit

7572f488fb75d7e01181c7b12f565620c16f5914

parent

30c90e572e196705f7461187074527680f8f8342

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -13,7 +13,7 @@ ## Requirements

<ul> <li><a href="https://ffmpeg.org/">ffmepeg</a> - A cli-tool that can encode/decode media files</li> <li><a href="https://pypi.python.org/pypi/imdbpie">imdbpie</a> - A Python module for IMDb</li> - <li><a href="https://pypi.python.org/pypi/tmdbsimple">tmdbsimple</a> - A Python wrapper for The Movie Database API v3</li> + <li><a href="https://pypi.python.org/pypi/tmdbsimple">tmdbsimple</a> - A Python module which is a wrapper for The Movie Database API v3</li> <li><a href="https://pypi.python.org/pypi/mutagen">mutagen</a> - Python module to handle media files' metadata</li> </ul>