plugin.video.vrt.nu icon indicating copy to clipboard operation
plugin.video.vrt.nu copied to clipboard

Show label in listings with a SortMethod added

Open dagwieers opened this issue 4 years ago • 1 comments

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

dagwieers avatar Jan 09 '20 03:01 dagwieers

https://github.com/xbmc/xbmc/pull/17201 still needs a change.

mediaminister avatar Mar 23 '20 12:03 mediaminister