HOZHENWAI / Beets-Plugin_VGMdb

A small plugin to collect metadata from VGMdb and manage a VGMdb collection
13 stars 2 forks source link

Assign album type by default #23

Closed ivan-boikov closed 9 months ago

ivan-boikov commented 9 months ago

MusicBrainz assigns a soundtrack album type where applicable. Mediainfo then shows:

RELEASETYPE                              : album / soundtrack
MUSICBRAINZ_ALBUMTYPE                    : album / soundtrack

This allows albumtype plugin to sort soundtracks to a soundtrack directory.

Seeing as VGMdb is for OSTs, can the plugin assign this album type by default?

In my library all OSTs are album / soundtrack, don't know if it's like that everywhere.

HOZHENWAI commented 9 months ago

This is a sensible default, will update the plugin.

HOZHENWAI commented 9 months ago

Actually, after looking at some album on vgmdb, there are album that are not soundtracks... You can find anime single, albums and even audio drama... We need more information to determine the album type... I believe the game category are more likely to hold soundtrack but it is not uncommon for anime to also have soundtracks... We could either make a prediction and then ask the user for confirmation

HOZHENWAI commented 9 months ago

we could even create a session default albumtype for import to reduce user interaction (for album import using this plugin), will think about it before proposing a solution

ivan-boikov commented 9 months ago

Yes, you are right, I totally overlooked such entries! Feel free to close the issue if you prefer.

HOZHENWAI commented 9 months ago

there is classification field for the album... just need to match. Will close in favor of #24

HOZHENWAI commented 9 months ago

@ivan-boikov just so you know, a new version has been pushed with the album type... see the readme to update your albumtype config