dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 96a0becace0251d9b3789fffbdb495e6a1bcc732
parent 3bbd9acd411082797286799ce08b6d4c820a255c
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Thu, 20 May 2021 11:54:23 +0200

Update submodules

Diffstat:
M.gitmodules | 8+++-----
Mpipe-viewer/pipe-viewer.conf | 7++++---
2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -22,17 +22,12 @@ [submodule "tools/tmpmail"] path = tools/tmpmail url = https://github.com/sdushantha/tmpmail.git -[submodule "tools/radio"] - path = tools/radio - url = https://github.com/thezeroalpha/radio [submodule "tools/sc-im"] path = tools/sc-im url = https://github.com/andmarti1424/sc-im.git [submodule "tools/hpanot"] path = tools/hpanot url = https://github.com/thezeroalpha/hpanot.git -[submodule "radio"] - url = https://github.com/thezeroalpha/radio.git [submodule "conf"] url = https://github.com/thezeroalpha/conf.git [submodule "tools/anotools-chrome"] @@ -74,3 +69,6 @@ [submodule "tools/speedread"] path = tools/speedread url = https://github.com/pasky/speedread.git +[submodule "tools/radio"] + path = tools/radio + url = https://github.com/thezeroalpha/radio diff --git a/pipe-viewer/pipe-viewer.conf b/pipe-viewer/pipe-viewer.conf @@ -1,6 +1,6 @@ #!/usr/bin/perl -# CLI Pipe Viewer 0.0.7 - configuration file +# CLI Pipe Viewer 0.0.9 - configuration file our $CONFIG = { api_host => "auto", @@ -72,7 +72,6 @@ our $CONFIG = { prefer_invidious => 0, prefer_mp4 => 0, region => undef, - remember_watched => 0, remove_played_file => 0, resolution => "best", show_video_info => 1, @@ -80,7 +79,8 @@ our $CONFIG = { skip_watched => 0, split_videos => 1, srt_languages => ["en", "es"], - subscriptions_order => "relevance", + subscribed_channels_file => "$ENV{HOME}/.config/pipe-viewer/subscribed_channels.txt", + subscriptions_limit => 10000, thousand_separator => ",", timeout => undef, user_agent => undef, @@ -109,6 +109,7 @@ our $CONFIG = { videoDimension => undef, videoDuration => undef, videoLicense => undef, + watch_history => 1, watched_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt", wget_cmd => "/usr/local/bin/wget", youtube_video_url => "https://www.youtube.com/watch?v=%s",