Skip to content

See how much of your media from Plex is available on Netflix.

Notifications You must be signed in to change notification settings

garrettben/plex2netflix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plex2netflix

This simple tool checks how much of your media from Plex is available to watch on Netflix, and gives you a nice summary with the percentage of media that is available.

I made this tool because I someday want to make the jump to Netflix, but I want to know beforehand how much of the media I have is available there.

It works by using the Plex Web API to get a list of all media from given library section. If an item has an IMDb ID (you need to enable the IMDb agent for this in Plex), it uses this to search in the Netflix Roulette API. If there is no IMDb ID, the item title and year are used.

Example

Install

You need to have Node.js (4.0 or higher). Install the tool with the node package manager:

npm install -g plex2netflix

To update, just run the command above again.

Usage

First, you need to get your API token from Plex.

plex2netflix --host 192.168.0.42 --token=xxx --section=Movies

Optionally comma-separate the sections like --section=Movies,Shows. If you leave out --section, it will try to automatically find libraries.

If your Plex server lives at a non-default port, you can use --port.

Maybe you only want to know if media from this release year is already on Netflix:

plex2netflix --host 192.168.0.42 --token=xxx --section=Movies --year=2015

About

See how much of your media from Plex is available on Netflix.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%