We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I have troubles displaying metadata of my stream with RadioDroid.
The metadata clearly displays with other software like VLC, mplayer, ffmpeg.
Here is the URL: https://s.streampunk.cc/ondarossa.ogg
As an example, here is ffprobe -i https://s.streampunk.cc/ondarossa.ogg at it:
ffprobe -i https://s.streampunk.cc/ondarossa.ogg
[cut] Metadata: comment : In diretta title : 06491750 - www.ondarossa.info
Both comment and title are dynamic, and I'd like those information to be displayed in RadioDroid. Why isn't it displayed? Am I using the wrong tags?
I'm under the impression that ICY metadata works, but in-stream metadata doesn't.
The text was updated successfully, but these errors were encountered:
A similar bug was happening in transistor app, and has been fixed like this: https://codeberg.org/y20k/transistor/commit/4233d06a786cba92db8e8dce317c5b007f8559da I don't know if that will help you implement a similar fix.
Sorry, something went wrong.
Same problem here, channels like Sveriges Radio P1 aren't showing the metadata for the current track.
No branches or pull requests
Hello, I have troubles displaying metadata of my stream with RadioDroid.
The metadata clearly displays with other software like VLC, mplayer, ffmpeg.
Here is the URL: https://s.streampunk.cc/ondarossa.ogg
As an example, here is
ffprobe -i https://s.streampunk.cc/ondarossa.ogg
at it:Both comment and title are dynamic, and I'd like those information to be displayed in RadioDroid. Why isn't it displayed? Am I using the wrong tags?
I'm under the impression that ICY metadata works, but in-stream metadata doesn't.
The text was updated successfully, but these errors were encountered: