all repos — auto-movie-tagger @ b0d7f19ba3b3f921f298c04aceb45212fc84b367

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

update readme
prithugoswami prithugoswami524@gmail.com
Tue, 26 Jun 2018 13:12:56 +0530
commit

b0d7f19ba3b3f921f298c04aceb45212fc84b367

parent

2c1df1599e50553f07b8927689fe049bd9616b33

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

jump to
M README.mdREADME.md

@@ -29,7 +29,8 @@

## Installing ffmpeg -You need to first download ffmpeg (<a href="https://ffmpeg.org/download.html">from here</a>) and add it to your PATH variable. +You can download ffmpeg for your platform <a href="https://ffmpeg.org/download.html">from here</a>. Most of the linux distributions come with it ffmpeg pre-installed, or you can always look for the package in your distro's package repository. +<a href="https://trac.ffmpeg.org/wiki/CompilationGuide">Compilation Guide for ffmpeg</a> 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