2013-03-06, 23:35
Thanks Tommy - got it. I can set up streams for my channels so should be good-to-go. It'd be nice to see the PVR EPG eventually looking and functioning as well as yours.
(2013-03-08, 17:51)jimbow Wrote: Someone mentioned source.db not updating when xmltv.xml changes. I have the opposite problem. Source.db updates for me, apparently once a day, whether it needs to or not.
My xmltv.xml file spans two weeks (the default for mc2xml), but every night when I want to watch the news, I must wait for three or four minutes while source.db gets populated. I think this happens once a day, but don't quote me. Once source.db is repopulated, it seems to hold through the rest of the evening.
That would be tolerable, but existing source.db data aren't discarded. Instead, source.db is augmented with duplicate entries. After three days, ghost text scrolls through the grid (mentioned by someone else), the grid display slows to a crawl, taking several seconds to advance to the next page, and highlighting goes wonky (perhaps because of the duplicate entries within each cell).
If I remove source.db, now bloated to four or five times its original size, it's rebuilt from scratch, and after three or four minutes, it's as good as new. I've searched the sources and xml config files until my eyes are bleeding. Any advice, Tommy?
Jim W.
<?xml version="1.0" encoding="UTF-8"?>
<tv generator-info-name="Web">
<channel id="custom1">
<display-name lang="en">A1</display-name>
<url></url>
</channel>
<channel id="custom2">
<display-name lang="en">A2</display-name>
<url></url>
</channel>
<programme start="20130310050000 +0100" stop="20190812060000 +0100" channel="custom1">
<title lang="en">the</title>
<desc lang="en">live</desc>
</programme>
<programme start="20130310050000 +0100" stop="20190812060000 +0100" channel="custom2">
<title lang="en">the</title>
<desc lang="en">live</desc>
</programme>
</tv>
(2013-03-14, 01:09)djgonzo81 Wrote: . I'm working on a powershell script which keeps my xml file up to date, and adds my hdhomerun upnp address, as well as hides the channels which I'm not subscribed to.
(2013-03-14, 01:51)bry- Wrote:(2013-03-14, 01:09)djgonzo81 Wrote: . I'm working on a powershell script which keeps my xml file up to date, and adds my hdhomerun upnp address, as well as hides the channels which I'm not subscribed to.
Sounds cool. Interested in this
(2013-03-18, 15:13)patria o muerte Wrote: Hi,
how can i do to add channel icons in the epg guide?
I use a xmltv guide file.
Thanks.