Kodi Community Forum

Full Version: Why does xperience1080 show year in Poster view in TV Shows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just noticed (and i dont like it) that xperience1080 shows the year the TV Show began.

No other skin does it, and i was wondering how i can disable it.

I tried to rename it, but it shows up as just the show name and the year behind it
(2014-10-27, 15:03)henrikyo Wrote: [ -> ]Just noticed (and i dont like it) that xperience1080 shows the year the TV Show began.

No other skin does it, and i was wondering how i can disable it.

I tried to rename it, but it shows up as just the show name and the year behind it


1. Go to "\1080i\ViewtypesVideos.xml"

2. Find the line "Container.Content(tvshows) | Container.Content(seasons)" [under the Poster (55) section]

3. Below replace
Code:
<label>$INFO[Container(55).ListItem.Label]$INFO[Container(55).ListItem.Year, (,)]</label>
with
Code:
<label>$INFO[Container(55).ListItem.Label]</label>