diff options
| author | Donald Shan <xxpinapelzxx@gmail.com> | 2022-08-18 17:12:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-18 17:12:29 -0700 |
| commit | 9958dc9b7735dbb405acf2fc41ccb406c8b2241d (patch) | |
| tree | 632d04076586a1590485c6009e2af907544a9658 | |
| parent | 2deeb3748c83c10d01500e189a8fed8352b839e8 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,2 +1,6 @@ # youtubeToMP3AutoTag -Converts YouTube to MP3 and automatically adds ID3 tags based on uploader name, title, and thumbnail +Quick and dirty code to convert YouTube videos to MP3 and automatically adds ID3 tags based on uploader name, title, and thumbnail +# Usage +- Create 2 folders where ran (downloaded, completed) +- Create a text file (songs.txt) and list songs to download by length +- Include both ffmpeg.exe + yt-dlp.exe where executed |
