blob: 246a1ef3ec44e732c1238e7e61ab6ccc6d7387c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# YouTube to MP3 Auto Tagger
A GUI wrapper for yt-dlp that downloads YouTube videos to MP3 and automatically adds ID3 tags based on uploader name, title, and thumbnail
###

###

###

###

If you don't want to use the built-in GUI builder to create a "task file", you can write it manually in your file of choice
Each line will be treated as a download job (video), you may use either the full `youtube.com` or shortened `youtu.be` link
```
URL,START_TIME-END_TIME (HH:MM:SS Timestamp Format)
```
ex: `https://www.youtube.com/watch?v=qvj_QSqOrBw,00:01:10-00:01:40`
- Download video `https://www.youtube.com/watch?v=qvj_QSqOrBw` from `1 min 10s` to `1 min 40s` (30s total)
|