summaryrefslogtreecommitdiffstats
path: root/.config/pipe-viewer
diff options
context:
space:
mode:
Diffstat (limited to '.config/pipe-viewer')
-rw-r--r--.config/pipe-viewer/gtk-pipe-viewer.conf4
-rw-r--r--.config/pipe-viewer/pipe-viewer.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/pipe-viewer/gtk-pipe-viewer.conf b/.config/pipe-viewer/gtk-pipe-viewer.conf
index ba60c17..8838f4a 100644
--- a/.config/pipe-viewer/gtk-pipe-viewer.conf
+++ b/.config/pipe-viewer/gtk-pipe-viewer.conf
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# GTK+ Pipe Viewer 0.1.2 - configuration file
+# GTK+ Pipe Viewer 0.2.1 - configuration file
our $CONFIG = {
active_channel_type_combobox => 0,
@@ -38,7 +38,7 @@ our $CONFIG = {
mainw_centered => 0,
mainw_fullscreen => 0,
mainw_maximized => 0,
- mainw_size => "958x358",
+ mainw_size => "958x1078",
maxResults => 10,
pipe_viewer => "/usr/local/bin/pipe-viewer",
pipe_viewer_args => [],
diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf
index faaf205..cab82ed 100644
--- a/.config/pipe-viewer/pipe-viewer.conf
+++ b/.config/pipe-viewer/pipe-viewer.conf
@@ -79,6 +79,7 @@ our $CONFIG = {
region => undef,
remove_played_file => 0,
resolution => "best",
+ saved_channels_file => "$ENV{HOME}/.config/pipe-viewer/users.txt",
show_video_info => 1,
skip_if_exists => 1,
skip_watched => 0,
@@ -116,9 +117,8 @@ our $CONFIG = {
videoDuration => undef,
videoLicense => undef,
watch_history => 0,
- watched_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt",
+ watch_history_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt",
wget_cmd => "wget",
- youtube_users_file => "$ENV{HOME}/.config/pipe-viewer/users.txt",
youtube_video_url => "https://www.youtube.com/watch?v=%s",
ytdl => 1,
ytdl_cmd => "/usr/local/bin/yt-dlp",