Boxarr

Boxarr

Docker app from TQ's Repository

Overview

Boxarr solves the problem of keeping your media library current with popular movies without manual intervention. It automatically tracks what's trending at the box office and ensures your Radarr library has the movies people actually want to watch.

Boxarr - Box Office Tracking for Radarr

Boxarr Logo

Automatically track and add trending box office movies to your Radarr library

License: GPL v3 Python 3.10+ Docker Wiki


Boxarr monitors weekly box office charts and seamlessly integrates with Radarr to ensure your media library always has what people want to watch. No more manual searching for popular movies - Boxarr handles it automatically.

🎯 Why Boxarr?

  • Stay Current - Never miss trending movies that everyone's talking about
  • Save Time - No more manually searching for and adding popular films
  • Smart Automation - Automatically add movies based on your preferences
  • Family Friendly - Keep your media server stocked with what people actually want to watch

πŸ€” Why Not Seerr?

Seerr is excellent for request-based libraries where users actively request content. Boxarr serves a different purpose:

  • Automatic vs Request-Based: Boxarr automatically adds mainstream hits without anyone having to request them
  • Box Office Focus: Tracks actual commercial success, not just user requests
  • Zero User Interaction: Works silently in the background, no user accounts or requests needed
  • Complementary Tool: Use both! Seerr for specific requests, Boxarr for mainstream coverage

πŸ“‹ Why Not Radarr Lists?

While Radarr lists are useful, Boxarr offers unique advantages:

  • Box Office = Mainstream Appeal: Tracks movies with proven commercial success, ensuring broad appeal
  • Unbiased Selection: Based on actual revenue data, not curator preferences or ratings
  • Weekly Updates: Fresh data every week, not dependent on list maintainer updates
  • Duplicate Prevention: Uses Radarr API to check existing movies before adding
  • Historical Tracking: Build a library of movies that were culturally significant at release

Boxarr ensures your library includes the mainstream movies that dominated theaters - the films people are most likely to want to watch.

πŸ“š Documentation

View the full documentation in our Wiki for detailed guides, configuration options, and troubleshooting.

✨ Key Features

πŸ“‹ Requirements

  • Radarr v3.0+ (required)
  • Docker (recommended) or Python 3.10+
  • Network access to Box Office Mojo

πŸš€ Quick Start

Docker (Recommended)

docker run -d \
  --name boxarr \
  -p 8888:8888 \
  -v /path/to/config:/config \
  ghcr.io/iongpt/boxarr:latest

Visit http://localhost:8888 and follow the setup wizard.

Docker Compose

version: '3.8'

services:
  boxarr:
    image: ghcr.io/iongpt/boxarr:latest
    container_name: boxarr
    ports:
      - 8888:8888
    volumes:
      - ./config:/config
    restart: unless-stopped
    environment:
      - TZ=America/New_York  # Optional: Set your timezone

View full installation guide β†’

βš™οΈ Initial Setup

  1. Open your browser to http://localhost:8888
  2. Enter your Radarr URL and API key
  3. Configure quality profiles and preferences
  4. Save and start tracking!

View detailed setup guide β†’

πŸ“– Configuration & Features

πŸ”§ Advanced Configuration

Reverse Proxy Support

Boxarr can run behind reverse proxies (nginx, Traefik, Caddy) with custom URL base support.

environment:
  - BOXARR_URL_BASE=boxarr  # Access at /boxarr/

View reverse proxy setup guide β†’

API Access

Boxarr provides a REST API for integration and automation.

πŸ“Έ Screenshots


Dashboard View

Weekly Box Office

πŸ†˜ Help & Support

Contributing

We welcome contributions! Please see our Contributing Guide for guidelines.

License

GNU General Public License v3.0 - see LICENSE for details.

Acknowledgments

  • Radarr for the excellent movie management platform
  • Box Office Mojo for box office data
  • The self-hosting community for inspiration and feedback

Disclaimer

This project is not affiliated with Box Office Mojo, IMDb, or Radarr. It's an independent tool created for personal media management.


Made with ❀️ for the self-hosting community

Install Boxarr on Unraid in a few clicks.

Find Boxarr in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Boxarr Review the template variables and paths Click Install

Related apps

Explore more like this

Explore all

Details

Repository
ghcr.io/iongpt/boxarr:latest
Last Updated2026-07-15
First Seen2025-09-06

Runtime arguments

Web UI
http://[IP]:[PORT:8888]/
Network
bridge
Shell
sh
Privileged
false

Template configuration

Web UIPorttcp
Target
8888
Default
8888
Value
8888
AppDataPathrw
Target
/config
Default
/mnt/user/appdata/boxarr
Value
/mnt/user/appdata/boxarr
TimeZoneVariable

Optional

Target
TZ
Default
YOUR TIMEZONE