Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better split / compartmentalization of data sources as "plugins" #56

Open
Sheraff opened this issue Apr 23, 2023 · 0 comments
Open

Better split / compartmentalization of data sources as "plugins" #56

Sheraff opened this issue Apr 23, 2023 · 0 comments
Labels
future-proofing Surviving if some 3rd party services get cut off

Comments

@Sheraff
Copy link
Owner

Sheraff commented Apr 23, 2023

All third party services should be isolated into "plugins" with an agnostic interface allowing for easy addition / removal of services

  • musicbrainz / acoustid
  • spotify
  • audiodb
  • lastfm

with exposed methods for

  • identifying track from music file
  • obtaining information on an entity (track / album / artist / genre)
  • downloading images for an entity
  • prioritizing an information source for each piece of information (like "for 'band creation year', prefer 'audiodb' as the source")
@Sheraff Sheraff added the future-proofing Surviving if some 3rd party services get cut off label Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future-proofing Surviving if some 3rd party services get cut off
Projects
None yet
Development

No branches or pull requests

1 participant