about summary refs log tree commit diff stats
path: root/modules/home/soispha/conf/ytcc
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-20 16:06:57 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-20 16:14:24 +0200
commit5156e1aae36a153be98b6832ab3ced7be2b2faee (patch)
tree3f050d3bc567af4c72f87e0925d21c3521436e45 /modules/home/soispha/conf/ytcc
parentrefactor(hm/conf/zsh): Remove old zsh-prompt file (diff)
downloadnixos-config-5156e1aae36a153be98b6832ab3ced7be2b2faee.zip
refactor(hm): Rename to `modules/home`
Diffstat (limited to 'modules/home/soispha/conf/ytcc')
-rw-r--r--modules/home/soispha/conf/ytcc/default.nix11
-rw-r--r--modules/home/soispha/conf/ytcc/ytcc.conf37
2 files changed, 48 insertions, 0 deletions
diff --git a/modules/home/soispha/conf/ytcc/default.nix b/modules/home/soispha/conf/ytcc/default.nix
new file mode 100644
index 00000000..87300ec1
--- /dev/null
+++ b/modules/home/soispha/conf/ytcc/default.nix
@@ -0,0 +1,11 @@
+{
+  config,
+  pkgs,
+  ...
+}: {
+  xdg.configFile."ytcc/ytcc.conf".source = pkgs.substituteAll {
+    src = ./ytcc.conf;
+    download_dir = "${config.xdg.userDirs.download}/ytcc";
+    xdg_data_home = config.xdg.dataHome;
+  };
+}
diff --git a/modules/home/soispha/conf/ytcc/ytcc.conf b/modules/home/soispha/conf/ytcc/ytcc.conf
new file mode 100644
index 00000000..289843ad
--- /dev/null
+++ b/modules/home/soispha/conf/ytcc/ytcc.conf
@@ -0,0 +1,37 @@
+[ytcc]
+download_dir = @download_dir@
+mpv_flags = --really-quiet --ytdl --ytdl-format=bestvideo[height<=?1080]+bestaudio/best --speed=2.7
+download_subdirs = true
+order_by = playlists:asc, publish_date:desc
+video_attrs = id, title, publish_date, duration, playlists
+playlist_attrs = name, url, tags, reverse
+db_path = @xdg_data_home@/ytcc/ytcc.db
+date_format = %Y-%m-%d
+max_update_fail = 5
+max_update_backlog = 20
+age_limit = 0
+
+[tui]
+alphabet = sdfervghnuiojkl
+default_action = play_video
+
+[theme]
+prompt_download_audio = 2
+prompt_download_video = 4
+prompt_play_audio = 2
+prompt_play_video = 4
+prompt_mark_watched = 1
+table_alternate_background = 245
+plain_label_text = 244
+
+[youtube_dl]
+format = bestvideo[height<=?1080]+bestaudio/best
+output_template = %(title)s.%(ext)s
+ratelimit = 0
+retries = 0
+subtitles = off
+thumbnail = true
+skip_live_stream = true
+merge_output_format = mkv
+max_duration = 0
+restrict_filenames = false