Skip to content

Commit

Permalink
Merge pull request #2 from awiouy/56.27pre-20160721
Browse files Browse the repository at this point in the history
56.27pre 20160721
  • Loading branch information
awiouy authored Jul 24, 2016
2 parents 376bd65 + cafd600 commit 8bae4b4
Show file tree
Hide file tree
Showing 14 changed files with 817 additions and 264 deletions.
7 changes: 4 additions & 3 deletions config/WebGrab++.config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The path (required) + filename where the epgguide xml file is /will be located.
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.
Change the following to your own needs :
-->
<filename>/storage/.kodi/userdata/addon_data/service.webgrabplus/guide.xml</filename>
<filename>/storage/.kodi/userdata/addon_data/service.webgrabplus/guide_wgp.xml</filename>

<!-- modes:
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.
Expand All @@ -35,7 +35,7 @@ examples:
<postprocess>mdb</postprocess> same as above (uses defaults for grab and run)
<postprocess grab="no">rex</postprocess> runs rex without grab (existing xmltv file)
-->
<postprocess run="y" grab="y">mdb</postprocess>
<postprocess run="n" grab="y">mdb</postprocess>

<!-- proxy:
This setting is only required if your computer is connected to internet behind a proxy
Expand Down Expand Up @@ -79,7 +79,7 @@ The timespan for which shows will be grabbed.
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
This -one-show-only mode is helpfull if a SiteIni file needs to be debugged
-->
<timespan>0</timespan>
<timespan>1</timespan>

<!-- update mode
i or incremental only updates of changes , gabs, repairs and new shows
Expand Down Expand Up @@ -113,4 +113,5 @@ The xmltv_id can be any string that suits your needs, you will find it back as t
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)
WebGrab+Plus uses the xmltv_id to identify a channel in an existing xmltv file.
-->
<channel update="i" site="telerama.fr" site_id="111" xmltv_id="Arte">Arte</channel>
</settings>
3 changes: 0 additions & 3 deletions config/guide.xml

This file was deleted.

4 changes: 2 additions & 2 deletions config/mdb/mdb.config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ examples :
<!--xmltv file : The xmltv target file in which the mdb data will be merged with the grabbed EPG.
Because of the incremental nature of the grabbing process this file must be different (name and/or path) from the target file of the grabbing as specified in WebGrab++.Config.xml <filename> !!
If omitted here or if by mistake the same file is specified , the file path will be changed to C:\ProgramData\ServerCare\WebGrab\mdb\ -->
<filename>/storage/.kodi/userdata/addon_data/service.webgrabplus/mdb/guide.xml</filename>
<filename>/storage/.kodi/userdata/addon_data/service.webgrabplus/guide_mdb.xml</filename>

<!--local MDB data file
The file that stores the mdb data locally with the intention to re-use already grabbed data which will speed up the grabbing of the mdb data.
Expand All @@ -53,7 +53,7 @@ If not specified no MDB data file will be used.
update="i" , incremental, only the selected shows will be saved in the local MDB data file
update="f" , all shows will be kept and new shows added. This is the prefered update mode.
(Over time this MDB data file could grow to an unpractical size with update="f". Unpractical if the time to match a selected show in this file exceeds the time to do the same online). -->
<ldbfilename update="f">/storage/.kodi/userdata/addon_data/service.webgrabplus/mdb/mdb.xml</ldbfilename>
<ldbfilename update="f">/storage/.kodi/userdata/addon_data/service.webgrabplus/mdb.xml</ldbfilename>

<!--Selection :
selectmovie and/or selectserie: the imdb postprocessor selects shows from the xmltv file for which imdb data will be attempted to optain based on these two selection settings.
Expand Down
2 changes: 1 addition & 1 deletion config/rex/rex.config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WebGrab+Plus Version V1.1.1
<!--xmltv file : The xmltv target file in which the updated data will be merged with the grabbed EPG.
Because of the incremental nature of the grabbing process this file must be different (name and/or path) from the target file of the grabbing as specified in WebGrab++.Config.xml <filename> !!
If omitted here or if by mistake the same file is specified, the file path will be changed to C:\ProgramData\ServerCare\WebGrab\Rex\-->
<filename>/storage/.kodi/userdata/addon_data/service.webgrabplus/rex/guide.xml</filename>
<filename>/storage/.kodi/userdata/addon_data/service.webgrabplus/guide_rex.xml</filename>

<!-- Configuration of the elements: -->
<!-- Content and Values:-->
Expand Down
Loading

0 comments on commit 8bae4b4

Please sign in to comment.