Tool to extract music from music videos, and tag them properly
Find a file
2023-11-12 22:10:31 -06:00
app Tag files 2023-11-12 22:10:31 -06:00
cmd 📄 Add LICENSE 2023-10-01 13:34:44 -05:00
config Tag files 2023-11-12 22:10:31 -06:00
files Pick file 2023-08-29 15:12:26 -05:00
io 🐛 Fail gracefully when none found 2023-11-11 18:51:38 -06:00
media Tag files 2023-11-12 22:10:31 -06:00
utils Add testify for simpler tests 2023-10-31 15:41:24 -05:00
.gitignore Add simple yes/no interface 2023-09-03 22:39:40 -05:00
go.mod Add testify for simpler tests 2023-10-31 15:41:24 -05:00
go.sum Add testify for simpler tests 2023-10-31 15:41: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.