File size: 2,970 Bytes
27867f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
46
47
48
<head>
    <title>Cabernet Home Page</title>
</head>
<body>
    <h2>Cabernet</h2>
    <p>This is a list of interfaces provided by Cabernet.
        If it states HDHR, then the interface matches that of HDHomerun tuners.
    <ul>
        <li><a class="button-link emby-button" href="/device.xml" target="_blank">/device.xml: DLNA/SSDP device description response</a>
        <li><a class="button-link emby-button" href="/discover.json" target="_blank">/discover.json: HDHR, app metadata</a>
        <li><a class="button-link emby-button" href="/lineup_status.json" target="_blank">/lineup_status.json: HDHR, stream source data</a>
        <li><a class="button-link emby-button" href="/lineup.json" target="_blank">/lineup.json: HDHR, channel list in JSON format</a>
        <li><a class="button-link emby-button" href="/lineup.xml" target="_blank">/lineup.xml: HDHR, channel list in XML format</a>
        <li><a class="button-link emby-button" href="/xmltv.xml" target="_blank">/xmltv.xml: XMLTV formatted EPG</a>
        <li><a class="button-link emby-button" href="/channels.m3u" target="_blank">/channels.m3u: M3U formatted channel list</a>
        <li><a class="button-link emby-button" href="/playlist" target="_blank">/playlist M3U formatted channel list</a>
        <li><a class="button-link emby-button" href="/config.json" target="_blank">/config.json: JSON list of most config parameters</a>
        <li>/watch/#uid: Tunes stream to Channel ID requested</li>
        <li>/auto/v#chnum: HDHR, Tunes stream to Channel Number requested</li>
    </ul>

    All links above have the same ability to apply to any plugin.  You can request the data filtered
    for a plugin or for an instance of the plugin.<br><br>
    

    <h3>Examples of URLs</h3>
    <pre>    http://idaddress:6077/PlUtotV/DeFauLt/channel.m3u</pre>
    will generate a list of channels for the PlutoTV:default instance while
    <pre>    http://idaddress:6077/M3U/channel.m3u</pre>
    generates a list of channels for all instances of the M3U plugin, combined.
    To get an EPG for everything under XUMO
    <pre>    http://idaddress:6077/Xumo/xmltv.xml</pre>   
    To get a M3U formatted channel list of M3U:Stirr
    <pre>    http://idaddress:6077/m3u/sTirR/playlist or
    http://idaddress:6077/m3U/sTirR/channels.m3u</pre>   
    To get EPG for all plugins in Cabernet
    <pre>    http://idaddress:6077/xmltv.xml</pre>

    For TVHeadend, it would be appropriate to create a network for each plugin or plugin:instance.<br>
    For Plex, you can create a TV Source and Guide Data for all or per plugin<br>
    For Emby and JellyFin, you can create a TV Source and Guide Data for all, per plugin, or plugin:instance.

    Setting up the HDHomeRun connection with Emby, Plex or JellyFin, you can use the following link<br>
    http://ipaddress:6077 or http://ipaddress:6077/PlutoTV<br>
    for plutotv only channels. When requested, use the full url to identify the xmltv.xml file

</body>