Skip to content

Instantly share code, notes, and snippets.

@petershaw23
petershaw23 / yt-dlp.sh
Last active April 22, 2023 08:59
yt-dlp command line for archiving in 480p, best codec (av1)
cd /media/pi/1.42.6-25556/yt-dlp/
echo "beginning______________________________________________________________________________"
echo $(date -u)
#LGR
sudo yt-dlp -S "+res:480,ext:mp4,vcodec:av1" --embed-thumbnail --convert-thumbnails jpg --sponsorblock-mark all --embed-metadata --download-archive LGR.txt https://www.youtube.com/c/Lazygamereviews/videos -o '%(channel)s/%(upload_date>%Y-%m-%d ) s%(title)s.%(ext)s' --windows-filenames --trim-filenames 150 --reject-title 'LGR Plays' --embed-subs --sub-langs en --remux-video mkv --playlist-reverse -q
#LGR BLERBS
sudo yt-dlp -S "+res:480,ext:mp4,vcodec:av1" --embed-thumbnail --convert-thumbnails jpg --sponsorblock-mark all --embed-metadata --download-archive LGRBlerbs.txt https://www.youtube.com/c/lgrblerbs/videos -o '%(channel)s/%(upload_date>%Y-%m-%d ) s%(title)s.%(ext)s' --windows-filenames --trim-filenames 150 --embed-subs --sub-langs en --remux-video mkv --playlist-reverse -q
#GAMINGHISTORIAN
@petershaw23
petershaw23 / gist:9c190066c9618b6dedc31d450a574785
Created August 12, 2019 10:34
install temp fix for volumio SPOP plugin (oath with refresh token)
wget https://github.com/majko96/volumio-plugins/raw/master/plugins/music_service/spotify/spotify.zip
mkdir ./spotify
miniunzip spotify.zip -d ./spotify
cd ./spotify
volumio plugin install
cd ..
rm -Rf spotify*