Quick Start

  1. Installation

  2. Required API Keys

    • Get TMDB API Token from TMDB
    • Get Fanart API Key from Fanart.tv
    • Get TVDB API Key from TVDB
    • Review the requirements section for required software/plugins
  3. Basic Configuration

    • Copy config.example.json to config.json -> Configuration
    • Add your API keys
    • Set your media server details (Plex/Jellyfin/Emby)
    • Configure asset paths
  4. First Run

    # Docker
    docker exec -it posterizarr pwsh /app/Posterizarr.ps1 -Testing
    
    # Windows (as Admin) & Linux
    ./Posterizarr.ps1 -Testing
    
  5. Access Web UI

    • Open http://localhost:8000 in your browser
    • Default credentials: none required

For detailed setup instructions, see the full walkthrough.