Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 563 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 563 Bytes

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.