summaryrefslogtreecommitdiff
path: root/p2pvr/cron/sched.xml
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/cron/sched.xml')
-rw-r--r--p2pvr/cron/sched.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/p2pvr/cron/sched.xml b/p2pvr/cron/sched.xml
new file mode 100644
index 0000000..db438d3
--- /dev/null
+++ b/p2pvr/cron/sched.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<block name="importSchedule" xmlns:p2="http://project2.randomdan.homeip.net">
+ <p2:library path="scanner/bin/gcc-4.5.2/debug/libp2pvr-scan-p2.so" />
+ <p2:eitrows name="schedule" demux="/dev/dvb/adapter0/demux0" />
+ <p2:view name="showSchedule" source="schedule" rootname="sched" recordname="show">
+ <columns>
+ <column name="title">title</column>
+ <column name="titleLang" source="attribute">titleLang</column>
+ <column name="subtitle" source="attribute">subtitle</column>
+ <column name="subtitleLang" source="attribute">subtitleLang</column>
+ <column name="serviceID" source="attribute">serviceID</column>
+ <column name="descLang" source="attribute">descLang</column>
+ <column name="desc1" source="attribute">desc1</column>
+ <column name="desc2" source="attribute">desc2</column>
+ <column name="desc3" source="attribute">desc3</column>
+ <column name="videoAspect" source="attribute">videoAspect</column>
+ <column name="audioChannels" source="attribute">audioChannels</column>
+ <column name="language" source="attribute">language</column>
+ <column name="teletextSubtitleLang" source="attribute">teletextSubtitleLang</column>
+ <column name="category" source="attribute">category</column>
+ <column name="dvbRating" source="attribute">dvbRating</column>
+ <column name="contentIdentType" source="attribute">contentIdentType</column>
+ <column name="contentIdent" source="attribute">contentIdent</column>
+ <column name="startTime" source="attribute">startTime</column>
+ <column name="stopTime" source="attribute">stopTime</column>
+ <column name="serviceID" source="attribute">serviceID</column>
+ </columns>
+ </p2:view>
+</block>