Add "Jellyfin transcode" context menu item to Live TV section

This commit is contained in:
kontell 2026-02-05 15:59:16 +00:00 committed by GitHub
commit 45dea036d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@
<label>30402</label> <label>30402</label>
<visible>[[!String.IsEmpty(ListItem.DBID) + !String.IsEqual(ListItem.DBID,-1) | <visible>[[!String.IsEmpty(ListItem.DBID) + !String.IsEqual(ListItem.DBID,-1) |
!String.IsEmpty(ListItem.Property(jellyfinid))] + [String.IsEqual(ListItem.DBTYPE,movie) | !String.IsEmpty(ListItem.Property(jellyfinid))] + [String.IsEqual(ListItem.DBTYPE,movie) |
String.Contains(Container.FolderPath,livetv) |
String.IsEqual(ListItem.DBTYPE,episode)]] + String.IsEqual(ListItem.DBTYPE,episode)]] +
!String.IsEmpty(Window(10000).Property(jellyfin_context_transcode))</visible> !String.IsEmpty(Window(10000).Property(jellyfin_context_transcode))</visible>
</item> </item>