App Version: {process.env.VERSION}
Build Version: {process.env.COMMIT_HASH}
{
streamingServer.settings !== null && streamingServer.settings.type === 'Ready' ?
Server Version: {streamingServer.settings.content.serverVersion}
:
null
}
{
typeof shell?.transport?.props?.shellVersion === 'string' ?
Shell Version: {shell.transport.props.shellVersion}
:
null
}
{profile.auth === null ? 'Anonymous user' : profile.auth.user.email}
{
profile.auth !== null ?
:
null
}
{
profile.auth === null ?
:
null
}
{
profile.auth ?
:
null
}
{
profile.auth !== null && profile.auth.user !== null && typeof profile.auth.user._id === 'string' ?
:
null
}
{
profile.auth !== null && profile.auth.user !== null ?
:
null
}
{
profile.auth !== null && profile.auth.user !== null && typeof profile.auth.user.email === 'string' ?
:
null
}
{ t('SETTINGS_UI_LANGUAGE') }
{
shell.active &&
{ t('SETTINGS_QUIT_ON_CLOSE') }
}
{ t('SETTINGS_BLUR_UNWATCHED_IMAGE') }
{ t('SETTINGS_NAV_PLAYER') }
{t('SETTINGS_CLOSE_WINDOW')}
{ t('SETTINGS_SUBTITLES_LANGUAGE') }
{
shell.active ?
{ t('SETTINGS_FULLSCREEN_EXIT') }
:
null
}
{ t('SETTINGS_SUBTITLES_SIZE') }
{ t('SETTINGS_SUBTITLES_COLOR') }
{ t('SETTINGS_SUBTITLES_COLOR_BACKGROUND') }
{ t('SETTINGS_SUBTITLES_COLOR_OUTLINE') }
{t('SETTINGS_SECTION_AUDIO')}
{ t('SETTINGS_DEFAULT_AUDIO_TRACK') }
{ t('SETTINGS_SURROUND_SOUND') }
{t('SETTINGS_SECTION_CONTROLS')}
{ t('SETTINGS_SEEK_KEY') }
{ t('SETTINGS_SEEK_KEY_SHIFT') }
{ t('SETTINGS_PLAY_IN_BACKGROUND') }
{t('SETTINGS_SECTION_AUTO_PLAY')}
{ t('SETTINGS_NEXT_VIDEO_POPUP_DURATION') }
{t('SETTINGS_SECTION_ADVANCED')}
{ t('SETTINGS_PLAY_IN_EXTERNAL_PLAYER') }
{
shell.active &&
}
{ t('SETTINGS_NAV_STREAMING') }
{
streamingServerRemoteUrlInput.value !== null ?
{t('SETTINGS_REMOTE_URL')}
{streamingServerRemoteUrlInput.value}
:
null
}
{
profile.auth !== null && profile.auth.user !== null && remoteEndpointSelect !== null ?
{ t('SETTINGS_HTTPS_ENDPOINT') }
:
null
}
{
cacheSizeSelect !== null ?
{ t('SETTINGS_SERVER_CACHE_SIZE') }
:
null
}
{
torrentProfileSelect !== null ?
{ t('SETTINGS_SERVER_TORRENT_PROFILE') }
:
null
}
{
transcodingProfileSelect !== null ?
{ t('SETTINGS_TRANSCODE_PROFILE') }
:
null
}
{ t('SETTINGS_NAV_SHORTCUTS') }
{ t('SETTINGS_SHORTCUT_PLAY_PAUSE') }
{ t('SETTINGS_SHORTCUT_SPACE') }
{ t('SETTINGS_SHORTCUT_SEEK_FORWARD') }
→
{ t('SETTINGS_SHORTCUT_OR') }
⇧ { t('SETTINGS_SHORTCUT_SHIFT') }
+
→
{ t('SETTINGS_SHORTCUT_SEEK_BACKWARD') }
←
{ t('SETTINGS_SHORTCUT_OR') }
⇧ { t('SETTINGS_SHORTCUT_SHIFT') }
+
←
{ t('SETTINGS_SHORTCUT_VOLUME_UP') }
↑
{ t('SETTINGS_SHORTCUT_VOLUME_DOWN') }
↓
{ t('SETTINGS_SHORTCUT_MENU_SUBTITLES') }
S
{ t('SETTINGS_SHORTCUT_MENU_AUDIO') }
A
{ t('SETTINGS_SHORTCUT_MENU_INFO') }
I
{ t('SETTINGS_SHORTCUT_MENU_VIDEOS') }
V
{ t('SETTINGS_SHORTCUT_FULLSCREEN') }
F
{ t('SETTINGS_SHORTCUT_NAVIGATE_MENUS') }
1
{ t('SETTINGS_SHORTCUT_TO') }
6
{ t('SETTINGS_SHORTCUT_GO_TO_SEARCH') }
0
{ t('SETTINGS_SHORTCUT_EXIT_BACK') }
{ t('SETTINGS_SHORTCUT_ESC') }
{process.env.COMMIT_HASH}
{
streamingServer.settings !== null && streamingServer.settings.type === 'Ready' ?
{streamingServer.settings.content.serverVersion}
:
null
}
{
typeof shell?.transport?.props?.shellVersion === 'string' ?
{ shell.transport.props.shellVersion }
:
null
}