feat: update config logic with new philosophy

This commit is contained in:
Benexl
2025-07-05 17:13:21 +03:00
parent 759889acd4
commit 3af31a2dfd
59 changed files with 981 additions and 1610 deletions

View File

@@ -27,7 +27,8 @@ def SyncPlayer(url: str, anime_title=None, headers={}, subtitles=[], *args):
[
SYNCPLAY_EXECUTABLE,
url,
]
],
check=False,
)
else:
subprocess.run(
@@ -37,7 +38,8 @@ def SyncPlayer(url: str, anime_title=None, headers={}, subtitles=[], *args):
"--",
f"--force-media-title={anime_title}",
*mpv_args,
]
],
check=False,
)
# for compatability