🦈🏠🐜 Initial Commit 🐜🦈🏠

This commit is contained in:
casjay
2022-10-07 15:56:48 -04:00
commit 0777c29ab9
14 changed files with 379 additions and 0 deletions

0
config/.gitkeep Normal file
View File

7
config/audio.conf Normal file
View File

@@ -0,0 +1,7 @@
# Save all music under Music directory in your home directory
-o ~/data/audio/%(title)s.%(ext)s
--metadata-from-title "(?P<artist>.+?) - (?P<title>.+)"
--add-metadata
--embed-thumbnail
--no-warnings
--ignore-errors

5
config/video.conf Normal file
View File

@@ -0,0 +1,5 @@
# Save all videos under Videos directory in your home directory
-o ~/data/video/%(title)s.%(ext)s
--metadata-from-title "(?P<artist>.+?) - (?P<title>.+)"
--add-metadata
-ic

5
config/youtube-dl.conf Normal file
View File

@@ -0,0 +1,5 @@
# Save all videos under Videos directory in your home directory
-o ~/data/%(title)s.%(ext)s
--metadata-from-title "(?P<artist>.+?) - (?P<title>.+)"
--add-metadata
-ic