Skip to content

Davvos11/jellyfin-intro-skipper-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jellfyfin intro-skipper Linuxserver.io mod

Provides a docker-mod to add the intro-skipper plugin overlay to the Linuxserver Jellyfin image.

Currently based on version 10.8.10+4d9c94b8f1.

Available on Docker Hub

Usage

  1. First build the mod container using docker build -t davvos11/jellyfin-intro-skipper-mod
  2. Add the mod to your Jellyfin container like so (using docker-compose):
    services:
        jellyfin:
            container_name: jellyfin
            image: lscr.io/linuxserver/jellyfin
            ports:
            - 8096:9096
            environment:
            PUID: 1000
            PGID: 1000
            TZ: Europe/Amsterdam
            
            DOCKER_MODS: davvos11/jellyfin-intro-skipper-mod:latest

Releases

No releases published

Packages

No packages published