all repos — auto-movie-tagger @ 6b5390dbd457edad1fc228314f07ef31cc9b7945

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

Corrected links
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 21:29:39 +0530
commit

6b5390dbd457edad1fc228314f07ef31cc9b7945

parent

a2e930bc14f249463654a03c278f62859bb82936

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

jump to
M README.mdREADME.md

@@ -14,8 +14,8 @@ <li><a href="https://pypi.python.org/pypi/mutagen">mutagen</a> - Python module to handle media files' metadata</li>

</ul> ## Installing ffmpeg -You need to first download ffmpeg ((from here))[https://ffmpeg.org/download.html] and add it to your PATH variable if on windows. -Here's a (wikiHow article on how to install ffmpeg on Windows)[http://www.wikihow.com/Install-FFmpeg-on-Windows] +You need to first download ffmpeg <a href="https://ffmpeg.org/download.html">(from here)</a> and add it to your PATH variable if on windows. +Here's a <a href="http://www.wikihow.com/Install-FFmpeg-on-Windows">wikiHow article on how to install ffmpeg on Windows</a> ## Installing Python module dependencies <ul>