summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/msmtp/config2
-rw-r--r--.config/pipe-viewer/pipe-viewer.conf8
2 files changed, 4 insertions, 6 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config
index b5aa7f8..5d08b59 100644
--- a/.config/msmtp/config
+++ b/.config/msmtp/config
@@ -44,4 +44,4 @@ account support@secuserve.com
port 587
from support@secuserve.com
user support@secuserve.com
- passwordeval "pass show mutt/support@secuserve.com" \ No newline at end of file
+ passwordeval "pass show mutt/support@secuserve.com"
diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf
index 3cb2eb9..0dbbc85 100644
--- a/.config/pipe-viewer/pipe-viewer.conf
+++ b/.config/pipe-viewer/pipe-viewer.conf
@@ -1,9 +1,10 @@
#!/usr/bin/perl
-# CLI Pipe Viewer 0.2.2 - configuration file
+# CLI Pipe Viewer 0.3.1 - configuration file
our $CONFIG = {
api_host => "auto",
+ audio_quality => "best",
auto_captions => 0,
autoplay_mode => 0,
bypass_age_gate_with_proxy => 0,
@@ -49,6 +50,7 @@ our $CONFIG = {
downloads_dir => ".",
env_proxy => 1,
fat32safe => 0,
+ features => [],
ffmpeg_cmd => "/usr/local/bin/ffmpeg",
force_fallback => 0,
fullscreen => 0,
@@ -111,11 +113,7 @@ our $CONFIG = {
srt => "--sub-file=*SUB*",
},
},
- videoCaption => undef,
- videoDefinition => undef,
- videoDimension => undef,
videoDuration => undef,
- videoLicense => undef,
watch_history => 0,
watch_history_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt",
wget_cmd => "wget",