Update README.md

This commit is contained in:
rlauuzo 2024-06-12 14:44:37 +02:00 committed by GitHub
parent 7f9fb00e02
commit 15f4e74b82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,15 @@
# Introskipper - Docker mod for Jellyfin ### Introskipper - Docker Mod for Jellyfin
This mod adds skip button to jellyfin, to be installed/updated during container start. This mod ensures the permissions are set correctly so that the skip button works as intended in Jellyfin, to be installed/updated during container start.
In jellyfin docker arguments, set an environment variable `DOCKER_MODS=ghcr.io/jumoog/intro-skipper` To install, set an environment variable in your Jellyfin Docker arguments:
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=ghcr.io/jumoog/intro-skipper|linuxserver/mods:jellyfin-mod2` ```yaml
DOCKER_MODS=ghcr.io/jumoog/intro-skipper
```
If you are adding multiple mods, enter them in an array separated by `|`, like this:
```yaml
DOCKER_MODS=ghcr.io/jumoog/intro-skipper|linuxserver/mods:jellyfin-mod2
```