Skip to content

A tool to compare your plex libraries with other physical media rental / purchasing services.

License

Notifications You must be signed in to change notification settings

tphoney/plex-lookup

Repository files navigation

plex-lookup

Description

A tool to compare your plex libraries with other physical media rental / purchasing services.

demo

Table of Contents

Features

  • Movies
    • amazon via blu-ray.com (customisable region)
    • cinema paradiso
    • filter by resolution, audio language or new releases
    • use playlists to filter what you search for
  • TV
    • amazon via blu-ray.com (customisable region)
    • cinema paradiso
    • filter by resolution, audio language or new releases
  • Music
    • spotify (requires a client id and secret)
    • musicbrainz (can use a local copy of the database)
    • find new releases, or find similar new artists
    • use playlists to filter what you search for
  • Runs locally
    • no data is stored
    • no ads
    • no tracking
  • simple to use
    • threaded search
    • built in backoffs for api rate limits
    • run as a web server or cli tool
  • os agnostic
    • runs on windows, mac, linux

Running

Available as a docker image or as a binary.

Docker

You can get the docker image here tphoney/plex-lookup. The latest image is built from the latest commit on the main branch. Versioned images are also available.

docker run --rm  -p 9090:9090 tphoney/plex-lookup

Binaries

Available in tar files in the releases section here. Runs the web server on port 9090 by default.

./plex-lookup web 
# on windows
.plex-lookup.exe web

Building

Build the binary.

go test -v --race ./... 
go build

About

A tool to compare your plex libraries with other physical media rental / purchasing services.

Topics

Resources

License

Stars

Watchers

Forks