mirror of
https://github.com/SEPPDROID/JellyCAT.git
synced 2025-10-27 02:14:21 +00:00
added more config options + reverse proxy for secure jellyfin servers (tryout) && connecting to JF server :)
This commit is contained in:
@@ -43,6 +43,12 @@ JellyCAT Server Host IP
|
||||
$atvcsettings.hostip
|
||||
|
||||
-=Jellyfin Client settings=-
|
||||
|
||||
Jellyfin Server
|
||||
$jellyfin.server_address
|
||||
|
||||
Jellyfin User
|
||||
$jellyfin.username
|
||||
]]></text>
|
||||
<buttons>
|
||||
<actionButton onSelect="atv.unloadPage();" id="close">
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<label>Server Password</label>
|
||||
<rightLabel>(always hidden)</rightLabel>
|
||||
</oneLineMenuItem>
|
||||
<oneLineMenuItem accessibilityLabel="List item 3" id="list_3" onSelect="testJellyfinConnection();">
|
||||
<oneLineMenuItem accessibilityLabel="List item 3" id="list_3" onSelect="getJellyfinInfo();">
|
||||
<label>Test Connection</label>
|
||||
</oneLineMenuItem>
|
||||
<oneLineMenuItem accessibilityLabel="List item 4" id="list_4" onSelect="console.log('Logging out and clearing storage'); atv.localStorage.clear(); atv.sessionStorage.clear(); atv.exitApp();">
|
||||
|
||||
Reference in New Issue
Block a user