C++ PVR with inputstream.adaptive

Hi, I am trying to build a "native" pvr addon which could open stream with inputstream adaptive interface.

I use a python addon version for doing that right now but I want to move to "native' for better epg integration.

For now I can't find out how I can implement this. Do I simply need to add inputsream add-ons parameter on the channel.strStreamURL or something else?

Some guidances will be very helpful.

thanks

Metropolis 3.4.3 small font issue!

Hi Jingai,

I installed Metropolis 3.4.3 and I don't know if my eyes are playing tricks on we or what but the font size has gotten smaller for the "finish time" and "playing and total time" as well.

Any chance you can make both of them a little bigger again and a little closer to the size they were before? Because they are kind of hard to see now unless I am really sit close to the TV.

Did you make them smaller or did my eyes get worse over night? Smile lol

Thanks

Poland Polsat + Sky Germany iptv beIN HBO

#EXTINF:-1,Polonia 1 http://185.39.194.17:2221/play/116956 #EXTINF:-1,Planete+ Polska http://185.39.194.17:2224/play/44406 #EXTINF:-1,MiniMini+ http://185.39.194.17:2224/play/44407 #EXTINF:-1,TVP Sport http://185.39.194.17:2224/play/44402 #EXTINF:-1,TVP 3 Warszawa (TVP Regionalna) http://185.39.194.17:2224/play/44411 #EXTINF:-1,nSport+ http://185.39.194.17:2224/play/44408 #EXTINF:-1,TVP Info http://185.39.194.17:2224/play/44410 #EXTINF:-1,Discovery Channel Polska http://185.39.194.17:2224/play/47315 #EXTINF:-1,Kino Polska http://185.39.194.17:2224/play/44405 #EXTINF:-1,TV Puls http://185.39.194.17:2224/play/44462 #EXTINF:-1,TVP Historia http://185.39.194.17:2225/play/53524 #EXTINF:-1,HBO 2 HD Polska http://185.39.194.17:2225/play/53593 #EXTINF:-1,Sport Klub Polska http://185.39.194.17:2225/play/53520 #EXTINF:-1,TVP ABC http://185.39.194.17:2225/play/53509 #EXTINF:-1,Discovery Historia Polska http://185.39.194.17:2225/play/53506 #EXTINF:-1,Kino Polska Muzyka http://185.39.194.17:2225/play/53502… Read More »

Streams not showing in the right ratio

Hi there,

I'm having a big issue with streams on my android box, they are coming out all squished like its trying to display them on a mobile thats vertical kodi its self shows full screen and properly its just the streams that dont, i have tested the streams online and know they they are the correct ratio so i think it must be kodi but for the life of me i cannot change the ratio settings

[Image: IMG_20170630_184834.jpg]

Albania European + Russia m3u8 vlc iptv list

#EXTINF:0,1+1 http://91.214.82.201:8800/83 #EXTINF:0,1+1 Internationa http://91.214.82.201:8800/87 #EXTINF:0,2+2 http://91.214.82.201:8800/68 #EXTINF:0,34 http://91.214.82.201:8800/69 #EXTINF:0,Animal Planet http://91.214.82.201:8800/8 #EXTINF:0,Animal Planet HD http://91.214.82.201:8800/151 #EXTINF:0,ATR http://91.214.82.201:8800/111 #EXTINF:0,Belarus 24 http://91.214.82.201:8800/103 #EXTINF:0,Bigudi http://91.214.82.201:8800/88 #EXTINF:0,Black Sea TV http://91.214.82.201:8800/72 #EXTINF:0,BRIDGE TV http://91.214.82.201:8800/152 #EXTINF:0,BRIDGE TV Classic http://91.214.82.201:8800/160 #EXTINF:0,BRIDGE TV Dance http://91.214.82.201:8800/159 #EXTINF:0,Channel 5 (Ukraina) http://91.214.82.201:8800/107 #EXTINF:0,CTC-LOVE+0 http://91.214.82.201:8800/102 #EXTINF:0,Discovery Channel http://91.214.82.201:8800/7 #EXTINF:0,Discovery Scienc http://91.214.82.201:8800/18 #EXTINF:0,Donbass http://91.214.82.201:8800/74 #EXTINF:0,DTX http://91.214.82.201:8800/126 #EXTINF:0,Eko… Read More »

NFO files containing a mix of XML and URL

http://kodi.wiki/view/NFO_files/Movies

Video .nfo files containing a mix of XML and URL

"By default the xml entry is added to the scraped entry in the database and may result in some duplicates."

This is exactly the action that I want ... and it doesn't happen for actors. When I try to add actors using and NFO all the original actors disappear.

I used the following:

Code:
<?xml version="1.0" encoding="UTF-8" ?>
<Movie>
    <actor>
        <name>Gipper</name>
        <role>TestActor</role>
        <order>0</order>
        <thumb>smb://KODI-PC/K/Movies/Gipper.jpg</thumb>
    </actor>
</Movie>
https://www.themoviedb.org/movie/389

...and I only ended up with Gipper.

Perhaps this is a bug and not a feature request but I don't see where to report bugs.

MC

NFO files containing a mix of XML and URL

http://kodi.wiki/view/NFO_files/Movies

Video .nfo files containing a mix of XML and URL

"By default the xml entry is added to the scraped entry in the database and may result in some duplicates."

This is exactly the action that I want ... and it doesn't happen for actors. When I try to add actors using and NFO all the original actors disappear.

I used the following:

Code:
<?xml version="1.0" encoding="UTF-8" ?>
<Movie>
    <actor>
        <name>Gipper</name>
        <role>TestActor</role>
        <order>0</order>
        <thumb>smb://KODI-PC/K/Movies/Gipper.jpg</thumb>
    </actor>
</Movie>
https://www.themoviedb.org/movie/389

...and I only ended up with Gipper.

Perhaps this is a bug and not a feature request but I don't see where to report bugs.

MC

Kodi 17.3 – Episodes (TVShows) watched status propertys not updated

After watching an episode of a TV Show and returning from player (fullscreen) to library automatically (via kodi as default when episode ends; normal), these propertys aren't updated until library returns to TV Shows level.

OR at least it isn't updating for python to use, ie.

Code:
stot = int(xbmc.getInfoLabel('ListItem.Property(TotalEpisodes)'))
wtot = int(xbmc.getInfoLabel('ListItem.Property(WatchedEpisodes)'))

I see no change in these propertys unless I navigate to show level then re-enter seasons/episodes levels.

[has been like this previous to kodi 17.3, not sure if same in Jarvis]

Kodi 17.3 – Episodes (TVShows) watched status propertys not updated

After watching an episode of a TV Show and returning from player (fullscreen) to library automatically (via kodi as default when episode ends; normal), these propertys aren't updated until library returns to TV Shows level.

OR at least it isn't updating for python to use, ie.

Code:
stot = int(xbmc.getInfoLabel('ListItem.Property(TotalEpisodes)'))
wtot = int(xbmc.getInfoLabel('ListItem.Property(WatchedEpisodes)'))

I see no change in these propertys unless I navigate to show level then re-enter seasons/episodes levels.

[has been like this previous to kodi 17.3, not sure if same in Jarvis]

BDC TV

#EXTM3U #EXTINF:-1,BDC TV http://stream-11.dc3.dailymotion.com/49/dm/1/x5komh7/live.isml/events(live-1498557795)/live-audio=64000-video=420000.m3u8 #EXTINF:-1,BDC TV http://stream-11.dc3.dailymotion.com/49/dm/1/x5komh7/live.isml/events(live-1498557795)/live-audio=128000-video=735000.m3u8 #EXTINF:-1,BDC TV http://stream-11.dc3.dailymotion.com/49/dm/1/x5komh7/live.isml/events(live-1498557795)/live-audio=128000-video=1260000.m3u8