diff options
| author | Donald Shan <xxpinapelzxx@gmail.com> | 2022-10-31 23:49:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-31 23:49:33 -0700 |
| commit | 8a19eeffc669178bd9acf688d0cc9fbfa818317c (patch) | |
| tree | 9774d06721f7f339ab0ce818e7c5b98170a4622a /README.md | |
| parent | 00963610aa99a10eb207a36ac0dfa80f894cc109 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,8 +1,25 @@ # YouTube to MP3 Auto Tagger Quick and dirty code to convert YouTube videos to MP3 and automatically adds ID3 tags based on uploader name, title, and thumbnail + + +The program was made in mind for a way to download music unavailable elsewhere and automatically add details for import to a music player application such as Spotify # Usage - Create 2 folders where ran (downloaded, completed) - Create a text file (songs.txt) and list songs to download by length +- Create a text file (blacklist.txt) - Include both ffmpeg.exe + yt-dlp.exe where executed - Files that are downloaded and tagged are moved to the downloaded folder + +``` +Downloading Parts of a video +URL,START_TIME:END_TIME (HH:MM:SS Timestamp Format) +To download the entire video. Only enter the URL on a new line in songs.txt + +BLACKLIST: +Enter each term to be removed/replaced in the title and author on a new line in blacklist.txt in this format: +WORD_TO_BE_REPLACED:REPLACEMENT_WORD + +To remove a word (no replacement): +WORD_TO_BE_REMOVED: +``` |
