all repos — auto-movie-tagger @ 8c5d9ca1276def9af07115e034d4296340f82bed

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

Okay, one more README.md change
prithugoswami prithugoswami524@gmail.com
Wed, 03 Jan 2018 21:16:20 +0530
commit

8c5d9ca1276def9af07115e034d4296340f82bed

parent

cfd8fd7db03bbe0fc215841be0e28e2e806892ea

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

jump to
M README.mdREADME.md

@@ -13,9 +13,12 @@

## Requirements The script makes use of the following tool and python modules. __Make sure to install them before you run the script.__ -><h4>Note for Linux Users with both python2 and python3 installed on their system</h4> -><p style="color:orange">This script might not work properly for python2.x. Use python3 to execute it. If you are on Ubuntu with python2.x and python3.x both installed, install pip3 using</p> + +><h3>Note for Linux Users with both python2 and python3 installed on their system</h3> +>This script might not work properly for python2.x. Use python3 to execute it. If you are on Ubuntu with python2.x and python3.x both installed, install pip3 using</p> ><pre>sudo apt-get install pip3</pre> +>and then install the dependencies: +><pre>pip3 install &lt;module&gt;</pre>