Init
This commit is contained in:
37
siteini.pack/Misc/dummy.ini
Executable file
37
siteini.pack/Misc/dummy.ini
Executable file
@@ -0,0 +1,37 @@
|
||||
**------------------------------------------------------------------------------------------------
|
||||
* @header_start
|
||||
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
||||
* @Site: your_site_name
|
||||
* @MinSWversion: V0
|
||||
* none
|
||||
* @Revision 2 - [15/07/2014] Jan van Straaten
|
||||
* added a choice of more than one show per day
|
||||
* @Revision 1 - [21/05/2014] Jan van Straaten
|
||||
* added timezone
|
||||
* @Revision 0 - [22/04/2013] Jan van Straaten
|
||||
* none
|
||||
* @Remarks:
|
||||
* A SiteIni that creates a dummy xmltv guide with one or more show every day
|
||||
* @header_end
|
||||
**------------------------------------------------------------------------------------------------
|
||||
site {cultureinfo=en-GB|timezone=UTC+00:00|maxdays=10.1|charset=utf-8|skip=<skip>noskip</skip>|keepindexpage}
|
||||
url_index {url|http://this-page-intentionally-left-blank.org/} * just an empty page
|
||||
index_showsplit.scrub {single||||} * copies the html page
|
||||
index_showsplit.modify {clear}
|
||||
scope.range {(splitindex)|end}
|
||||
*
|
||||
* the shows for one day:
|
||||
index_variable_element.modify {addstart|00:00-23:59##Full Day Show####} * one show per day example
|
||||
*index_variable_element.modify {addstart|00:00-12:00##First show####12:00-00:00##Second show####} * 2 shows per day example
|
||||
*index_variable_element.modify {addstart|00:00-06:00##Night show####6:00-12:00##Morning show####12:00-18:00##Afternoon show####18:00-00:00##Evening show####} * 4 shows per day example
|
||||
*
|
||||
index_showsplit.modify {addstart()|'index_variable_element'####'index_variable_element'####'index_variable_element'####'index_variable_element'####'index_variable_element'####'index_variable_element'####'index_variable_element'####'index_variable_element'####'index_variable_element'####'index_variable_element'}
|
||||
index_showsplit.modify {replace()|####|\|} * convert to multi
|
||||
end_scope
|
||||
index_start.scrub {single()|||-|-}
|
||||
index_stop.scrub {single()|-||#|#}
|
||||
index_title.scrub {single()|##|||}
|
||||
*index_start.modify {addstart|00:00}
|
||||
*index_stop.modify {addstart|23:59}
|
||||
index_title.modify {addstart|dummy program - }
|
||||
index_description.modify {addstart|Created by WebGrab+Plus, your favorite TVguide Grabber.}
|
||||
Reference in New Issue
Block a user