Expand description
Tagging library.
Structs§
- Cache
- Cache for MusicBrainz queries (to not use their API too much unnecessarily).
- Config
- The main configuration struct.
- Tagged
File - A tagged file that contains zero or more tags.
- Tagged
File Collection - A collection of tracks on the local disk.
Enums§
- Error
- Main error type.
Constants§
- USER_
AGENT - The User-Agent header that will be used for HTTP requests (i.e., for MusicBrainz).
Functions§
- main
- Main entry point.
Type Aliases§
- Result
- Convenience type.