Hello everybody.
Is there any way to search the entire site ini pack for an epg source. I have a channel called Rewind TV and cannot find any epg source for it. Its a UK free to air channel
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
well you could try searching the epg channels page(tab on top forums) but just because its not there doesnt mean epg dont exist.
its just not in the list(maybe because its a new channel?).
what i usually do is search the channel with google(rewind tv uk)
this told me tvguide.co.uk.ini has it.
made a new channel list and voila..
<channel update="i" site="tvguide.co.uk" site_id="rewind-tv" xmltv_id="Rewind TV">Rewind TV</channel>
Wow, thanks blackbear, However i get this error
Access to the path '/home/chris/.wg++/robots/www.tvguide.co.uk.robots' is denied.
at System.IO.FileSystem.DeleteFile(String fullPath)
at . . (String, )
at .‥. (String[])
Unhandled Exception
using V5.1.0.0
Think I fixed it. the robots file had a disallow line, changed to allow and seems to work now
Should I make the robote file read only now its working, as suggested by others?
add ! to your mode settings.
this disables the robot check,its a undocumented setting.
Thanks your a star
another undocumented mode setting is #
this disables the wg report you see in your log.
it hasnt been enabled on the server for years but will get rid of the msg in your log file.
hello again,
Sorry to be a dummy. my mode setting in the config file is nomark
Do i simply change it to !
add as additional setting, as per docs a space or comma is acceptable.
<mode>!,n</mode>
i always run..
<mode>!,#,m,n</mode>
Thanks again. A case of RTFM I think thanks so much for your help promise to read the manual
m measures the time for a grab.something u may not be interested in.
as a developer i choose to have it,again see the doc's for the full list of mode settings.