Skip to content

integrate with beets database when available #162

@sakgoyal

Description

@sakgoyal

instead of indexing the library again and parsing tags, why not look for an existing sqlite database generated with beets to handle that for you? (and also use the beets config file to get all the information on the db location and settings)

https://github.com/beetbox/beets

This generates a database with all the tags ID3v2.4 tags there so you don't need to parse them again. This also means you can edit the tags there. you can then also use the mb_artistid column to get the artist on Musicbrainz. this will give you the country data. so you won't need to rely on a potentially incorrect country tag if you get the wrong result on wikipedia

This would fix:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions