Skip to content
/ hoodex Public

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

License

Notifications You must be signed in to change notification settings

Ratxi/hoodex

Repository files navigation

hoodex

image

image

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published