From 8c4e3217bf3e3c675f181c34f79448ba036dfcaf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 2 Sep 2021 23:07:50 +0200 Subject: Youtube: skip non-default audio tracks, remove subtitle shadow --- src/VideoPlayer.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/VideoPlayer.cpp') diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp index ac18151..04bc27f 100644 --- a/src/VideoPlayer.cpp +++ b/src/VideoPlayer.cpp @@ -146,7 +146,6 @@ namespace QuickMedia { "--no-resume-playback", // TODO: Disable hr seek on low power devices? "--hr-seek=yes", - //"--cache=no", "--force-seekable=yes", "--image-display-duration=5", "--cache-pause=yes", @@ -154,12 +153,8 @@ namespace QuickMedia { "--cache-on-disk=yes", "--cache-secs=86400", // 24 hours "--sub-font-size=40", - //"--sub-font=DejaVuSans-Bold", - //"--sub-bold=yes", "--sub-margin-y=45", "--sub-border-size=1.95", - "--sub-shadow-offset=1.25", - "--sub-shadow-color=0.2/0.9", cache_dir.c_str(), input_conf.c_str(), wid_arg.c_str() -- cgit v1.2.3