Skip to content
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

IPTV Radio RDS with Artist slideshow #837

Open
aseanic opened this issue Feb 14, 2024 · 1 comment
Open

IPTV Radio RDS with Artist slideshow #837

aseanic opened this issue Feb 14, 2024 · 1 comment

Comments

@aseanic
Copy link

aseanic commented Feb 14, 2024

While the client's has ability to transcribe radio data system (RDS) from the streaming metadata, it needs a little tweak in the code to ensure all the information are being placed in the right category. Case-in-point

This Radio Station is playing "Standing Next To You" by JungKook featuring Usher, the client able to capture
The song title* and the singer** and even the featuring artist Usher*** from the RDS and displaying the lyrics

  1. *Song title will be displayed in the scrolling playmode,
  2. **Artist name aslo will be displayed on the scolling playmode.
  3. *** Featuring artist on the other hand will be captured and displayed as artist slideshow instead of the singer.

Kodi_20240214_153321

Most of the time there will be no artist slideshow, even the client sucessfully display the artist name in the title and on this control mode

Kodi_20240214_154939
Kodi_20240214_154642
Kodi_20240214_155055

After noticing this behaviour, i can conclude that the client could only capture the first half of the artist name, while the artist slideshow code capture the other half of the RDS.

For song with only has a single artist in it, artist slideshow will fail to be displayed. Artist slideshow only appear if there are several more artists featuring or longer list. Not the main artist but those extras.

I hope someone could tweak the code so it could categorize the data correctly, since we couldn't request the radio station to release RDS according to Kodi standard. And another thing, any modification of that code must not ruin its status quo of flawless ability to display artist slideshow when playing music from the library.

@phunkyfish
Copy link
Member

phunkyfish commented Feb 14, 2024

RDS processing is handled by kodi, so you should raise this issue over at https://github.com/xbmc/xbmc/issues

Note that you will need to provide a full debug log when posting an issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants