Skip to content

Converts YouTube to MP3 and automatically adds ID3 tags based on uploader name, title, and thumbnail

Notifications You must be signed in to change notification settings

Jaboott/ytmp3AutoTag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

image image

image

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
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:

About

Converts YouTube to MP3 and automatically adds ID3 tags based on uploader name, title, and thumbnail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%