mono / taglib-sharp

Library for reading and writing metadata in media files
GNU Lesser General Public License v2.1
1.25k stars 308 forks source link

Read metadata from audio stream #184

Open Suplanus opened 4 years ago

Suplanus commented 4 years ago

Is it possible to read an audio stream (webradio)?

I tried this:

string _url = "http://www.rockantenne.de/webradio/channels/heavy-metal.m3u";
TagLib.File tfile = TagLib.File.Create(_url);

But get an TagLib.UnsupportedFormatException.

decriptor commented 4 years ago

A brief look at the code, I don't believe this is currently supported.

Suplanus commented 4 years ago

Have you any idea how i can reach this?

decriptor commented 4 years ago

@Suplanus I'm not sure I understand what you are asking. Are you asking if it'll be supported?

Suplanus commented 4 years ago

More the question: Can you can give me a tip how this is reachable... So I can make a PR for you ❤️