all repos — auto-movie-tagger @ c9386e69b934bcfadf5073b400dbb9056d8ac8ba

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

Fixed a typo
Prithu Goswami prithugoswami524@gmail.com
Fri, 05 May 2017 10:52:40 +0530
commit

c9386e69b934bcfadf5073b400dbb9056d8ac8ba

parent

ed0169709e1762888ca172b0020c839a134ab16c

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

jump to
M README.mdREADME.md

@@ -12,7 +12,7 @@

## Requirements The script makes use of the following tool and python modules <ul> - <li><a href="https://ffmpeg.org/">ffmepeg</a> - A cli-tool that can encode/decode media files</li> + <li><a href="https://ffmpeg.org/">ffmpeg</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 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>