mcgo / tagfixer
There is no license information available for the latest version (dev-master) of this package.
dev-master
2020-03-31 09:28 UTC
This package is auto-updated.
Last update: 2024-12-29 06:08:36 UTC
README
Still using mp3 as files? Ever had a mp3 library that has some files that have not been tagged correctly? This package might be helpful.
Tagfixer is a package for Laravel >= 6.x that uses the https://acoustid.org/ music database with your mp3 files by analyzing each file and asking AcoustID for metadata. It will use fpcalc to generate a fingerprint and keep track of the generated data if you wish.
Stability
The package is currently under development and not all able to be used.
Installation
- Install the fpcalc utility from https://acoustid.org/chromaprint, on mac simply by calling
brew install chromaprint
- Install the package into your laravel application
- Create an account and applicatoin at AcoustID to get the apikey.
- Put your apikey in the .env variable TAGFIXER_APIKEY