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

Use flutter_media_metadata instead of metadata_god #58

Conversation

aleksrutins
Copy link
Member

@aleksrutins aleksrutins commented Jun 25, 2023

This switches from metadata_god to flutter_media_metadata.

This PR is a draft because it currently depends on my fork pending alexmercerind/flutter_media_metadata#34 to fix some build issues. It's also really slow, so I'm going to see if I can multithread it or something.

@Feichtmeier
Copy link
Member

for multithreading you need to create an isolate
like for example here:

final Podcast? podcast = await compute(loadPodcast, item.feedUrl!);

@aleksrutins
Copy link
Member Author

Closing to restart on top of #60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants