From 7eabc900314cd93042f78123fe12ad2771050333 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 31 Jan 2023 11:46:19 +0100 Subject: Pop update --- .config/pipe-viewer/gtk-pipe-viewer.conf | 2 +- .config/pipe-viewer/pipe-viewer.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.config/pipe-viewer') diff --git a/.config/pipe-viewer/gtk-pipe-viewer.conf b/.config/pipe-viewer/gtk-pipe-viewer.conf index 8838f4a..e6eb8c9 100644 --- a/.config/pipe-viewer/gtk-pipe-viewer.conf +++ b/.config/pipe-viewer/gtk-pipe-viewer.conf @@ -68,7 +68,7 @@ our $CONFIG = { mpv => { arg => "--really-quiet --force-media-title=*TITLE* *VIDEO*", audio => "--audio-file=*AUDIO*", - cmd => "/usr/local/bin/mpv", + cmd => "mpv", fs => "--fullscreen", srt => "--sub-file=*SUB*", }, diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf index df1ff80..1fcc063 100644 --- a/.config/pipe-viewer/pipe-viewer.conf +++ b/.config/pipe-viewer/pipe-viewer.conf @@ -102,7 +102,7 @@ our $CONFIG = { mpv => { arg => "--really-quiet --force-media-title=*TITLE* *VIDEO*", audio => "--audio-file=*AUDIO*", - cmd => "/usr/local/bin/mpv", + cmd => "mpv", fs => "--fullscreen", novideo => "--no-video", srt => "--sub-file=*SUB*", @@ -124,7 +124,7 @@ our $CONFIG = { 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/local/bin/yt-dlp", + ytdl_cmd => "/usr/bin/yt-dlp", ytdlp_comments => 0, ytdlp_max_comments => 10, ytdlp_max_replies => 3, -- cgit v1.2.3