NiKoTron / dart-tags

ID3 Tag parser written on the pure dart language.
https://pub.dartlang.org/packages/dart_tags
MIT License
37 stars 16 forks source link

Can this be used if the mp3 file is remote i.e a url? #32

Open subhash279 opened 3 years ago

subhash279 commented 3 years ago

Describe the bug Hi, Can this be used if the mp3 file is remote i.e a url?

NiKoTron commented 3 years ago

@subhash279 hi! Out of the box no.

this lib operates with byte array. you can get it by yourself from the remote via 'http' or 'dio' and then parse it through this lib.