2013-04-16, 08:44 PM 
	
	
	
		I'm working on exporting the EPG_GENRES table for the next version of nDroid and noticed the following...The XML format is my own but the question is about the "name" field. For example "Leisure / Hobbies"...did NextPVR do that by concatenating multiple genres? I only ask because I haven't been keeping track of what metabroadcast have been doing since they took over the Radio Times feed. I also can't find any of those multiple genre entries in my current XMLTV file.
Cheers,
Brian
	
	
	
Code:
<epggenre>
    <epg_color>00000000</epg_color>
    <name>Leisure / Hobbies</name>
    <oid>27</oid>
  </epggenre>
  <epggenre>
    <epg_color>00000000</epg_color>
    <name>News / Current Affairs</name>
    <oid>28</oid>
  </epggenre>
  <epggenre>
    <epg_color>00000000</epg_color>
    <name>Music / Ballet / Dance</name>
    <oid>29</oid>
  </epggenre>Cheers,
Brian
 


