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

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.