- September 3, 2012
- 238
- 26
- 27
- Home Country
-
United States of America
Unfortunately Mediaportal only reads the first category in tvguide.xml even when more are present:
In this example Soccer and Sports are last on the list so they don't even appear in the EPG Genre Map:
So I was thinking if there is any way to edit tvguide.xml to remove the unwanted categories.
<category lang="en">General</category>
<category lang="en">Other</category>
<category lang="en">Series</category>
This way I would remove all categories except the ones I use. Which are usually just a few: Movies, Sports, News, Children.
By the way this is also an issue with Movies:
As you can see Movies is the last category so it also doesn't show up in the EPG Genre map:
Code:
<programme start="20140104090000 -0800" stop="20140104113000 -0800" channel="I11.2.230146009.microsoft.com">
<title lang="en">FA Cup Soccer *</title>
<sub-title lang="en">Arsenal FC vs. Tottenham Hotspur FC</sub-title>
<desc lang="en">From Emirates Stadium in London, England.</desc>
<date>20140104</date>
<category lang="en">General</category>
<category lang="en">Other</category>
<category lang="en">Series</category>
<category lang="en">Soccer</category>
<category lang="en">Sports</category>
<episode-num system="ms_progid">1.296186896</episode-num>
<episode-num system="onscreen">448</episode-num>
<audio>
<stereo>stereo</stereo>
</audio>
<new />
<subtitles type="teletext" />
</programme>
In this example Soccer and Sports are last on the list so they don't even appear in the EPG Genre Map:
So I was thinking if there is any way to edit tvguide.xml to remove the unwanted categories.
<category lang="en">General</category>
<category lang="en">Other</category>
<category lang="en">Series</category>
This way I would remove all categories except the ones I use. Which are usually just a few: Movies, Sports, News, Children.
By the way this is also an issue with Movies:
Code:
<programme start="20140103010000 -0800" stop="20140103023000 -0800" channel="I4.2.41828011.microsoft.com">
<title lang="en">The Little Shop of Horrors</title>
<desc lang="en">Roger Corman's cult classic about a flower shop employee who boosts business when he cultivates a man-eating plant.</desc>
<credits>
<director>Roger Corman</director>
<actor>Jonathan Haze</actor>
<actor>Jackie Joseph</actor>
<actor>Mel Welles</actor>
<actor>Jack Nicholson</actor>
<actor>Dick Miller</actor>
<actor>Myrtle Vail</actor>
<actor>Leola Wendorff</actor>
<actor>Charles B. Griffith</actor>
<actor>John Shaner</actor>
<actor>Meri Welles</actor>
<producer>Roger Corman</producer>
</credits>
<date>1960</date>
<category lang="en">Comedy</category>
<category lang="en">General</category>
<category lang="en">Movies</category>
<icon src="http://images.windowsmedia.com/dvdcover/cov150/drv600/v625/v62510nrtat.jpg" />
<episode-num system="ms_progid">1.28433241</episode-num>
<subtitles type="teletext" />
<rating system="VCHIP">
<value>TV-PG</value>
</rating>
<rating system="MPAA">
<value>NR</value>
</rating>
<star-rating>
<value>3/4</value>
</star-rating>
</programme>
As you can see Movies is the last category so it also doesn't show up in the EPG Genre map: