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

91 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.

Screenshots

AudioJack-GUI in action

Usage

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

  1. Run python audiojack_gui.py. 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:

Contribution:

  • Contributing to this project is highly encouraged.

Guidelines:

  1. Use single-quotes for string literals.
  2. If you use any additional modules, please update the requirements if necessary.
  3. Thoroughly test the program before pushing.

More guidelines will be added if necessary.

Note: Please only modify audiojack_gui.py and not audiojack_gui_beta.py. Any pull requests for audiojack_gui_beta.py will be rejected.

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%