all repos — auto-movie-tagger @ 2c1df1599e50553f07b8927689fe049bd9616b33

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:00:49 +0530
commit

2c1df1599e50553f07b8927689fe049bd9616b33

parent

cf234e60793df5aa853186ad4d0e73ab6d3d8508

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

jump to
M README.mdREADME.md

@@ -19,8 +19,8 @@ <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> -><h3>Note for Linux Users with both python2 and python3 installed on their system</h3> ->This script is compatible for python3 only. If you are on Ubuntu with python2.x and python3.x both installed, install pip3 using</p> +><h3>Note for installing python 3 dependencies</h3> +>This script is compatible for python3 only. If you are on Ubuntu or any other distro/OS with python2.x and python3.x both installed, make sure you use 'pip3' command to install the python modules. On Ubuntu/Debian-based distros you can run:</p> ><pre>sudo apt-get install pip3</pre> >and then install the dependencies: ><pre>pip3 install &lt;module&gt;</pre>