adding scripts for dlvideo and play in mpv and adding empv

This commit is contained in:
Chris Cochrun 2023-09-04 11:20:49 -05:00
parent c748aa12dd
commit d1a4ec376d
2 changed files with 7 additions and 0 deletions

View file

@ -127,6 +127,7 @@ with lib;
elfeed-org elfeed-org
elfeed-protocol elfeed-protocol
bongo bongo
empv
emms emms
transmission transmission
hass hass

6
scripts/dlvideompv Executable file
View file

@ -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