URL inside an XML file
#1
Guys/ Experts,

can I have a URL inside my shared XML file..
Example:

I have 3 sources of channels using all a URL, they are all working under LiveStreams plugins no problem with those
I need to create one single XML file and shared this file as URL so my family can click on this link only and get the 3 others as sources.

<channel>
<name>[COLOR=FF00CCFF]= NAME OF THE SECTION [/COLOR]</name>
<thumbnail></thumbnail>

<item>
<title>TESTing 1</title>
<thumbnail></thumbnail>
<link>HERE WILL BE THE FIRST LINK</link>
</item>

<item>
<title>TESTing 2</title>
<thumbnail></thumbnail>
<link>HERE WILL BE THE SECOND LINK</link>
</item>


Hopefully I explained it well ...
Reply
#2
Hi, you should post in livestreams section.
As i understand you want one item for several links for the livestreams plugin.

<item>
<title>TESTing</title>
<thumbnail></thumbnail>
<link>HERE WILL BE THE FIRST LINK</link>
<link>HERE WILL BE THE SECOND LINK</link>
</item>

i do this way so if 1st link is down second link is available. There is no limit of links you can put between <item></item>. Thanks
Reply
#3
Thanks alibaba for your replying, my Question is can we have an XML link like this:
I tried these two links and they dont work as well as one link NO, so can we have it like this?

<item>
<title>TESTing</title>
<thumbnail></thumbnail>
<link>http://goo.gl/xxxxx</link>
<link>http://goo.gl/yyyyy</link>
</item>
Reply
#4
try without thumbnail lines
also check your links r working and xbmc compatible
here is working example
<item>
<title>NDTV 24x7</title>
<link>http://bglive-a.bitgravity.com/ndtv/247hi/live/native</link>
<thumbnail>http://4.bp.blogspot.com/-BlPl2ozmP3k/Ty_UhG_3CrI/AAAAAAAAACU/9gKxGkmMG9A/s1600/ndtv_logo.JPG</thumbnail>
</item>

use this and see u able 2 play it
We all think we're pretty smart until we try to turn on someone else's shower
If my suggestions helped you please add my reputation by click +/- button on lower left corner below .it feels good to see efforts being acknowledged
Reply

Logout Mark Read Team Forum Stats Members Help
URL inside an XML file0