• 1
  • 34
  • 35
  • 36(current)
  • 37
  • 38
  • 52
IPTVSimple PVR-addon with XMLTV EGP
Hi. Have tried the addon and i am super impressed.
At the moment i have only one 'bug' to report.
If the icon is transparent then it does not show. No matter if it is jpg or png. If i convert them to non transparent then they do show.

Here are two samples:
http://bite-in.com/siol/logos/natgeo.png
http://bite-in.com/siol/logos_jpg/natgeo.jpg

Are you going to implement time-shift support with optional selection where to write stream (for example into: /tmp or. in ram /dev/shm) and recording option it says atm (The PVR backend does not support timers.) can this somehow be overriden?
Hey!

I am very pleased with this addon, but I have found some other issues. For example there is no option to change audio language and subtitle language on channels that I know to have this opitons. I hope this will be included in future updates. Thanks again!

Regards
Is it possible to use two pvr addons. Like this one and tvh one?
(2014-01-25, 15:02)illiac4 Wrote: Hi. Have tried the addon and i am super impressed.
At the moment i have only one 'bug' to report.
If the icon is transparent then it does not show. No matter if it is jpg or png. If i convert them to non transparent then they do show.

Here are two samples:
http://bite-in.com/siol/logos/natgeo.png
http://bite-in.com/siol/logos_jpg/natgeo.jpg

Are you going to implement time-shift support with optional selection where to write stream (for example into: /tmp or. in ram /dev/shm) and recording option it says atm (The PVR backend does not support timers.) can this somehow be overriden?
Check your transparent icons. All parts of the GUIis displayed by the xbmc. No, there is no possible implement timeshift or/and recording without backend.

(2014-01-25, 17:28)qzem Wrote: Hey!

I am very pleased with this addon, but I have found some other issues. For example there is no option to change audio language and subtitle language on channels that I know to have this opitons. I hope this will be included in future updates. Thanks again!

Regards
Audio/subtitle language can be selected at osd video settings same as other video.

(2014-01-26, 09:30)illiac4 Wrote: Is it possible to use two pvr addons. Like this one and tvh one?
Yes, it is possible. Just enable/install both of them.
I have tested subtitle stream and it works, but you have to switch between them and there has to be more then one subtitle stream available. If the stream contains just one subtilte stream it is not displayed and you are also unable to turn it on.

Debug:
http://pastebin.com/pC1KmAW9
(2014-01-26, 10:49)illiac4 Wrote: I have tested subtitle stream and it works, but you have to switch between them and there has to be more then one subtitle stream available. If the stream contains just one subtilte stream it is not displayed and you are also unable to turn it on.

Will post Debug Log.
If so, please describe issue at http://trac.xbmc.org/ because this is an issue of xbmc. The addon does only one thing provide a stream url to the xbmc. Xbmc does all other things like displays channel list, epg, start/stop playback, displays subtitles, select audio language and so on.
@afedchin

Thanks man, I found the audio and subtitles settings. So two thing are off my list Smile. What is left is pausing, recording and easy program switching with a mouse wheel maybe.
@qzem,
Pausing and recording possible only with backend. As for mouse wheel you can configure channel switching into xbmc how you want in keyboard.xml, mouse.xml
hello everybody
Thank you Afedchin for addon can you try to fix addon to work with net tv plus serbia.
Is it possible to set ProgramId or PID Or StreamId (in .m3u playlist) when playling Multi-Program Transport Stream ?
I know that VLC suport .m3u playlists using "#EXTVLCOPT:program=7107"
Exmaple VLC .m3u playlist:
Code:
#EXTM3U
#EXTVLCOPT:program=3
#EXTINF:0,1 - SLAGR TV
http://201.156.18.196:8180/udp/239.255.113.4:2000
#EXTVLCOPT:program=4
#EXTINF:0,1 - France 24
http://201.156.18.196:8180/udp/239.255.113.4:2000
#EXTVLCOPT:program=6710
#EXTINF:0,1 - TV Info
http://201.156.18.196:8180/udp/239.255.113.4:2000

My IPTV provider has 10 stream with 10 Programs per stream.

Best Regards!
I have checked the subtitle stream and it really does not recognize the subtitle stream by default. If there are more then one subtitle stream available nad when you switch between them, then they get recognized and also icon for subtitle on info page gets visible. If only one subtitle stream is available then you are out of luck. I have tested on ATV and on HTPC with latest builds.

About two feature requests:
1. Is it possible to add an option for more then one .m3u playlists?

2. And it would be also nice to implement the feature to add an option for udpxy setting:
For example if udp stream in original m3u file is udp://@xxx.bbb.zzz.yyy:port
The an option for the udpxy could be added under addon settings that will change:
Like udpxy settings and you could enter: http://ip_of_udpxy_host:port

And the result would be:
http://ip_of_udpxy_host:port/xxx.bbb.zzz.yyy:port
(2014-01-26, 19:43)afedchin Wrote: @qzem,
Pausing and recording possible only with backend. As for mouse wheel you can configure channel switching into xbmc how you want in keyboard.xml, mouse.xml

Can you reccomend any software that can be used for this, and could it be used together with your plugin?
never mind
nvm
@afedchin
Code:
902      915         channel->strLogoPath = PathCombine(m_strLogoPath, channel->strTvgLogo);
Try to change this,When I create list *.m3u ,use this combination of path s
Code:
#EXTINF: -1 tvg-id="RTS 1" tvg-name="RTS 1" tvg-logo="RTS 1" group-title="Srbija",RTS 1
From http://.....And show me no logos Sad
but when I correct my line in this :
Code:
#EXTINF: -1 tvg-id="RTS 1" tvg-name="RTS 1" tvg-logo="RTS 1.png" group-title="Srbija",RTS 1
PVR show me logos.. Smile
I think you missed extension for logos in PVRIptvData.Cpp
Code:
(CHANNEL_LOGO_EXTENSION);
And will be a nice to add GroupLogos icon .......name of groups take from group-title="" and address from "logoBaseUrl" label="30032"

(2014-01-31, 15:41)afedchin Wrote: 2. The group does not support logo/icon. )
I know that ,but in future You can add in PVR the first page who will open simpleIPTV will be a Group not Allchannel list.

The future is near Wink
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
  • 1
  • 34
  • 35
  • 36(current)
  • 37
  • 38
  • 52

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