From 45dea036d0d910c7f3364149ed31b88102c434c1 Mon Sep 17 00:00:00 2001 From: kontell <91025994+kontell@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:59:16 +0000 Subject: [PATCH] Add "Jellyfin transcode" context menu item to Live TV section --- .build/template.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build/template.xml b/.build/template.xml index aabe7bdd..35227598 100644 --- a/.build/template.xml +++ b/.build/template.xml @@ -23,6 +23,7 @@ [[!String.IsEmpty(ListItem.DBID) + !String.IsEqual(ListItem.DBID,-1) | !String.IsEmpty(ListItem.Property(jellyfinid))] + [String.IsEqual(ListItem.DBTYPE,movie) | + String.Contains(Container.FolderPath,livetv) | String.IsEqual(ListItem.DBTYPE,episode)]] + !String.IsEmpty(Window(10000).Property(jellyfin_context_transcode))