emby: mediainfo-plugin initial release

This commit is contained in:
DaveO16176
2024-06-17 05:42:58 -04:00
parent 9d6b690c28
commit bc9f9ea6ed
23 changed files with 56 additions and 99 deletions
+3 -3
View File
@@ -5,9 +5,9 @@ on: [push, pull_request_target, workflow_dispatch]
env:
GITHUB_REPO: "linuxserver/docker-mods" #don't modify
ENDPOINT: "linuxserver/mods" #don't modify
BASEIMAGE: "replace_baseimage" #replace
MODNAME: "replace_modname" #replace
MULTI_ARCH: "true" #set to false if not needed
BASEIMAGE: "emby" #replace
MODNAME: "mediainfo-plugin" #replace
MULTI_ARCH: "false" #set to false if not needed
jobs:
set-vars: