summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/pipe-viewer/pipe-viewer.conf8
-rwxr-xr-x.local/bin/tsm-done.sh2
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf
index 8f6b115..1fcc063 100644
--- a/.config/pipe-viewer/pipe-viewer.conf
+++ b/.config/pipe-viewer/pipe-viewer.conf
@@ -6,6 +6,7 @@ use utf8;
our $CONFIG = {
api_host => "auto",
+ audio_quality => "best",
auto_captions => 0,
autoplay_mode => 0,
bypass_age_gate_with_proxy => 0,
@@ -51,6 +52,7 @@ our $CONFIG = {
downloads_dir => ".",
env_proxy => 1,
fat32safe => 0,
+ features => [],
ffmpeg_cmd => "/usr/local/bin/ffmpeg",
force_fallback => 0,
fullscreen => 0,
@@ -114,14 +116,12 @@ 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",
+ youtube_channel_url => "https://www.youtube.com/channel/%s",
+ youtube_playlist_url => "https://www.youtube.com/playlist?list=%s",
youtube_video_url => "https://www.youtube.com/watch?v=%s",
ytdl => 1,
ytdl_cmd => "/usr/bin/yt-dlp",
diff --git a/.local/bin/tsm-done.sh b/.local/bin/tsm-done.sh
index fade4e0..660a38f 100755
--- a/.local/bin/tsm-done.sh
+++ b/.local/bin/tsm-done.sh
@@ -4,4 +4,4 @@ notify-send \
-u normal \
-t 10000 \
'Transmission' \
- " Torrent downloaded"
+ " Torrent <b"$TR_TORRENT_NAME"</b> downloaded to <b>"$TR_TORRENT_DIR"</b>"