2013-03-13, 05:43 PM
I am just setting up my new HTPC / PVR and I thought I would start with NextPVR. I am using MC2XML for the XMLTV file, and I am using the AEON NOX skin in XBMC.
However I was seeing a blank looking epg with white letters on a black background.
Similar to this.
![[Image: screenshot000.png]](http://s7.postimage.org/xlnn5c3az/screenshot000.png)
I found a guide online to make a epg-genres folder in the addon/skinname/media folder and add a 256.png file to get a grid look.
Now it looks like this
![[Image: original.jpg]](http://img.gawkerassets.com/img/18dpnyfynwlbgjpg/original.jpg)
I would like assistance making the genere catagory colors working in the EPG to make it look more like this.
![[Image: xbmc2.jpg]](http://infinbox-data.com/modulo-ipna/manual/img/xbmc2.jpg)
MC2XML has catagories listed in it
And I have a file in the epg-genres called genre-numbers.txt with the following.
I assumed those correlate with translating the category to the corresponding PNG.
Excuse my ignorance on this matter, but I have tried googling this for a while now and I haven't found any answers related to NEXTPVR.
Has anyone got this to work?
However I was seeing a blank looking epg with white letters on a black background.
Similar to this.
![[Image: screenshot000.png]](http://s7.postimage.org/xlnn5c3az/screenshot000.png)
I found a guide online to make a epg-genres folder in the addon/skinname/media folder and add a 256.png file to get a grid look.
Now it looks like this
![[Image: original.jpg]](http://img.gawkerassets.com/img/18dpnyfynwlbgjpg/original.jpg)
I would like assistance making the genere catagory colors working in the EPG to make it look more like this.
![[Image: xbmc2.jpg]](http://infinbox-data.com/modulo-ipna/manual/img/xbmc2.jpg)
MC2XML has catagories listed in it
Code:
<programme start="20130318190000 -0800" stop="20130318220500 -0800" channel="I28.28456003.microsoft.com">
<title lang="en">WWE Monday Night RAW *</title>
<date>20130318</date>
<category lang="en">Episodic</category>
<category lang="en">Other</category>
<category lang="en">Series</category>
<category lang="en">Sports</category>
<episode-num system="onscreen">637</episode-num>
<episode-num system="ms_progid">1.EP000565121027</episode-num>
<episode-num system="dd_progid">EP00056512.1027</episode-num>
<audio>
<stereo>stereo</stereo>
</audio>
<new />
<subtitles type="teletext" />
<rating system="VCHIP">
<value>TV-PG</value>
</rating>
</programme>
And I have a file in the epg-genres called genre-numbers.txt with the following.
Code:
Genre Numbers set internally by XBMC
0 = other/unknown
16 = moviedrama
32 = news
48 = show
64 = sports
80 = child
96 = music
112 = arts
128 = social
144 = science
160 = hobby
176 = special
192 = other/unknown
208 = other/unknown
224 = other/unknown
240 = other/unknown
Excuse my ignorance on this matter, but I have tried googling this for a while now and I haven't found any answers related to NEXTPVR.
Has anyone got this to work?