Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.79 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!-- Configuration file for WebGrab+Plus, the incremental Electronic-Program-Guide web grabber
  3. by Jan van Straaten, December 2011
  4. Version V1.1.1 -->
  5.  
  6. <settings>
  7. <!-- filename
  8. The path (required) + filename where the epgguide xml file is /will be located. It must include drive and folder. Like C:\ProgramData\ServerCare\WebGrab\guide.xml
  9. If the file already exist (from last run or from another xmltv source) it will read it and use what fits the requested output. In that case the file will be updated. If no such file exist it will be created.
  10. Change the following to your own needs :
  11. -->
  12. <filename>/Users/mike/POS/guide.xml</filename>
  13.  
  14. <!-- modes:
  15. d or debug saves the output xmltv file in a file with -debug addition in the file name . The original xmltv file will be kept.
  16. m or measure measures the time for each updated show or new show added
  17. n = nomark disables the update-type marking (n) (c) (g) (r) at the end of the description
  18. v or verify verifies the result following a channel update
  19. w or wget use wget as grab engine (might improve site recognition in rare cases)
  20. Note that modes can be added in one line, separated by comma's or spaces, or both.
  21. -->
  22. <mode>m</mode>
  23.  
  24. <!-- postprocess:
  25. Optional , specifies which of the available postprocesses should run.
  26. syntax: <postprocess run="" grab="">processname</postprocess>
  27.  
  28. (optional) grab="yes" or "y" or "true" or "on" : grabs epg first (default) ; "no" or "n" or "false" or "off" : skip epg grabbing
  29. (optional) run="yes" or "y" or "true" or "on" : runs the postprocess (default) ; "no" or "n" or "false" or "off" : do not run post process
  30. processname: the process to run :
  31. processname = mdb runs a build in movie database grabber (read / adapt ...\mdb\mdb.confif.xml
  32. processname = rex runs a postprocess that re-allocates xmltv elements (read / adapt ...\rex\rex.config.xml)
  33. examples:
  34. <postprocess run="on" grab="on">mdb</postprocess> grabs first , then run mdb
  35. <postprocess>mdb</postprocess> same as above (uses defaults for grab and run)
  36. <postprocess grab="no">rex</postprocess> runs rex without grab (existing xmltv file)
  37. -->
  38. <postprocess run="y" grab="y">mdb</postprocess>
  39.  
  40. <!-- proxy:
  41. This setting is only required if your computer is connected to internet behind a proxy
  42. specify proxy address as ip:port like <proxy>192.168.2.4:8080</proxy>
  43. or as <proxy>automatic</proxy> which attempts to read the proxy address from your connection settings. If your proxy requires a username and password, add them like
  44. <proxy user="username" password="password">192.168.2.4:8080</proxy>
  45. <proxy>192.168.2.2:8080</proxy>
  46. -->
  47. <proxy>automatic</proxy>
  48.  
  49. <!-- user agent:
  50. The user agent string that is sent to the tvguide website. Some sites require this. Valid values are either
  51. , in which case the program generates a random string, or any other string like <user-agent>Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US)</user-agent> <user-agent>random</user-agent><user-agent>Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US)</user-agent><user-agent>Mozilla/5.0 (Linux; U; Android 0.5; en-us) AppleWebKit/522+ (KHTML, like Gecko) Safari/419.3</user-agent>
  52. -->
  53. <user-agent>Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; yie9)</user-agent>
  54.  
  55.  
  56. <!-- logging:
  57. simply put 'on' in there to start logging, anything else will turn it off
  58. -->
  59. <logging>on</logging>
  60.  
  61. <!--retry
  62. The most simple form of retry defines the amount of times the grabber engine should attempt to capture a web page before giving up and continuing with the next page, like <retry>4</retry>
  63. It is also the place to specify delays between retries and the grabbing of html pages with the following attributes: timeout; the delay between retries (default is 10 sec), channel-delay; the delay between subsequent channels (default is 0), index-delay; the delay between the grabbing of index pages (default is 0), show-delay; the delay between the grabbing of detail show pages (default is 0). In the most complete version it will look like this:
  64. <retry time-out="5" channel-delay="5" index-delay="1" show-delay="1">4</retry> show-delay="2"
  65. -->
  66. <retry time-out="5">4</retry>
  67.  
  68. <!--skip
  69. It takes two values H,m separated by a comma:
  70. The first H : if a show takes more than H hours, it's either tellsell or other commercial fluff, or simply a mistake or error, we want to skip such shows.
  71. The second m : if a show is less or equal than m minutes it is probably an announcement , in any case not a real show.
  72. When entered as <skip></skip> the defaults are 12 hours, 1 minute, same as <skip>12,1</skip>. To disable this function enter or just leave out this entry completely<skip>14, 1</skip><skip>16,1</skip>
  73. -->
  74.  
  75. <skip>noskip</skip>
  76.  
  77. <!--timespan
  78. The timespan for which shows will be grabbed.
  79. It takes one or two values separated by a comma or a space. The first is the number of days (including today) to download, note that 0 is today. The second (optional) is a time specified between 0:00 and 24:00 which will reduce the download to only the one show (per day) which is scheduled around the specified time. Any value between start time (including) and stop time will do
  80. This -one-show-only mode is helpfull if a SiteIni file needs to be debugged
  81. -->
  82. <timespan>0</timespan>
  83.  
  84. <!-- update mode
  85. i or incremental only updates of changes , gabs, repairs and new shows
  86. l or light forces update of today and new shows, rest as incremental
  87. s or smart forces update of today and tomorrow and new shows, rest as light
  88. f or full or force forces full update
  89. If one of these values is entered here it will apply to all channels selected for update
  90. (see channel). This value overrules the value of 'update' for in the individual channels
  91. If no value is entered here the individual 'update' values from the channellist are taken
  92. -->
  93. <update></update>
  94.  
  95. <!-- The channel-list :
  96. Each channel to be grabbed has a separate entry in the list, the most common form is:
  97. <channel update=.. site=.. site_id=.. xmltv_id=.. >display-name</channel>
  98. Besides this form, there is a possibility to specify special channels like 'combi-channels' and 'timeoffset-channels', see further down for more information-->
  99. <!-- Channel list files :
  100. The easiest way to compose this channel-list is to copy the required channels from the channel-list files which can be found in the SiteIni.Pack for nearly every supported tvguide site. -->
  101. <!-- update :
  102. The mode values here can be set for each channel differently if not overruled by the general update setting (see above). Allowed values are as the same as the general update setting. Any other value will be ignored. If any of the allowed values of 'update' is entered, this channel will be updated , no value no update ! In that case the epg data of that channel will remain as it is. -->
  103. <!-- site:
  104. The website to be used to get the EPG from. The value entered here is the name of the .ini file that supplies the specific parameters for the site without .ini extension.
  105. e.g tvgids.nl.ini becomes site="tvgids.nl" and gids.publiekeomroep.nl.ini becomes site="gids.publiekeomroep.nl".-->
  106. <!-- site_id:
  107. This is the number or text used by the site as reference to the correct html page for this channel. It is used by the program to compose the url for the shows for a channel. For nearly all sites supported by the program a channel-list file is provided in the siteini-pack. It list most of the available channels including this site_id -->
  108. <!-- xmltv_id :
  109. The xmltv_id can be any string that suits your needs, you will find it back as the "channel" in your xml file as in :
  110. <programme start="20100218072500 +0200" stop="20100218075500 +0200" channel="RTL7-id"> -->
  111. <!-- display-name: This will be used in the xmltv file to give the channel's displayname. That is the name the epgprogram will use to display the channel. Give it any value you like. It is no problem if site_id , xmltv_id and display-name are equal -->
  112. <!-- Important !
  113. Be aware that all channels entered here will be included in the xmltv channel table even if no update is requested. This allows the update of individual channels without affecting the data of the others in the list. A channel not in this list will be removed from your xmltv listing together with all the show data of it if found there by WebGrab+Plus. (If you use WebGrab+Plus with a xmltv input file from another source, it will remove all data from channels not in this list and create an entry for new channels)
  114. WebGrab+Plus uses the xmltv_id to identify a channel in an existing xmltv file.
  115. -->
  116. <!--Australia-->
  117. <!--yourtv.com, needs cookie file yourtv.cookie.txt, see loadcookie.txt !!-->
  118. <channel update="i" site="dummy" site_id="" xmltv_id="Channel01">Channel 01</channel>
  119.  
  120. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement