Init
This commit is contained in:
57
config.toml
Normal file
57
config.toml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
version = 2
|
||||||
|
|
||||||
|
[window]
|
||||||
|
width = 1896
|
||||||
|
height = 1006
|
||||||
|
maximized = true
|
||||||
|
|
||||||
|
[general]
|
||||||
|
theme = "Dark"
|
||||||
|
restore_most_recent_login = true
|
||||||
|
use_episode_image = false
|
||||||
|
|
||||||
|
[general.most_recent_login]
|
||||||
|
server_id = "2f412daf-4d1e-42ad-9e9c-dd76691204d0"
|
||||||
|
account_id = "76afc334-9f53-4ae1-a32e-dba34d267442"
|
||||||
|
|
||||||
|
[video_player]
|
||||||
|
position_update_frequency = 10
|
||||||
|
volume = 1.0
|
||||||
|
muted = false
|
||||||
|
skip_backwards_amount = 10
|
||||||
|
skip_forwards_amount = 30
|
||||||
|
on_left_click = "PlayPause"
|
||||||
|
duration_display = "Total"
|
||||||
|
intro_skipper = true
|
||||||
|
intro_skipper_auto_skip = true
|
||||||
|
jellyscrub = true
|
||||||
|
backend = "Mpv"
|
||||||
|
hls_playback = false
|
||||||
|
deinterlace = "Off"
|
||||||
|
|
||||||
|
[video_player.subtitles]
|
||||||
|
scale = 1.0
|
||||||
|
colour = "#FFFFFFFF"
|
||||||
|
background_colour = "#00000000"
|
||||||
|
position = 100
|
||||||
|
|
||||||
|
[video_player.subtitles.font]
|
||||||
|
family = "Sans"
|
||||||
|
size = 55
|
||||||
|
bold = false
|
||||||
|
italic = false
|
||||||
|
|
||||||
|
[video_player.mpv_prefs]
|
||||||
|
hardware_decoding = "AutoSafe"
|
||||||
|
hardware_decoding_custom = ""
|
||||||
|
|
||||||
|
[[servers]]
|
||||||
|
id = "2f412daf-4d1e-42ad-9e9c-dd76691204d0"
|
||||||
|
url = "https://jellyfin.nichkara.eu/"
|
||||||
|
name = "Niflix"
|
||||||
|
|
||||||
|
[[servers.accounts]]
|
||||||
|
id = "76afc334-9f53-4ae1-a32e-dba34d267442"
|
||||||
|
username = "nichkara"
|
||||||
|
access_token = "0c8b186ce0df4a659524e70fc3532f06"
|
||||||
|
device_id = "84d37c89-41d2-49ba-884c-054c4cb27404"
|
||||||
Reference in New Issue
Block a user