Tool to extract music from music videos, and tag them properly
Find a file
2023-10-29 11:14:44 -05:00
app 🚧 Saving tags for later writing 2023-10-29 11:14:44 -05:00
cmd 📄 Add LICENSE 2023-10-01 13:34:44 -05:00
config 🔧 Add some basic app config values 2023-09-09 22:34:03 -05:00
files Pick file 2023-08-29 15:12:26 -05:00
input 🚸 Add main menu 2023-09-08 11:00:07 -05:00
media 🚧 Saving tags for later writing 2023-10-29 11:14:44 -05:00
utils 🚧 More of fingerprinting 2023-09-24 22:34:30 -05:00
.gitignore Add simple yes/no interface 2023-09-03 22:39:40 -05:00
go.mod 🚚 Move brainz to own package 2023-09-24 16:40:24 -05:00
go.sum 🚚 Move brainz to own package 2023-09-24 16:40:24 -05:00
LICENSE 📄 Add LICENSE 2023-10-01 13:34:44 -05:00
main.go 📄 Add LICENSE 2023-10-01 13:34:44 -05:00
README.md 📝 Add README 2023-10-01 13:41:41 -05:00

strip-beats

Imagine you have a folder full of music videos. You want to go through those videos, turn it into an audio file, tag them, and add it to your music collection.

This app aims to streamline that.

Pre-requisites

  • ffmpeg
  • fpcalc (for fingerprinting audio so that we can identify it and automatically pull tags)
  • mpv (for watching the video to ensure you're stipping out non-music elements, like an intro or outro)
  • An account on acousticid.org (for querying the fingerprint to get data)

Install

  • Pull the repo
  • go install .

Hopefully, I'll have binaries downloadable soon.

Disclaimer

This does not work yet! Some features are implemented, but most are not yet. Have a look around at the code, but don't actually use this at all.