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

🐛 PVR Recordings mixes episode name with tv show title #423

Open
4 tasks done
Lam4hound opened this issue Nov 26, 2024 · 2 comments
Open
4 tasks done

🐛 PVR Recordings mixes episode name with tv show title #423

Lam4hound opened this issue Nov 26, 2024 · 2 comments
Labels
external Issue due to an external cause

Comments

@Lam4hound
Copy link
Contributor

Skin section

PVR and Live TV

Current Behavior

For some reason Kodi copies the value Listitem.Title to ListItem.TvshowTitle for pvr recordings.

This causes problems in all the menus related to recordings (recordings, dialog pvr info, video osd). The episode title is shown in places where the program title should be.

The same thing causes tmdb helper lookups fail for recordings because it's searching with the episode title instead of the program title.

If the program doesn't have an episode title (movies), then there is no problem.

Expected Behavior

Have the real program title visible in recordings like it is in other pvr elements (guide, channels, timers, search)

Get the artwork working from tmdb helper.

Steps To Reproduce

Go to Program guide.
Select a show that has an episode title.
Record that program.
Compare the visuals and the information of that program in the timers menu and in the recordings menu.

Press "info" on the recording.
Dialog video info shows the episode title instead of the program title.

Screenshots and Additional Info

Timers
screenshot00002
Recordings
screenshot00001
Dialog PVR Info
screenshot00003

Notice how ListItem.TVShowTitle is empty for timers but gets filled with ListItem.Title in recordings.
Notice how the white title label shows the wrong title in recordings (second picture).
Notice the lack of artwork from tmdb helper in the second picture.
Episode title is shown in the upper left corner of the third picture.

Checklist

  • I have made a separate issue for each bug that I am reporting.
  • I have searched the issues and this bug has not been reported.
  • I am using the most recent skin version.
  • I have confirmed that this bug does not occur in the default skin.
@Lam4hound Lam4hound added the bug Something isn't working label Nov 26, 2024
@jurialmunkey
Copy link
Owner

jurialmunkey commented Nov 27, 2024

This would need to be fixed upstream in either Kodi or your PVR addon (might be Kodi or might be PVR addon putting the title into the wrong field).

There's not much the skin can do about an infolabel having the incorrect information.

@jurialmunkey jurialmunkey added external Issue due to an external cause and removed bug Something isn't working labels Nov 27, 2024
@Lam4hound
Copy link
Contributor Author

Found these old discussion about changing the infolabels
https://github.com/xbmc/xbmc/pull/16024#issuecomment-493604673
https://github.com/xbmc/xbmc/issues/21706

Looks like there hasn't been any progress in changing them so skins need to do workarounds to show the correct info.

Estuary handles this by ignoring the TvShowTitle.
Untitled

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

No branches or pull requests

2 participants