Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: TVTV documentation? Plugin improvements?



I dumped some of the XML stuff that comes back from TVTV - in fact, it
doesn't seem to send a "delete" message (though I thought I'd seen something
like that somewhere).

The DTD looks something like this - so far I've seen eventtype="rec":
<!ELEMENT epg_schedule (epg_schedule_entry*)>
<!ATTLIST epg_schedule	seqnumber	CDATA		#REQUIRED>
<!ATTLIST epg_schedule	version		CDATA		#REQUIRED>
<!ATTLIST epg_schedule	charset		CDATA		#REQUIRED>

<!ELEMENT epg_schedule_entry
(title?,description?,nature?,character?,format?,pg?)>
<!ATTLIST epg_schedule_entry	uid		CDATA		#REQUIRED>
<!ATTLIST epg_schedule_entry	channel		CDATA		#REQUIRED>
<!ATTLIST epg_schedule_entry	starttime	CDATA		#REQUIRED>
<!ATTLIST epg_schedule_entry	endtime		CDATA		#REQUIRED>
<!ATTLIST epg_schedule_entry	vpstime		CDATA		#IMPLIED>
<!ATTLIST epg_schedule_entry	device		CDATA		#IMPLIED>
<!ATTLIST epg_schedule_entry	eventtype	CDATA		#IMPLIED>
<!ATTLIST epg_schedule_entry	priority	CDATA		#IMPLIED>
<!ATTLIST epg_schedule_entry	quality		CDATA		#IMPLIED>
<!ATTLIST epg_schedule_entry	frequency	CDATA		#IMPLIED>

<!-- optional epg data -->

<!ELEMENT title (#PCDATA)>
<!ELEMENT description (#PCDATA)>
<!ELEMENT nature (#PCDATA)>
<!ELEMENT character (#PCDATA)>
<!ELEMENT format (#PCDATA)>
<!ELEMENT pg (#PCDATA)>



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index