Ran into a display problem, hope you can direct me to the correct file to fix it.. Kodi 15.2, Metropolis 3.2.0
I'm using a TV widget based on a playlist of my own that lists recently updated TV Shows, which I prefer to a list of specific episodes. It works just fine, both as a standalone playlist and as a widget. The only problem is that the list of newly Updated Shows is displayed as shown in the attached image: each show shows the name of the show, then a number which seems to be the cumulative episode number, rather than current season and episode. For example,
The Big Bang Theory - 9x189 - The Big Bang Theory.
What I'd like to do is just list the title, that's all.Eliminate the number and the repeated show title.
EDIT: If it helps, this is the text of my playlist:
Code:
<smartplaylist type="tvshows">
<name>Updated Shows</name>
<match>all</match>
<rule field="dateadded" operator="inthelast">
<value>60 days</value>
</rule>
<limit>25</limit>
<order direction="descending">dateadded</order>
</smartplaylist>