Epg7.db python parser?
#1
Hi, I was hoping to save some time and find code for parsing XBMC's EPG Database. Anyone know of one?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#2
(2014-02-27, 01:23)Lunatixz Wrote: Hi, I was hoping to save some time and find code for parsing XBMC's EPG Database. Anyone know of one?

Guess there isn't one available?

When I get some free time I will write a read only parser and post code here...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#3
Can someone point me to a list of Genre codes? I remember finding one once... don't know where It was...

Need to convert xbmc genre code ie. 64 to it's genre type.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#4
https://github.com/xbmc/xbmc/blob/5d6b85...g.cpp#L696

here you'll find the conversion from genre id to the corresponding label

https://github.com/xbmc/xbmc/blob/master...s.po#L8549

here you'll find the label ids.
Reply
#5
(2014-03-19, 12:25)xhaggi Wrote: https://github.com/xbmc/xbmc/blob/5d6b85...g.cpp#L696

here you'll find the conversion from genre id to the corresponding label

https://github.com/xbmc/xbmc/blob/master...s.po#L8549

here you'll find the label ids.

thanks
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply

Logout Mark Read Team Forum Stats Members Help
Epg7.db python parser?0