iberatkaya / playify

Playify is a Flutter plugin for play/pause/seek songs, fetching music metadata, and browsing music library.
https://pub.dev/packages/playify
MIT License
33 stars 13 forks source link

getAllSongs crashes for large music libraries, regardless of coverArtSize. #19

Closed Justus-M closed 1 year ago

Justus-M commented 2 years ago

Even if I set coverArtSize to 0, getAllSongs crashes for bigger libraries. Is there a way around this? Ex. doing it batch wise.

I actually just want to retrieve the artists, would you be able to implement getAllArtists? This is a common use case for tracking concerts, and comparing similarity of music tastes etc.

Justus-M commented 1 year ago

@iberatkaya Would really appreciate your support on this!

would it be possible to implement a getAllArtists function, or somehow make getAllSongs handle bigger libraries without crashing?

Justus-M commented 1 year ago

modified the swift code to ignore some album and image data that I don't need and it works now