Skip to content

rk700/fetchtag

Repository files navigation

README for fetchtag

fetchtag can automatically update tags of audio files by searching the Internet. It is written in C, and Lua scripts are used as extensions for searching on different sites.

Currently it only supports a Chinese music website(music.douban.com), but some other sites will be added in the future. You can also write your own Lua scripts for any sites you like.

Assignment

fetchtag will look into the directory, and compute edit distances for all pairs of music files and track titles. Then Munkres Algorithm is used for assigning tracks to music files.

Recover

By default, fetchtag will backup tag information before updating. So if you can restore if something's wrong in updating.

Dependencies

fetchtag uses Taglib for editing audio file tags.

You should also have Lua installed for running extensions.

Comments and bug reports

Project page is on https://github.com/rk700/fetchtag

You can also send email to the author: Ruikai Liu

About

a command line tool for updating music file tags by searching the Internet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published