Skip to content

💻 A YouTube-to-MP3 converter that automatically finds and adds ID3 tags to downloaded MP3 files.

Notifications You must be signed in to change notification settings

x3appdev/AudioJack-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AudioJack-GUI

A smart YouTube-to-MP3 converter that automatically finds and adds ID3 tags (artist, title, album, cover art) to downloaded MP3 files.

Official website

Screenshots

AudioJack-GUI v2 in action

AudioJack-GUI in action

Usage

After installing necessary requirements, using the program is quite self-explanatory.

  1. Run python audiojack_gui.py or python audiojack_gui_v2.py (v2 is preferred and more actively developed). Step 0
  2. Paste a YouTube or SoundCloud URL in the search box and click on "Go!" Step 1
  3. Wait for about 10 seconds as the program loads. Step 2
  4. A grid of song titles, artists, and albums will appear. Step 3
  5. Click on the metadata you wish to add to your downloaded MP3 file, or if none of them are correct, fill out the "Custom tags" form. Step 4
  6. Voilà! The MP3 file will be in the same directory you ran the program from. Step 5

Requirements

  1. Python 2.7
  2. AudioJack
  3. FFmpeg (for MP3 conversion).
  4. In addition, you will need to install the following modules for AudioJack to work:

FAQ

Why are there two versions?

  • I made audiojack_gui.py using Tkinter widgets. After realizing how ugly the native Tkinter widgets were, I decided to create a new version using ttk widgets, which use the native system UI. As of now, I plan to continue development on audiojack_gui_v2.py.

About

💻 A YouTube-to-MP3 converter that automatically finds and adds ID3 tags to downloaded MP3 files.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%