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
@@ -0,0 +1,12 @@
#!/usr/bin/with-contenv bash
# This is an install script that is designed to run after init-mods-package-install
# so it can take advantage of packages installed
# init-mods-end depends on this script so that later init and services wait until this script exits
echo "**** Installing BIF Tool ****"
curl -L \
"https://github.com/rokudev/samples/raw/master/utilities/bif%20tool/biftool_linux.zip" \
-o /tmp/biftool_linux.zip && \
cd /tmp && \
unzip biftool_linux.zip -d /usr/bin
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-emby-mediainfo-plugin-postinstall/run