Sign inSign up

peanutsguy/audio-tagger

By peanutsguy

Updated about 3 years ago

Python Application that identifies and tags songs from audio files

Image
0

232

peanutsguy/audio-tagger repository overview

Using AudD API, this image will try to match an audio file and write the appropiate tags for better identification in Music Players. If it's in some format other than .flac, .m4a, .mp3 or .ogg, it will transcode it to MP3.

docker run --rm -v {source_folder}:/app/input -v {destination_folder}:/app/output -e TOKEN={AudD API KEY} peanutsguy/audio-tagger -f {file_name}

The output will have the following scheme:

{ArtistName}/{AlbumName}/{TrackNumber} - {SongName}

Tag summary

Content type

Image

Digest

sha256:e1c04d1a9

Size

253.9 MB

Last updated

about 3 years ago

docker pull peanutsguy/audio-tagger