TopTenArr scrapes the public Top 10 charts and builds them into Plex collections — movies and shows, refreshed on your schedule. Netflix is free. Pro unlocks the other seven. No FlixPatrol, no paid APIs.
docker run -d --name toptenarr \ -p 7474:7474 -v ./config:/app/config \ ghcr.io/freerideguy/toptenarr:latest
One container does the whole loop on the schedule you pick — day and time, your call.
Reads the public Top 10 lists straight from the source. No FlixPatrol, no paid APIs, no scraping fees.
Turns each chart into a Plex collection — movies and shows toggled independently per service.
Drops the collections onto your Plex home screen and keeps them current. Optional Radarr/Sonarr auto-requests what you're missing.
Netflix runs free for everyone. Every other service is unlocked with a test key while we're testing — grab the install and request one.
Every service unlocked, plus the *arr integrations.
Run Plex on an NVIDIA Shield? Put TopTenArr right on it. The whole scrape → sync → pin engine runs on the device — no separate server, just install and sign in with the remote.
Free in beta. Works on NVIDIA Shield and other Android TV devices.
Grab the free Downloader app on your Shield and allow it to install apps (one-time).
In Downloader, enter toptenarr.com/apk — it fetches the latest build.
Install, open TopTenArr, and link your Plex with the on-screen code at plex.tv/link.
On a computer instead? adb connect <shield-ip> then adb install toptenarr.apk.