Skip to content

Installation and utilization

Wouter de Bruijn edited this page Jan 12, 2023 · 3 revisions

Welcome to this short Wiki page explaining the installation of Emby-Recap.

Software information and dependencies

Emby recap is written in Deno utilizing the Fresh framework. (For the uninitiated, Deno is a secure next-gen runtime for JavaScript applications). The project is released as a Docker container but can be run with Deno directly.

This application uses the Emby Replay Reporting plugin. This plugin only starts collecting user data after its installation.

Installation

Example run commands are available in the Readme.md file. The following environment variables are required:

EMBY_URL: "http://localhost:8096" # URL for your Emby instance, (without a slash at the end)
EMBY_API_KEY: "ADMIN_ACCOUNT_TOKEN" # Token for an administrator account (see known issues)

Clone this wiki locally