aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md23
1 files changed, 7 insertions, 16 deletions
diff --git a/README.md b/README.md
index 337f635..246a1ef 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# 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
+A GUI wrapper for yt-dlp that downloads YouTube videos to MP3 and automatically adds ID3 tags based on uploader name, title, and thumbnail
###
![image](https://user-images.githubusercontent.com/21994085/232991117-a41a33e1-f45a-4043-aa6a-e886a31d2f11.png)
@@ -10,22 +10,13 @@ Quick and dirty code to convert YouTube videos to MP3 and automatically adds ID3
###
![image](https://user-images.githubusercontent.com/21994085/199175477-b2d6d5ae-d7db-455c-813f-ad1d3af7fac5.png)
-# 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 completed folder
+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
```
-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:
```
+
+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)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage