added a script to make animation+ movies out of sequences, updated ytdlpl, and added a custom command to mount pegasus
parent
003f6f2f48
commit
103de90e70
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
sudo mount.cifs //mak-nas/pegasus /Volumes/pegasus -o username=eduardo,password=pgss@1046,domain=intra.makinestudios.com
|
||||||
@ -1,8 +1,8 @@
|
|||||||
export IFS=$'\n';
|
export IFS=$'\n';
|
||||||
for i;
|
for i;
|
||||||
do
|
do
|
||||||
youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestaudio "$i"
|
#youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestaudio "$i"
|
||||||
#youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestvideo+bestaudio "$i"
|
youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestvideo+bestaudio "$i"
|
||||||
done;
|
done;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in new issue