Recent Changes - Search:

LiveStreamsPro

PmWiki

pmwiki.org

edit SideBar

ExternalLinks

External xml or m3u files can be referenced via external link.

Example:

<item>
    <title>shani test</title>
    <link>http://Ignoreme</link>
    <externallink>https://github.com/Shani-08/ShaniXBMCWork/raw/master/other/livestreamchanges/testfile.xml</externallink>
</item>


And since version 2.5.2 headers in externallink are supported using the | (pipe) sign.
Example:
<item>
    <title>[B][COLOR darkorange]M3U Playlist[/COLOR][/B]</title>
    <link>nolink</link>
    <externallink>http://myhost.info/myplaylist.m3u$$TSDOWNLOADER$$|User-Agent=VLC/2.2.1 LibVLC/2.2.17&amp;Icy-MetaData=1</externallink>
</item>
You can also have multiple external links. See Channel and Items.

With version 2.4.8 regex is also possible in <externallink>

Example:
<item>
<title>Es la manana de Federico</title>
<link>http://ignore.me</link>
<thumbnail>http://s.libertaddigital.com/esradio/programa/375/0/1.png</thumbnail>
<externallink>$doregex[losantos]</externallink>
<regex>
<name>losantos</name>
<expres>$pyFunction:myFunctions.losantosAudiosXml( page_data)</expres>
<page />
</regex>
</item>
To play m3u file with f4mTester using <externallink>

Example:
<item>
<title>externallink</title>
<link>ignoreme</link>
<externallink>http://server.org:8000/get.php?username=abcdefg&amp;password=123456&amp;type=m3u&amp;output=ts$$TSDOWNLOADER$$</externallink>
</item>
Courtesy of goldonx.

Edit - History - Print - Recent Changes - Search
Page last modified on May 14, 2017, at 05:10 PM
Free Web Hosting