segler-alex / radiobrowser-api-rust

radio-browser API implementation in rust
GNU Affero General Public License v3.0
230 stars 96 forks source link

Question: is stream-meta version2 supported? #133

Closed boyska closed 11 months ago

boyska commented 2 years ago

Hello, and thanks for the project!

I'd like to know if https://www.stream-meta.info/version_2.html is already supported: that is, if I have a /streaminfo.json in my website, and this website is referenced by icy-url, should those data be fetched and available in radio-browser.info?

I don't see this happening, but maybe I'm just doing it wrong.

Thanks!

segler-alex commented 2 years ago

/streaminfo.json is not yet supported only the first part of version_2 which is documented at https://www.radio-browser.info/owners

please provide your stream url, then i will investigate further and will implement this behaviour.

boyska commented 2 years ago

Here it is:

thanks!

boyska commented 2 years ago

Hello! is there any news about it? Is there any wayy I can help?

PaulWebster commented 2 years ago

I thought I would take a look at implementing streaminfo.json support ... but I struggled to work out where it should go in the code. Is check.rs the module I should be looking at?

Edit: I now think it is in other repo - https://github.com/segler-alex/av-stream-info-rust