• 1
  • 18
  • 19
  • 20(current)
  • 21
  • 22
  • 52
IPTVSimple PVR-addon with XMLTV EGP
Fixed at github. Please, clone repo again.
(2013-08-23, 11:30)nexusle Wrote: tried the new one and get another error:
Now it works to compile and packaging! Thanks!

Big Grin

But if I want to install 1.8.1 I get the error

"Dependencies not met"

I'll try to install in 13.x Gotham (nightly build)
@afedchin,
Is a new version that will work with other pvr addons enabled (especially Tvheadend) is still developed ?
Or maybe this is an issue with XBMC and not in IPTVSimple.
@nexusle, please change in addon.xm following line:
Code:
<import addon="xbmc.pvr" version="1.8.0"/>
to
Code:
<import addon="xbmc.pvr" version="1.8.1"/>
and try install again.
I need more time to sync pvr API.

(2013-08-23, 13:08)nexusle Wrote: But if I want to install 1.8.1 I get the error

"Dependencies not met"

I'll try to install in 13.x Gotham (nightly build)

@dhead, please try version 1.8.1 of the iptvsimple with lastest 13.0-Alpha Gotham
(2013-08-23, 13:28)dhead Wrote: @afedchin,
Is a new version that will work with other pvr addons enabled (especially Tvheadend) is still developed ?
Or maybe this is an issue with XBMC and not in IPTVSimple.
@afedchin,
I'm already on v1.8.1 with a Gotham build from master (later than alpha6).
I'll update my build to latest commit and will try again (although I don't have many hopes).
is it possible to run VLC through pvr.simple.iptv addon? somtething like that: If yes please say where and what to change...

Code:
<playercorefactory>
<players>
   <player name="VLC" type="ExternalPlayer" audio="false" video="true">
     <filename>C:\Program Files\VideoLAN\VLC\vlc.exe</filename>
     <args>"{1}" /fullscreen /close</args>
     <hidexbmc>false</hidexbmc>
     <hideconsole>true</hideconsole>
     <warpcursor>none</warpcursor>
   </player>
</players>
<rules action="prepend">
   <rule filetypes="" filename="http://149.62.176.212/udp/*" player="VLC"/>
</rules>
</playercorefactory>
Unfortunately, isn't possible for pvr.
(2013-08-23, 15:11)afedchin Wrote: Unfortunately, isn't possible for pvr.

shame, now I have to use two players....Confused
(2013-08-23, 13:56)dhead Wrote: @afedchin,
I'm already on v1.8.1 with a Gotham build from master (later than alpha6).
I'll update my build to latest commit and will try again (although I don't have many hopes).

Compiled latset commit from master and I still got issue with Tvheadend channels disappearing.

I've got tv & radio channels set on Tvheadend.
I've got only radio channels set on IPTVSimple.
It is less common for the tv channels from Tvheadend to disappear (although this does happen frequent enough to be annoying).
It is very common for the radio channels from Tvheadend to disappear.
If I remember correctly the problem is when first pvr addon is loaded the PVR manager starts loading second one addon and in same time starts resetting channels that currently not loaded in the pvr manager from second addon. So, I think this is problem in the PVR Manager. I haven't more ideas.
Thanks afedchin,
So I'm guessing the proper place to follow this is
trac.xbmc.org/ticket/14498
@afedchin;

can you add function to pvr for autoreconnect if the stream switch off? I think this is possible.....
Is there changelog somewhere?
Big Grin 
(2013-08-23, 13:33)afedchin Wrote:
Code:
<import addon="xbmc.pvr" version="1.8.0"/>
to
Code:
<import addon="xbmc.pvr" version="1.8.1"/>
and try install again.

Thanks! This works!
@afedchin;

please, add the function to pvr for autoreconnect if the stream switch off....
  • 1
  • 18
  • 19
  • 20(current)
  • 21
  • 22
  • 52

Logout Mark Read Team Forum Stats Members Help
IPTVSimple PVR-addon with XMLTV EGP14