-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
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
Show artist/song information broadcasted by radio station #829
Comments
Hi there @paulijar ! :) I hope you are doing fine ! Do you have by chance any update regarding this issue? I would love to see the titles of musics while listening to stations :) Thank you very much again for your great work and sorry for the ping! |
Hi @TtuxX, I agree that the feature would be cool. I did some googling on this last year but it seems that this might not be quite simple issue to solve. Apparently, there are at least two possible ways for the radio stations to deliver the song info:
The difficulty with the option 1 is that we utilize the services of the web browsers to stream and play the radio stations, and as far as I know, none of the browsers currently support extracting the metadata from those streams. I found a still open feature request for Firefox about this which was filed many years ago; I couldn't find it now though. |
I implement the second method in this #987, it is take information from stream with different headers, only limitation is that radio should support CORS. |
Wow, thank you so much @medismail !! :)) Eagerly looking forward to testing this on the app !! Thank you again for your great time and work for us all ! |
This feature is now released in Music v1.6.0. The app now supports four different mechanisms used by the radio stations to deliver the name of the playing song. This should cover large majority of the stations which broadcast this kind of data. Feel free to open a new issue if you still can find a station where this doesn't work, and you are certain that the station in question does broadcast the metadata. |
Also (but this is another issue), the streamed webradio music title is displayed through VLC when playing, but does not appear and scroll horizontally in the web interface when playing from the Music app, so I unfortunately cannot see the title of the music that is playing.
Originally posted by @TtuxX in #779 (comment)
The text was updated successfully, but these errors were encountered: