@ygracs/xmltv-lib-js
v0.0.29
Published
A library for handling an EPG-sources based on an XMLTV-format
Readme
|rev.:|0.0.3| |:---|---:| |date:|2023-07-11|
Introduction
This module provide a base functionality for handling an EPG-sources based on XMLTV-format.
Use cases
Installation
npm install @ygracs/xmltv-lib-js
Current limitations
For now there is no support (or support is limited) for some elements defined on XMLTV-format (a definition of the XMLTV-document you can see here).
<channel> element
For <channel> element by now there are those limitations:
- only single
<icon>element is supported; - for
urlelementsystemattribute is not supported.
<programme> element
For <programme> element by now there are those limitations:
- for element following attributes are not supported:
pdc-start,vps-start,showview,videoplusandclumidx; - for element are not supported following child elements:
credits,date,keyword,language,orig-language,lenth,icon,url,country,episode-num,video,audio,previously-shown,premiere,last-chance,new,subtitles,review,image; - only single
<rating>element is supported; - for
ratingelementsystemattribute is not supported; - for
ratingelement<icon>child element is not supported; - only single
<star-rating>element is supported; - for
star-ratingelementsystemattribute is not supported; - for
star-ratingelement<icon>child element is not supported.
