add ytdl config and lsfiles-backup
This commit is contained in:
8
audio.ytdl
Normal file
8
audio.ytdl
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Point to this config using --config-location
|
||||||
|
# Extract Audio
|
||||||
|
-x
|
||||||
|
--audio-format=mp3
|
||||||
|
# Highest Audio Quality (10 is lowest)
|
||||||
|
--audio-quality=0
|
||||||
|
# set output names
|
||||||
|
-o ~/Downloads/ytdl/%(playlist_title|misc)s/%(title)s.%(ext)s
|
||||||
5
lsfiles-backup.sh
Executable file
5
lsfiles-backup.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
dotfiles ls-files | while read -r line; do
|
||||||
|
mv $HOME/$line $HOME/$line.bak
|
||||||
|
done
|
||||||
|
|
||||||
Reference in New Issue
Block a user