Search found 493 matches

by alanbirtles
Tue Oct 25, 2011 8:26 pm
Forum: XMLTV GUI V3
Topic: Radio Times returned a zero sized reply for channel....
Replies: 2
Views: 66244

Re: Radio Times returned a zero sized reply for channel....

i'm sorry which channel are you having difficulty with?
by alanbirtles
Sun Oct 16, 2011 9:52 am
Forum: XMLTV GUI V3
Topic: only grabbing some of the channels
Replies: 3
Views: 66927

Re: only grabbing some of the channels

sounds very similar to this issue:
viewtopic.php?f=5&t=1573
try changing channelsToDownload at the top of scripts\uk_digi\uk_digi.lua vto a larger number
by alanbirtles
Thu Oct 13, 2011 8:40 am
Forum: XMLTV GUI V3
Topic: UK RT Altchnames.zip still available?
Replies: 1
Views: 56657

Re: UK RT Altchnames.zip still available?

its built into the latest release
by alanbirtles
Thu Oct 13, 2011 8:37 am
Forum: XMLTV GUI V3
Topic: Current working of DigiGuide Grabber
Replies: 1
Views: 60160

Re: Current working of DigiGuide Grabber

is your password correct in the xmltv gui settings?
by alanbirtles
Fri Sep 02, 2011 8:13 am
Forum: XMLTV GUI V3
Topic: Radio times xmltv format and field names.
Replies: 7
Views: 113832

Re: Radio times xmltv format and field names.

i don't understand what you are asking for
by alanbirtles
Sat Aug 06, 2011 1:29 pm
Forum: XMLTV GUI V3
Topic: Digiguide issue (identified, hopefully easy fix)
Replies: 4
Views: 73373

Re: Digiguide issue (identified, hopefully easy fix)

digiguide may struggle sometimes to generate 20 channels at once which is why I chose 5, but if it works for you then that's fine.
by alanbirtles
Sat Aug 06, 2011 1:27 pm
Forum: XMLTV GUI V3
Topic: Add Misc Tag To Description
Replies: 2
Views: 61633

Re: Add Misc Tag To Description

general help with developing scripts: http://www.birtles.org.uk/xmltv/wiki/index.php/Developing_Scripts to do what you want add 'require("XGUI_Lib")' to the top of lib\xmltv_parse.lua inside the 'if tag.Children["miscellaneous"] then' block add: 'prog.Description = XGUI_Lib.XS.Cat(prog.Description, ...
by alanbirtles
Fri Aug 05, 2011 11:17 pm
Forum: XMLTV GUI V3
Topic: Digiguide issue (identified, hopefully easy fix)
Replies: 4
Views: 73373

Re: Digiguide issue (identified, hopefully easy fix)

just downloaded 515 channels, if there is a group of 5 or more channels with no data in your listings then the grabber may think it has reached the end of the channels and stop downloading
by alanbirtles
Fri Aug 05, 2011 11:03 pm
Forum: XMLTV GUI V3
Topic: Digiguide issue (identified, hopefully easy fix)
Replies: 4
Views: 73373

Re: Digiguide issue (identified, hopefully easy fix)

theres no limitation in XMLTV gui, there may be a limit in digiguide though...
by alanbirtles
Mon Jul 25, 2011 11:05 am
Forum: XMLTV GUI V3
Topic: No Cbeebies and CBBC data
Replies: 5
Views: 78567

Re: No Cbeebies and CBBC data

nothing in the log?
by alanbirtles
Sun Jul 24, 2011 6:56 pm
Forum: XMLTV GUI V3
Topic: No Cbeebies and CBBC data
Replies: 5
Views: 78567

Re: No Cbeebies and CBBC data

it's working for me, try emptying the cache directory and try again
by alanbirtles
Sat Jul 09, 2011 7:32 am
Forum: XMLTV GUI V3
Topic: Latest SVN fixes Radio Times error
Replies: 2
Views: 61207

Re: Latest SVN fixes Radio Times error

3.14.01 out now
by alanbirtles
Sat Jul 09, 2011 7:19 am
Forum: XMLTV GUI V3
Topic: Latest SVN fixes Radio Times error
Replies: 2
Views: 61207

Re: Latest SVN fixes Radio Times error

oops. if something isn't urgent I tend to leave it on svn for a few weeks for people to test before I release, I just forgot to do a release in this instance!
by alanbirtles
Sat Jul 09, 2011 7:17 am
Forum: XMLTV GUI V3
Topic: ITV1 Granada, missing from RT channels list?
Replies: 3
Views: 66736

Re: ITV1 Granada, missing from RT channels list?

try again, it's definitely there
by alanbirtles
Mon Jun 27, 2011 7:23 am
Forum: General
Topic: Pascal LZMA usage sample?
Replies: 3
Views: 75676

Re: Pascal LZMA usage sample?

you are far better off using the c++ version of the lzma sdk. the pascal version is based on the java version and both are quite old compared to the c++