aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-11-06 18:19:42 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-11-06 18:19:42 +0300
commit86f1f40f068d4f5d7fc8f8be951372bbb61dd50a (patch)
tree82c5dd11e1d1e17b1c9636081e0a3d6907958c4f /dotfiles
parentf712f4131cf26571bded1074ef749ac85799c9c0 (diff)
downloadswayrice-86f1f40f068d4f5d7fc8f8be951372bbb61dd50a.tar.gz
swayrice-86f1f40f068d4f5d7fc8f8be951372bbb61dd50a.zip
auto-updated config files
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/.config/transmission-daemon/settings.json2
-rw-r--r--dotfiles/.config/transmission-remote-gtk/config.json78
-rw-r--r--dotfiles/.config/youtube-viewer/youtube-viewer.conf13
3 files changed, 49 insertions, 44 deletions
diff --git a/dotfiles/.config/transmission-daemon/settings.json b/dotfiles/.config/transmission-daemon/settings.json
index a33f1c7..bbb4707 100644
--- a/dotfiles/.config/transmission-daemon/settings.json
+++ b/dotfiles/.config/transmission-daemon/settings.json
@@ -56,7 +56,7 @@
"script-torrent-done-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
- "speed-limit-down": 100,
+ "speed-limit-down": 2048,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
diff --git a/dotfiles/.config/transmission-remote-gtk/config.json b/dotfiles/.config/transmission-remote-gtk/config.json
index d175427..8a42743 100644
--- a/dotfiles/.config/transmission-remote-gtk/config.json
+++ b/dotfiles/.config/transmission-remote-gtk/config.json
@@ -18,10 +18,8 @@
"update-interval" : 3,
"min-update-interval" : 3,
"session-update-interval" : 60,
- "exec-commands" : [
- ],
- "destinations" : [
- ],
+ "exec-commands" : [],
+ "destinations" : [],
"last-move-destination" : "/home/yaroslav/dls/p2p",
"last-add-destination" : "/home/yaroslav/dls/p2p"
}
@@ -32,20 +30,20 @@
"sort-col" : -1,
"sort-type" : 0,
"widths" : [
- 473,
- 77,
- 66,
- 93,
+ 349,
+ 81,
70,
- 91,
- 100,
- 113,
- 92,
- 74,
- 93,
- 114,
- 65,
- 150
+ 76,
+ 54,
+ 77,
+ 83,
+ 89,
+ 72,
+ 61,
+ 97,
+ 118,
+ 69,
+ 157
],
"columns" : [
"name",
@@ -68,14 +66,14 @@
"sort-col" : -2,
"sort-type" : 0,
"widths" : [
- 158,
- 226,
- 170,
+ 115,
+ 288,
+ 127,
+ 176,
+ 183,
219,
- 226,
- 227,
- 204,
- 212
+ 265,
+ 269
],
"columns" : [
"tier",
@@ -92,11 +90,11 @@
"sort-col" : -2,
"sort-type" : 0,
"widths" : [
- 489,
- 269,
- 295,
- 303,
- 286
+ 360,
+ 321,
+ 320,
+ 328,
+ 313
],
"columns" : [
"name",
@@ -110,14 +108,14 @@
"sort-col" : -2,
"sort-type" : 0,
"widths" : [
- 200,
- 411,
- 210,
- 162,
- 141,
- 139,
- 116,
- 263
+ 203,
+ 356,
+ 220,
+ 172,
+ 151,
+ 149,
+ 125,
+ 266
],
"columns" : [
"ip",
@@ -212,9 +210,9 @@
"dialog-width" : 1062,
"dialog-height" : 680,
"style" : 1,
- "window-height" : 989,
+ "window-height" : 986,
"window-width" : 1646,
- "notebook-paned-pos" : 551,
- "states-paned-pos" : 278,
+ "notebook-paned-pos" : 548,
+ "states-paned-pos" : 190,
"last-torrent-dir" : "/home/yaroslav/dls/torrents"
} \ No newline at end of file
diff --git a/dotfiles/.config/youtube-viewer/youtube-viewer.conf b/dotfiles/.config/youtube-viewer/youtube-viewer.conf
index 909da53..6f2163a 100644
--- a/dotfiles/.config/youtube-viewer/youtube-viewer.conf
+++ b/dotfiles/.config/youtube-viewer/youtube-viewer.conf
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# YouTube Viewer 3.7.7 - configuration file
+# YouTube Viewer 3.8.0 - configuration file
our $CONFIG = {
auto_captions => 0,
@@ -11,6 +11,7 @@ our $CONFIG = {
confirm => 0,
convert_cmd => "ffmpeg -i *IN* *OUT*",
convert_to => undef,
+ cookie_file => undef,
copy_caption => 0,
custom_layout => 0,
custom_layout_format => "*NO*. *TITLE* (*AUTHOR*) (*RATING*) [*TIME*]\\n",
@@ -35,6 +36,7 @@ our $CONFIG = {
history_limit => 10000,
hl => "en_US",
http_proxy => undef,
+ ignore_av1 => 0,
interactive => 1,
keep_original_video => 0,
maxResults => 10,
@@ -48,7 +50,6 @@ our $CONFIG = {
publishedAfter => undef,
publishedBefore => undef,
regionCode => undef,
- remember_watched => 0,
remove_played_file => 0,
resolution => 1080,
results_fixed_width => 0,
@@ -61,6 +62,8 @@ our $CONFIG = {
srt_languages => ["en", "es"],
subscriptions_order => "relevance",
thousand_separator => ",",
+ timeout => undef,
+ user_agent => undef,
video_filename_format => "*FTITLE* - *ID*.*FORMAT*",
video_player_selected => "mpv",
video_players => {
@@ -95,7 +98,11 @@ our $CONFIG = {
videoDuration => undef,
videoLicense => undef,
videoSyndicated => undef,
- watched_file => "$ENV{HOME}/.config/youtube-viewer/watched.txt",
+ watch_history => 1,
+ watch_history_file => "$ENV{HOME}/.config/youtube-viewer/watched.txt",
wget_cmd => "/usr/bin/wget",
+ youtube_users_file => "$ENV{HOME}/.config/youtube-viewer/youtube_users.txt",
youtube_video_url => "https://www.youtube.com/watch?v=%s",
+ ytdl => 1,
+ ytdl_cmd => "/usr/bin/youtube-dl",
}