All Projects β†’ Blue9 β†’ Audiojack Gui

Blue9 / Audiojack Gui

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Audiojack Gui

audius
🎧 A cross-platform app for downloading songs from YouTube and Spotify
Stars: ✭ 19 (-83.62%)
Mutual labels:  youtube, mp3
Ytmdl
A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.
Stars: ✭ 2,070 (+1684.48%)
Mutual labels:  mp3, youtube
Openwhyd
πŸ’Ž Like Pinterest, for Music
Stars: ✭ 287 (+147.41%)
Mutual labels:  mp3, youtube
Savify
Download Spotify songs to mp3 with full metadata and cover art!
Stars: ✭ 227 (+95.69%)
Mutual labels:  mp3, youtube
Musicdownloader
Material design YouTube mp3/mp4 downloader
Stars: ✭ 70 (-39.66%)
Mutual labels:  mp3, youtube
Spotifydownload
A dependency-free Spotify playlist downloader that should just work
Stars: ✭ 245 (+111.21%)
Mutual labels:  mp3, youtube
Youtube To Mp3
⚑️Electron application to convert and download YouTube videos as MP3s
Stars: ✭ 430 (+270.69%)
Mutual labels:  mp3, youtube
Android Youtubemp3
Download videos as mp3 directly from Youtube Android App
Stars: ✭ 124 (+6.9%)
Mutual labels:  mp3, youtube
Spotivy
🎼 Download music videos from Spotify playlists
Stars: ✭ 64 (-44.83%)
Mutual labels:  mp3, youtube
Youtube Fetcher
πŸ“Ί Youtube Podcasting 🎧
Stars: ✭ 31 (-73.28%)
Mutual labels:  mp3, youtube
Youtube Mp3 Downloader
Extract music from YouTube videos
Stars: ✭ 187 (+61.21%)
Mutual labels:  mp3, youtube
Insideheartz Whatsapp Bot
A multipurpose whatsapp bot buillt on node.js
Stars: ✭ 102 (-12.07%)
Mutual labels:  mp3, youtube
Youget
YouGet - YouTube Video/Playlist Downloader/Cutter - MP3 Converter
Stars: ✭ 169 (+45.69%)
Mutual labels:  mp3, youtube
Pantheon
The fastest YouTube downloader.
Stars: ✭ 32 (-72.41%)
Mutual labels:  youtube, mp3
Youtube2audio
Desktop application to download YouTube videos as annotated MP3 or MP4 files
Stars: ✭ 128 (+10.34%)
Mutual labels:  mp3, youtube
Spotiflyer
Spotify/Gaana/Youtube Music Downloader For Android!
Stars: ✭ 231 (+99.14%)
Mutual labels:  mp3, youtube
Alltomp3
Node module to download and convert in MP3 with tags an online video
Stars: ✭ 120 (+3.45%)
Mutual labels:  mp3, youtube
Youtubedownloader
Downloads videos and playlists from YouTube
Stars: ✭ 2,202 (+1798.28%)
Mutual labels:  mp3, youtube
Alltomp3 App
Download and Convert YouTube, SoundCloud & Spotify in MP3 with full tags (title, artist, genre, cover, lyrics πŸ”₯)
Stars: ✭ 920 (+693.1%)
Mutual labels:  mp3, youtube
Av Converter
[av-converter.com] Audio and Video Converter, and YouTube downloader. Convert to MP3, MP4, AAC, FLAC, AC3, WAV, etc.
Stars: ✭ 97 (-16.38%)
Mutual labels:  mp3, youtube

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:

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

Credits:

  • Hoverable button functionality: link (modified)
  • Loading album art image: link
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].