Huzzah! Here's a simple electron app for downloading youtube videos as mp3's and performing bulk edits on mp3 metadata.
It's served me well so far. Cat Empire, The Happy Fits, and Vampire Weekend now get to be a little bit closer to my heart.
See my writeup for notes on the development process.
- Download repo
- Have node js installed and npm installed
- install ffmpeg on your computer (with linux, that's
sudo apt-get install ffmpeg
) - run
npm install
in the main folder - run
npm start
to launch - stop complaining that it's not packaged into a native app. Give it time