๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update ytdx output format

+1 -1
+1 -1
.config/fish/functions/ytdx.fish
··· 16 16 yt-dlp -t sleep \ 17 17 -x --audio-format flac --audio-quality 0 \ 18 18 --embed-metadata --embed-thumbnail \ 19 - -o "%(artist)s/%(album)s/%(artist)s - %(album)s - %(track_number,playlist_index)s %(title)s.%(ext)s" \ 19 + -o "%(artist)s/%(album)s/%(track_number,playlist_index)s %(title)s.%(ext)s" \ 20 20 $argv[1] 21 21 end