You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in some listings (e.g. Most recent, Soon offline or TV guide) we show episodes of multiple TV shows in a single listing. To make this somewhat useful, we prepend the TV show name (or start time) in the label. However as soon as a SortMethod is added to the listing, not the label, but the title (episode name) is being shown.
Because of this bug, we have to add the TV show title (ListItem.TvShowTitle) to the Episode title (ListItem.Title) so that the listing includes the TV show name (as a workaround). However, when we show the Video Info pane, shows the TV show title twice now. (There is no winning here)
Describe the feature
Currently in some listings (e.g. Most recent, Soon offline or TV guide) we show episodes of multiple TV shows in a single listing. To make this somewhat useful, we prepend the TV show name (or start time) in the label. However as soon as a SortMethod is added to the listing, not the label, but the title (episode name) is being shown.
Because of this bug, we have to add the TV show title (ListItem.TvShowTitle) to the Episode title (ListItem.Title) so that the listing includes the TV show name (as a workaround). However, when we show the Video Info pane, shows the TV show title twice now. (There is no winning here)
Obviously this bug should be fixed in Kodi.
This is implemented in xbmc/xbmc#17200
The text was updated successfully, but these errors were encountered: