From b955d76572a2e9c2e1095e465be26c62ec92dbd0 Mon Sep 17 00:00:00 2001 From: stratumadev Date: Fri, 5 Sep 2025 22:06:18 +0200 Subject: [PATCH] updated default config --- config/cli-defaults.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config/cli-defaults.yml b/config/cli-defaults.yml index b12960e..ea5a158 100644 --- a/config/cli-defaults.yml +++ b/config/cli-defaults.yml @@ -1,7 +1,5 @@ # Set the quality of the stream, 0 is highest available. q: 0 -# Set which stream to use -kstream: 1 # Set which server to use server: 1 # How many parts to download at once. Increasing may improve download speed. @@ -21,4 +19,10 @@ dubLang: ["jpn"] # What Subtitle languages to download dlsubs: ["all"] # What language Audio to set as default -defaultAudio: "jpn" \ No newline at end of file +defaultAudio: "jpn" +# Video Playback Endpoint (Crunchyroll) +vstream: "androidtv" +# Audio Playback Endpoint (Crunchyroll) +astream: "android" +# Total Session Death (Could kill active streaming sessions from watching users if account shared, use with caution) (Crunchyroll) +tsd: false