A tool to compare your plex libraries with other physical media rental / purchasing services.
- 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
Available as a docker image or as a binary.
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
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
Build the binary.
go test -v --race ./...
go build