aboutsummaryrefslogtreecommitdiff
path: root/input/strangenewworlds.conf.example
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-02-19 13:47:56 -0500
committerB. Stack <bgstack15@gmail.com>2024-02-19 13:47:56 -0500
commit158983b29ad4a2027845c24070791dc2c66dc249 (patch)
tree4f94109de0e6dbc5fdbf70d0b1f41789c0877578 /input/strangenewworlds.conf.example
parentadd watched_episodes_for_show() (diff)
downloadjellystack-158983b29ad4a2027845c24070791dc2c66dc249.tar.gz
jellystack-158983b29ad4a2027845c24070791dc2c66dc249.tar.bz2
jellystack-158983b29ad4a2027845c24070791dc2c66dc249.zip
add show-manager and its autocomplete
Diffstat (limited to 'input/strangenewworlds.conf.example')
-rw-r--r--input/strangenewworlds.conf.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/input/strangenewworlds.conf.example b/input/strangenewworlds.conf.example
new file mode 100644
index 0000000..289e7a5
--- /dev/null
+++ b/input/strangenewworlds.conf.example
@@ -0,0 +1,12 @@
+# Where all the episode mkv files are
+SOURCE_DIR="/mnt/public/Video/off.movies/Star Trek - Strange New Worlds (2021)"
+# Where they should be placed for Jellyfin to pick them up
+LINK_DIR="/mnt/public/Video/TV/Star Trek - Strange New Worlds (2021)"
+# Symlink prefix, so probably the relative path from LINK_DIR to SOURCE_DIR
+LINK_PREFIX="../../../off.movies/Star Trek - Strange New Worlds (2021)"
+# Jellyfin library name
+LIBRARY="TV"
+# Jellyfin show name
+SHOW="Star Trek: Strange New Worlds"
+# Show directory name. Not necessarily the same as SHOW.
+DIR="Star Trek - Strange New Worlds (2021)"
bgstack15