Update docs

Closes #33
This commit is contained in:
ConfusedPolarBear 2022-06-22 18:52:47 -05:00
parent e68780d0ff
commit 42b547e958
2 changed files with 7 additions and 2 deletions

View File

@ -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. 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 ## Introduction requirements

View File

@ -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 ## 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 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: 3. Mount the `dist` folder to your container as `/jellyfin/jellyfin-web`. Example docker-compose snippet:
```yaml ```yaml