Init
This commit is contained in:
54
siteini.pack/Networks/tvguide.com_info.txt
Executable file
54
siteini.pack/Networks/tvguide.com_info.txt
Executable file
@@ -0,0 +1,54 @@
|
||||
|
||||
tvguide.com, uses 2 major settings, to get tv listings
|
||||
|
||||
A. By time zone (Eastern, Central, Mountain, Pacific, Alaskan, Hawaiian)
|
||||
B. By zip code and provider
|
||||
|
||||
All the 2 versions are supported by this siteini. But they all have to be configured differently.
|
||||
So pick the one for your situation and follow the instructions.
|
||||
|
||||
##################################################################################################
|
||||
# A. By time zone (Eastern, Central, Mountain, Pacific, Alaskan, Hawaiian) #
|
||||
##################################################################################################
|
||||
This is the most simple of all.
|
||||
There is already a tvguide.com_channels_byTimezone.xml file created for you, with all the available channels in it.
|
||||
So you must just copy the channels you want into your WebGrab++.config.xml. Thats it.
|
||||
|
||||
|
||||
|
||||
##################################################################################################
|
||||
# B. By zip code and provider #
|
||||
##################################################################################################
|
||||
For this configuration, we first have to create 2 additional file.
|
||||
The first one, will contain all the providers you can choose, for your zip code
|
||||
The second one, will contain all the channels for a specific provider
|
||||
Before you start, it is best to make a copy of your original WebGrab++.config.xml and delete all the channels in it to start from
|
||||
|
||||
------------------------------------------------
|
||||
Generate the providers list
|
||||
------------------------------------------------
|
||||
01. open tvguide.com.ini with a text editor (An excellent free-ware one is NotePad++)
|
||||
02. locate the PROVIDER FILE CREATION part (somewhere at the bottom)
|
||||
03. remove the FIRST * in all the lines between @auto_xml_provider_start and @auto_xml_provider_end
|
||||
04. in the WebGrab++.config.xml file, add a dummy channel, with your zip code placed in the site_id part: eg. for zip code = 11375
|
||||
<channel update="i" site="tvguide.com" site_id="11375" xmltv_id="srvID generation">srvID generation</channel>
|
||||
05. run WG++ once.
|
||||
06. you should get a tvguide.com.channels.xml file in the same directory as the .ini file
|
||||
07. rename this file to tvguide.com.providers.xml
|
||||
08. put the first * back in all the lines between @auto_xml_provider_start and @auto_xml_provider_end (=reverting step 03)
|
||||
09. remove the dummy channel in you WebGrab++.config.xml file (=reverting step 04)
|
||||
|
||||
------------------------------------------------
|
||||
Generate the channels list
|
||||
------------------------------------------------
|
||||
10. open tvguide.com.ini with a text editor (An excellent free-ware one is NotePad++)
|
||||
11. locate the CHANNEL FILE CREATION part (somewhere at the bottom)
|
||||
12. remove the FIRST * in all the lines between @auto_xml_channel_start and @auto_xml_channel_end
|
||||
13. open the tvguide.com.providers.xml and select your provider you want (copy that line)
|
||||
14. in the WebGrab++.config.xml file, paste the provider line form step 13 : eg.
|
||||
<channel update="i" site="tvguide.com" site_id="60768.1" xmltv_id="Cable - Time Warner Cable (Queens) - Standard Cable">Cable - Time Warner Cable (Queens) - Standard Cable</channel>
|
||||
15. run WG++ once.
|
||||
16. you should get a tvguide.com.channels.xml file in the same directory as the .ini file
|
||||
17. put the first * back in all the lines between @auto_xml_channel_start and @auto_xml_channel_end (=reverting step 12)
|
||||
18. remove the provider line in you WebGrab++.config.xml file (=reverting step 14)
|
||||
19. use the tvguide.com.channels.xml to set up your WebGrab++.config.xml file (it contains all the channels for your provider)
|
||||
Reference in New Issue
Block a user