ninthwalker / directPlexDownloader

Direct Download from Plex Servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developers Note:

This script/repo is no longer maintained. Please see the new and improved plex downloader app called Saverr.
Thanks!

Direct Plex Downloader

Powershell script to download items from a Plex Server.

Details

Can be used on your own server or on a remote friends server as well.
Requires knowing a few things about the plex server:

  1. Plex Token (Either the server owners token, or the token issued to you for accessing a friends server)
  2. Plex Server url:port (can be a known ip, the plex.direct url, or a friendly url )
  3. Metadata ID of the movie/show you want to download.

A better method of this would be to make this in python and use the plex-api to search for the name of what you want,
rather than needing the metadata ID, but I'll leave that for someone else.

Configuration:

Modify the top of the script and change the 3 variables to your own.

How to use

  1. Launch the script
  2. It will ask for the movie or TV Show Metadata ID. This can be found on the end of the url in your browser when looking at a movie or TV shows details in plex web.
  3. Hit enter, this will start the download and show you a friendly progress bar and ETA.

Errors

If you get an error it's probably because one of your 3 variables is wrong, or you typed in the wrong metadata ID.

About

Direct Download from Plex Servers

License:MIT License


Languages

Language:PowerShell 100.0%