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

Properly integrate IMediaImporter methods #82

Open
3 of 4 tasks
Montellese opened this issue Apr 6, 2021 · 0 comments
Open
3 of 4 tasks

Properly integrate IMediaImporter methods #82

Montellese opened this issue Apr 6, 2021 · 0 comments

Comments

@Montellese
Copy link
Owner

Montellese commented Apr 6, 2021

IMediaImporter provides a lot of methods to query a specific media importer implementation about its capabilities and state. But some of them are currently not used because it is rather expensive to call them every time:

  • IsSourceReady()
  • properly integrate IsImportReady() (may need caching)
  • get rid of CanUpdateMetadataOnSource()
  • combine CanUpdatePlaycountOnSource(), CanUpdateLastPlayedOnSource() and CanUpdateResumePositionOnSource() into CanUpdatePlaybackMetadataOnSource() and properly integrate it (may need caching)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant