António Afonso
António Afonso
Ah ok, I should have checked your PR before commenting :D. I’m fine with people having to add the function for this particular case, but it might be useful to...
@dannydolph you’ll need to use a library like `react-native-fs` to read the filesystem, the `fs` library is native to node and it will not exist in an environment like react...
Thanks for another PR :)
I think this might be the same problem as #69, can you check? I've published a new version 3.7.0 with the fix.
I'm strapped for time right now but will add it to the todo list. Funny that Mozilla's Gaia was using this library when it was initially created, not sure why...
They would need to send mp3 with ID3 metadata (or any other supported format). Today I don't have a file reader for streams though, can you give an example?
Thanks for the sample, this doesn't seem to be ID3 tags though (or any other this library supports). I've even run `strings` through it and didn't find anything that could...
I've looked into the headers and noticed this is an Icecast stream. The reason I didn't find any metadata in the stream is because a `Icy-MetaData: 1` request header is...
I've played a bit on how to implement this and have a proof of concept locally (only working in node). Still need to polish the API a bit before shipping....
I can push the first commit I have under a branch. However, DO NOT use this in production, I will change the API :)