Installation#
Medicure is a Python package, which means you need to download and install Python from python.org if you haven’t already. Once you have Python installed, you can easily install Medicure from PyPI:
pip install medicure
Alternatively, you can install directly from GitHub:
pip install git+https://github.com/alirezatheh/medicure.git
Requirements#
TMDB API Key: Medicure uses TMDB’s API to get correct info for movies and TV shows. So you need to create a TMDB account and generate an API key in order to use Medicure.
Mediainfo: Medicure requires Mediainfo to extract track info from video and audio files.
MKVToolNix: Medicure uses
mkvmergeto craete new treated media files.mkvmergeis one of the MKVToolNix’s command-line tools.