Skip to content

Maikboarder/Playerr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

182 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playerr

🇪🇸 Leer en Español

Self-Hosted Game Library Manager & PVR

Go to Website License: MIT Docker Support

Downloads (Latest)

Windows Playerr.exe Playerr.app macOS ARM64 macOS Intel Linux

Inspired by the workflow of Radarr and Sonarr, Playerr is designed to be the definitive solution for video game enthusiasts who self-host their libraries. It bridges the gap between your local digital assets and the vast world of gaming metadata.

Main Features

  • Intelligent Library Scanning: Recursive and smart recognition engine that identifies video game platforms across your storage, mapping local files to their respective titles.
  • Rich Metadata Integration: Native hooks into IGDB and Steam APIs to fetch high-quality artwork, descriptions, ratings, and release dates.
  • Seamless PVR Workflow: Support for Prowlarr and Jackett for automated indexer management and advanced searching.
  • NZB Protocol Support: Native integration for Usenet downloads via NZB files, automatically handling protocol associations. Compatible with SABnzbd and NZBGet.
  • Download Client Connectivity: Native API integration for managing transfers via industry-standard clients (qBittorrent, Transmission, SABnzbd).
  • Modern Web GUI: A vibrant, dark-themed responsive interface designed for both desktop and containerized environments.
  • Smart Path & File Management: Automatic folder renaming based on sanitized IGDB titles, preserving original release structure while keeping the library clean and organized.
  • Automated Deployment Tool: Efficiently processes local installation packages and identifies primary executables to streamline library organization.
  • Unified Library View: Display your entire gaming collection in one place, including native support for syncing and viewing your Steam Library.

Screenshots

Game View Game Details
Game View Game Details
Settings (Indexers) Library Grid
Settings Library Grid

Search Manager
Search Manager

Supported Platforms

Playerr is architected for maximum reach, offering multi-platform binaries and containerized solutions:

Compatibility & Runners

Playerr manages your library, but to execute Windows-native titles on macOS or Linux, we recommend the following compatibility layers:

  • macOS: Whisky (Free/Open Source) or CrossOver (Paid/Official Support).
  • Linux / Steam Deck: Native support via Proton (Steam), Lutris, or Bottles.

Installation & Setup

Note: Requires valid IGDB API keys (free) for metadata fetching.

Docker (Recommended)

The easiest way to run Playerr is using Docker. It includes everything you need in a single container. Access the UI at http://your-ip:2727.

Standard Desktop / Server

Create a docker-compose.yml file and run docker-compose up -d:

services:
  playerr:
    image: maikboarder/playerr:latest
    container_name: playerr
    ports:
      - "2727:2727"
    volumes:
      - ./config:/app/config
      - /your/games/path:/media
    restart: unless-stopped

CasaOS

  1. Go to App Store -> Custom Install.
  2. Click on Import (top right) and paste this specific code (includes the icon):
    services:
      playerr:
        image: maikboarder/playerr:latest
        container_name: playerr
        ports:
          - "2727:2727"
        volumes:
          - /DATA/AppData/playerr/config:/app/config
          - /DATA/Media/Games:/media
        restart: unless-stopped
    
    x-casaos:
      architectures:
        - amd64
        - arm64
      main: playerr
      icon: https://raw.githubusercontent.com/Maikboarder/Playerr/master/frontend/src/assets/app_logo.png
      title:
        en_us: Playerr
  3. Click Install.

Synology / NAS

  1. Open Container Manager (or Docker).
  2. Go to Project -> Create.
  3. Paste the Docker Compose code and configure your local folders.
  4. Click Done.

Build from Source (For Developers)

If you want to modify the code or build the image locally instead of pulling it from Docker Hub:

  1. Clone the repository:

    git clone https://github.com/maikboarder/playerr.git
    cd playerr
  2. Use the build command:

    docker build -t playerr:local .
  3. Or use a docker-compose.override.yml to force a local build:

    services:
      playerr:
        build: .
        image: playerr:local
        # ... rest of your config

Roadmap

Phase 1: Foundation (v0.1.0 - v0.4.7)

  • Core PVR Functionality: Automated search and categorization engine.
  • NZB Protocol Support: Native integration for SABnzbd and NZBGet.
  • Multi-Platform Deployment: Official builds for Windows, macOS (Apple & Intel), and Linux.
  • Windows Installer: Professional NSIS installer for a seamless setup experience.
  • Persistent Storage: SQLite integration to ensure library data and metadata longevity.

Phase 2: Power User Features (Current Focus)

  • Infrastructure & Storage Optimization:
    • Atomic Move (Hardlinks): Instant file management without data fragmentation.
    • Unraid Integration: Community XML template support (_unraid/playerr.xml).
    • Smart API Handling: Advanced rate-limiting and batching for metadata providers.
  • One-Click Launch Integration: Direct execution support for Steam and initial implementation for Installed Local Games.
  • UI/UX Refinement: Premium iconography (FontAwesome) and consistent Nord-themed design.
  • Advanced Configuration:
    • Custom IP/Port Binding: Flexible network settings.
    • System Tray Support: Minimize to Tray for Windows.

Phase 3: Ecosystem & Future Vision

  • Bazzite & Linux Gaming: Specialized compatibility hooks for Lutris, Proton, and Steam Deck.
  • DBI Protocol Support: Advanced USB file transfer and management for handheld hardware devices.
  • Official App Stores: Integration into official Unraid, CasaOS, and Synology app manifests.
  • Extensibility Engine: Support for community-driven scripts and metadata plugins.

Community & Support

I'm building Playerr with the community in mind. Your feedback is the engine that drives our development.

  • Contribute: Found a bug? Have a killer feature idea? Open an issue or a PR!
  • Support: If Playerr brings value to your setup, consider supporting the project. Your contributions enable more focused development, better stability, and faster implementation of the roadmap.

Sponsor on GitHub

License

Distributed under the MIT License. See LICENSE for more information.

Legal Disclaimer

Playerr is an open-source project for educational and personal library management. It is not affiliated with any third-party game platforms or metadata providers. The developers do not condone piracy; users are responsible for complying with their local laws regarding copyright and content usage. See DISCLAIMER.md for the full legal notice.


Developed by Maikboarder

About

Self-hosted game library manager and PVR inspired by Radarr and Sonarr. Automate your collection with intelligent scanning and rich metadata

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors