diff --git a/modules/emacs.nix b/modules/emacs.nix index 4e1a1f3..046457c 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -127,6 +127,7 @@ with lib; elfeed-org elfeed-protocol bongo + empv emms transmission hass diff --git a/scripts/dlvideompv b/scripts/dlvideompv new file mode 100755 index 0000000..3db0c96 --- /dev/null +++ b/scripts/dlvideompv @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +notify-send "Downloading  $1" +title=$(yt-dlp --get-title $1) +alacritty -e yt-dlp -o '/home/chris/vids/%(title)s.%(ext)s' $1 +mpv "/home/chris/vids/$filename" & disown