hoodex

https://img.shields.io/pypi/v/hoodex.svg https://img.shields.io/travis/Ratxi/hoodex.svg Documentation Status

Hoodex checks your plex instance and get the url of the latest uploaded content

Install

Install using pip from pypi:

pip install hoodex

Usage

You can set your variables via argument when running hoodex or via config file.

With Arguments:

hoodex --user my_user --password my_password --server my_server --libraries Movies,TV

With a config file:

hoodex --config config.ini

Config

You can create a ini config file with the following content:

[hoodex]
PlexUserName = your_user
PlexPassword = your_password
PlexServer = your_server
PlexLibraries = Movies,TV

Features

  • Connect to your Plex Server and get the last added elements of a list of libraries