Monschichi / plex_downloader

download files from plex server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is no longer maintained

If you want to continue maintaining it please contact me.

Plex Downloader

This tool will download specified unseen movies/series from a given Plex server. Marks downloaded files as seen to avoid redownload. Now with resume, progressbar and Bandwidth limit.

Username/Password is stored in .netrc e.g.:

machine plex
  login USERNAME
  password TOPSECRET

Install needed python modules:

$ pip3 install --user -r requirements.txt

see ./downloader.py --help for usage.

About

download files from plex server

License:Apache License 2.0


Languages

Language:Python 100.0%