Quick script to translate the lyrics in your flac files using the free DeepL API.
- Detects the language of the lyrics in every flac file in your music library, and translates it if it doesn't match your target language
- Keeps track of already processed files in
translations_store.json
which is stored in the script's directory
Tested on a ~1400 songs library.
- requests
- mutagen