-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathitems_example.xml
More file actions
35 lines (31 loc) · 1.72 KB
/
items_example.xml
File metadata and controls
35 lines (31 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<items>
<items_info> <!-- this is opitonal -->
<title>Testing XML</title> <!-- a title is required, other elements are optional -->
<genre>News</genre>
<description>this is the descripton string</description>
<thumbnail>http://community-links.googlecode.com/svn/icons/news-icon.png</thumbnail>
<fanart>http://community-links.googlecode.com/svn/icons/news-fanart.jpg</fanart>
<date>04.01.2013</date>
<credits>divingmule, Johnny Cache</credits>
</items_info>
<item>
<title>POKER CHANNEL</title>
<link>mms://some/place/pokerchannel</link>
<thumbnail>http://channel.png</thumbnail>
<genre>Poker</genre>
<info>The Poker Channel – Europe’s largest dedicated gaming TV network is available online to a global audience, and to more than 30 million cable and satellite homes in Europe and Latin America.</info>
<date>07.12.2011</date> <!-- format - dd.mm.yyyy -->
<epg></epg> <!-- See daschacka's post - http://forum.xbmc.org/showpost.php?p=936228&postcount=1076 -->
<fanart>http://fanart.jpg</fanart>
</item>
<item>
<title>NHK - World</title>
<link>rtmp://some/place playpath=nhkworldhd swfUrl="http://player.0.3.6.2.swf" pageUrl="http://nhkworld/r/movie/" swfVfy=true live=true</link>
<thumbnail>http://header_logo.gif</thumbnail>
</item>
<item>
<title>BBC World</title>
<link>rtmp://some/place playpath=bbcworld1_en_high.sdp swfUrl="http://some/place/player.swf" pageUrl="http://some/place/10-bbc-world-news-english" swfVfy=true live=true</link>
<thumbnail>http://some/place.jpg</thumbnail>
</items>