From 42b547e9583bc1b1920fe5f8f28f142f2a027ae6 Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Wed, 22 Jun 2022 18:52:47 -0500 Subject: [PATCH] Update docs Closes #33 --- README.md | 6 +++++- docs/web_interface.md | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6c55ce..48ad173 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,11 @@ If you use the custom web interface on your server, you will be able to click a However, if you want to use an unmodified installation of Jellyfin 10.8.0 or use clients that do not use the web interface provided by the server, the plugin can be configured to automatically skip intros. -Plugin versions older than v0.1.5.0 require `fpcalc` to be installed. +## System requirements + +Plugin versions v0.1.5 and newer require `jellyfin-ffmpeg 5.0.1-5` to be installed. This is installed by default in the official Jellyfin 10.8.0 container and available as `jellyfin-ffmpeg5` on Debian Linux based systems. + +Plugin versions v0.1.0 and older require `fpcalc` to be installed. ## Introduction requirements diff --git a/docs/web_interface.md b/docs/web_interface.md index a915167..27e54d9 100644 --- a/docs/web_interface.md +++ b/docs/web_interface.md @@ -8,7 +8,8 @@ If you do not run Jellyfin as a container, you can follow the [native installati ## Method 1: mounting the new web interface -1. Download the latest compiled version of the web interface from [the releases tab](https://github.com/ConfusedPolarBear/intro-skipper/releases) (or compile [from source](https://github.com/ConfusedPolarBear/jellyfin-web/tree/intros)) +1. Download the latest compiled version of the web interface from [GitHub actions](https://github.com/ConfusedPolarBear/intro-skipper/suites/6986965700/artifacts/273461104) (or compile [from source](https://github.com/ConfusedPolarBear/jellyfin-web/tree/intros)) + 1. The GitHub actions download link will only work if you are signed in to GitHub. 2. Extract the archive somewhere on your server and make note of the full path to the `dist` folder 3. Mount the `dist` folder to your container as `/jellyfin/jellyfin-web`. Example docker-compose snippet: ```yaml