Kodi Community Forum

Full Version: IPTVSimple PVR-addon with XMLTV EGP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Are you just using that with HDHR? Does that support internet streams such as RTSP/RTMP/etc? If it supports streams and HDHR as well, I may switch to that as well so I can have all my channels in one place.
(2013-08-01, 01:51)CrimsonGT Wrote: [ -> ]Are you just using that with HDHR? Does that support internet streams such as RTSP/RTMP/etc? If it supports streams and HDHR as well, I may switch to that as well so I can have all my channels in one place.

Yes, I am. I use the TVHeadend on my NAS. Have HDHomerun driver installed. On the nas in the TVHeadend software I run the channel scan, etc. Works excellent. Even all EPG information is grabbed by the software as it reads it all from the channel information.

On XBMC I have the TVHeadend front installed. It comes with OpenELEC. Just fill in the information on where the backend server is and that's it. It runs excellent and is easy to setup.

Not sure TVHeadend supports internet streams. But you can always add another addon for just the internet streams.
@afedchin,

I've encounter a strange issue on XBMC Linux 12.2, IPTVSimple v0.1.5.
While playing a radio channel in Visualization window (of course full screen, no MusicOSD) I opened the PVRChannelsOSD (press 'C' key) window and select another radio channel and XBMC stop the current played stream and doesn't start the new stream.


I don't have this issue with radio channels from Tvheadend.

Log:
http://xbmclogs.com/show.php?id=41595
@dhead,

Thanks for your report. This is a bug xbmc 12.2 and occurs with tv channels also if using pvr addons (pvr.demo, pvr.iptvsimple, pvr.mediaportal.tvserver) which provide an url of stream to the xbmc instead of open it by self. Fix is already in master.
Thanks afedchin Smile
EPG for Ex-Yu channels, URL address of XML file

http://nightwolf.mzzhost.com/epg.xml

XML is update every day

Please give me AWARD!!!
(2013-07-18, 15:22)Maniac Wrote: [ -> ]Does the latest nightly build include the fix for EPG without BOM-headers?
Thanks

Any news on this?
Thanks
Look after the PR please https://github.com/opdenkamp/xbmc-pvr-addons/pull/205 Once it is merged, the nightly will be include the fix.

Thanks.

(2013-08-06, 09:22)Maniac Wrote: [ -> ]
(2013-07-18, 15:22)Maniac Wrote: [ -> ]Does the latest nightly build include the fix for EPG without BOM-headers?
Thanks

Any news on this?
Thanks
Read posts at the first page of the thread.

(2013-08-06, 09:50)Han9riasf Wrote: [ -> ]I don't have any example on how it should look like.
For DVBLink there exists a m3u link for "TV Recordings". Is it possible to implement an option to set this m3u additional to the channels m3u to get all DVBLink recordings shown in the addon?

Link for Channels:
Code:
http://user:[email protected]:8080/mobile/?command=get_playlist_m3u

Link for Recordings:
Code:
http://user:[email protected]:8080/mobile/?command=get_recordedtv_m3u

PS: Your plugin works great with DVBLink. And if anybody adjust his own channels m3u he'll get all the features of your addon Smile

greets
OK, everything works fine for me except 1 annoying thing.
I use two PVR backends - IPTV Simple and TVHeadend and channels from both backends are mixed together.
I'd like to have channels from tvheadend displayed first, and then ones from iptvsimple. Previously i was using demo pvr addon and i started numbering channels from 100 there.
Actually i got no idea how to change channel numbering in iptvsimple, or how to specify channel number in m3u file? Is it even possible?

Thanks!
ok, I discovered an issue on this addon:

in the epg (xml file) the addon cannot read when you have different timezone for the channels. For example :

</programme>
<programme start="20130811200000 +0100" stop="20130811220000 +0100" channel="Sky Movies Comedy">

This mean that the program begin at 20:00:00 + 0100(9pm) and finish at 22:00:00 +0100(11pm) on 2013.08.11

This addon cannot read this information. Just read 20130811200000 and show the information that starts at 8pm and finish at 10pm.

Anyone have the same issue or know how to fix it?? I have differents timezone channels and I use webgrabberplus...

Any help??

EDIT: Ok, I found that tvg-shift solves the problem
@nexusle,
Interesting idea. Thanks.

@belliash,
In new version of addon there is a setting for set up start number of channel numbering. Unfortunately, new version has not yet been merged into the master.
@afedchin: Yep, i found that. Anyway i can build it myself on Linux. Unfortunately i would need Windows binary too... Can someone share it for me?
What version of xbmc do you use?