AudioJack-GUI

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

View the Project on GitHub Blue9/AudioJack-GUI

AudioJack-GUI

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

Disclaimer

This program is strictly intended for demonstration purposes. Using this program to download online media may breach the corresponding website’s terms of service and may even be illegal in your country. Use this program at your own discretion.

Screenshots

AudioJack-GUI in action

Step-by-step guide

This short guide will show you how to get the source version of the program up and running.

  1. Install Python 3.6+.
  2. Install Kivy by following the guide here.
  3. Open Command Prompt (or Terminal, depending on your OS).
  4. Type in the following command: pip install mutagen musicbrainzngs youtube_dl pyperclip validators Pillow.
  5. Download AudioJack-GUI extract the files.
  6. Download audiojack.py and place it in the AudioJack-GUI folder.
  7. Download FFmpeg and place the files ffmpeg, ffprobe, and ffplay in the same folder.
  8. Navigate Command Prompt to the folder and run python launcher.py.

Whenever you want to run the program, just repeat step 8.

Usage

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

  1. Run python launcher.py. Step 0
  2. Press F1 to change the settings such as the download path for the MP3s. (optional) Step 1
  3. Enter a YouTube or SoundCloud URL in the input box and wait for the results to load. Step 2
  4. Select the tags that correspond to your song. Step 3
  5. Voilà! The MP3 file is now downloaded. You can trim the file if you wish (this is useful if you are converting a music video). Step 4

Requirements

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

Contribution:

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.

Credits: