adding scripts for dlvideo and play in mpv and adding empv
This commit is contained in:
parent
c748aa12dd
commit
d1a4ec376d
|
@ -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
6
scripts/dlvideompv
Executable 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
|
Loading…
Reference in a new issue