copyparty/bin/mtag
2021-03-21 05:57:24 +01:00
..
audio-bpm.py mtag-bin: support alpine + misc health checks 2021-03-18 01:01:57 +01:00
audio-key.py mtag-bin: support macos (macports) 2021-03-17 23:57:18 +01:00
install-deps.sh build beatroot from source if need be 2021-03-19 00:43:23 +01:00
README.md support metadata plugins 2021-03-19 00:08:31 +01:00
sleep.py better task recovery on restart 2021-03-21 05:57:24 +01:00

standalone programs which take an audio file as argument

some of these rely on libraries which are not MIT-compatible

  • audio-bpm.py detects the BPM of music using the BeatRoot Vamp Plugin; imports GPL2
  • audio-key.py detects the melodic key of music using the Mixxx fork of keyfinder; imports GPL3

run install-deps.sh to build/install most dependencies required by these programs (supports windows/linux/macos)