Kodi Community Forum

Full Version: stumped
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Had this add-on working fine within kodi with little to no issues and was very please. decided to try and change the names of the channels and stuff quit working.

attached: zip with m3u and xmltv.xml file [here]

can't seem to figure out where i went wrong. All content is locally provided from my hdhr prime upnp streams.

the m3u playlist consists of channels configured like so. where the channel number at the end and the name is changed.

I know its probably something really simple that I have overlooked. I've taken a few days and tried again but am not sure what I am missing. Thanks in advance for any assistance. Huh

Code:
#EXTM3U
#EXTINF:0,Create
upnp://31748E47-3D37-31CF-9D6B-5341F1AE530E/Channels%2fv133/
#EXTINF:0,CBS
upnp://31748E47-3D37-31CF-9D6B-5341F1AE530E/Channels%2fv702/
#EXTINF:0,ION

watch gallery
Try putting a space after the comma. Other than that, everything looks fine.
Thanks @ned scott I'll try that! If that's it I hand in my forum resignation Sad
@ned scott - I am happy to say that the spacing with the comma was not the issue and I get to keep my forum membership. Sad that I am still where I started.Sad
(2015-03-11, 15:29)bry- Wrote: [ -> ]
Code:
#EXTM3U
#EXTINF:0,Create
upnp://31748E47-3D37-31CF-9D6B-5341F1AE530E/Channels%2fv133/
#EXTINF:0,CBS
upnp://31748E47-3D37-31CF-9D6B-5341F1AE530E/Channels%2fv702/
#EXTINF:0,ION

Try with this,you only write name of channel,You need to add logo Group and epg links to PVR....

Code:
#EXTM3U
#EXTINF:-1 tvg-id="Create" tvg-name="Create" tvg-logo="Create.png" group-title="Australia",Create
upnp://31748E47-3D37-31CF-9D6B-5341F1AE530E/Channels%2fv133/
#EXTINF:-1 tvg-id="CBS" tvg-name="CBS" tvg-logo="CBS.png" group-title="Australia",CBS
upnp://31748E47-3D37-31CF-9D6B-5341F1AE530E/Channels%2fv702/
#EXTINF:-1 tvg-id="ION" tvg-name="ION" tvg-logo="ION.png" group-title="Australia",ION

In settings of this PVR link your folder with logos and EPG then dont forget to reset PVR..
thanks @Angelinas - unfortunately that did not do the trick either.

Sincerely,

still stumped bry-
(2015-03-13, 02:03)bry- Wrote: [ -> ]thanks @Angelinas - unfortunately that did not do the trick either.

Sincerely,

still stumped bry-
I can only show you that my list work,you make mistake 100 %

Image
Image

First I have to change my date to 10.3.2015 (your EPG,is little short ),I dont have logos for all channel (fox5 rename to fox just to see will he show logo)
Put m3u list in my way writen,and most importent your epg must change xmltv.xml is wrong.
You have many errors:
-delete (credits) (/credits)
-delete all <display-name> </display-name> an left just one (with right name)
Code:
    <channel id="IComedy Central.62420.schedulesdirect.org">
        <display-name>Comedy Central CCHD</display-name>
        <display-name>Comedy Central</display-name>
        <display-name>CCHD</display-name>
        <display-name>Comedy Central HD</display-name>
        <display-name>Satellite</display-name>
    </channel>
this how look right version
Code:
    <channel id="IComedy Central.62420.schedulesdirect.org">
        <display-name>Comedy Central</display-name>
    </channel>
then your PVR will work Smile

Compare is the your epg (xmltv.xml) and my picture epg same ...............