aboutsummaryrefslogtreecommitdiff
path: root/.local/etc/wrapper.d/jellyfin.sh
diff options
context:
space:
mode:
Diffstat (limited to '.local/etc/wrapper.d/jellyfin.sh')
-rw-r--r--.local/etc/wrapper.d/jellyfin.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/.local/etc/wrapper.d/jellyfin.sh b/.local/etc/wrapper.d/jellyfin.sh
new file mode 100644
index 0000000..08105db
--- /dev/null
+++ b/.local/etc/wrapper.d/jellyfin.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+WRAPPER_BINS="
+ /usr/bin/chromium
+ /usr/bin/chromium-browser
+"
+
+WRAPPER_OPTS="
+ --app=https://tv.tyil.nl
+ --class=jellyfin
+ --disable-session-crashed-bubble
+ --user-data-dir=\"$HOME/.config/chromium.d/jellyfin\"
+"