extensive update: some cleanup, todo/agenda changes, publishing system, swayfx, WIPs, etc.
This commit is contained in:
.gitignoreinstructions.orgpackages.txt
home/default
.config
doom
config.elpackages.el
config
+centaur-tabs-config.el+eisenhower-matrix-list.el+eisenhower-matrix.el+org-capture-config.el+org-pomodoro-config.el+org-roam-config.el+org-wild-notifier-config.el+termux-config.el+todo-workspaces.el
init.ellisp
org-wild-notifier
themes
fontconfig
foot
kanshi
lf
mimeapps.listnsxiv
exec
nvim
shell
sway
sworkstyle
waybar
wofi
zsh
.local
@@ -6,7 +6,9 @@ directory="$HOME/Music"
|
||||
case "$file" in
|
||||
*youtube.com*|*youtu.be*|*bandcamp.com*|*soundcloud.com*)
|
||||
notify-send "Downloading" "$file"
|
||||
cd $directory && yt-dlp --embed-metadata --embed-thumbnail -xc -f bestaudio/best --restrict-filenames "$file" && notify-send "Music added!" "$file is now saved to the music directory."
|
||||
cd $directory && yt-dlp --embed-metadata --embed-thumbnail -xc -f 'bestaudio[ext=m4a]' "$file" && notify-send "Music added!" "$file is now saved to the music directory."
|
||||
# --restrict-filenames
|
||||
# -f bestaudio/best
|
||||
;;
|
||||
*mp3|*flac|*opus|*mp3?source*)
|
||||
notify-send "⏳ Queuing $file..."
|
||||
|
Reference in New Issue
Block a user