Installation Requirements
============================================
This is a list of required python packages and 3rd party applications needed by the various parts of EM Media Handler. They are broken down by which configuration section needs them when enabled:
General
*******
* `PyYAML `_ (automatically installed) ::
pip install pyyaml
TV and Movies
*************
* `Filebot `_
Music
*****
* `Beets `_ ::
pip install beets
Audiobooks
**********
* `Google API Python Client `_ (automatically installed) ::
pip install google-api-python-client
* Mutagen (automatically installed) ::
pip install mutagen
* `ABC `_ (for when ``make_chapters`` is enabled)
Detailed installation instructions can be `found here `_.
Notifications
**************
* `Requests `_ (automatically installed) ::
pip install requests
Deluge
*******
* Twisted ::
pip install twisted
* `Deluge `_
Needs to be installed from source using the directions you can `find here `_.