Release IPTV Merge - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: Release IPTV Merge (/showthread.php?tid=340691) |
RE: IPTV Merge - vip. - 2022-02-14 Now I saw that @alpha7504 asked it here, and it's probably not possible. But you can add an option to that, instead of the dialog box: xbmc.executebuiltin("Action(Down)") xbmc.executebuiltin("Action(select)") However, only adding an option to cancel the dialog box can also be helpful, for links that work sometimes or at fixed hours, or unstable links. RE: IPTV Merge - matthuisman - 2022-02-14 I've had a play and I can actually do a bit of magic in my proxy Code: gui.notification(_.QUALITY_PARSE_ERROR) So this skips to the next PVR channel and then returns a 200 response to the original channel so Kodi won't error and stop playback of the new channel UPDATE: Just pushed 0.49.7 of SlyGuy common. Now if it detects a bad manifest - it will do a channelup and also return status 200 so kodi doesn't think it's failed. It will still notify you of the issue - but using a notification instead of a pop-up dialog. NOTE: This behaviour is only for playlists using IPTV Merge with proxy enabled (default is on) RE: IPTV Merge - awesomebuilder - 2022-02-15 Hi there Quick question ... it might be dumb one but worth trying. Is there any changes to the way m3u list is beaing created by iptv merge ? playlist.m3u8 file is created inside addons_data folder with the list of all the channels inside that file but I got the feeling like before links inside were less obvious and kind of hidden? It was nice feature but it seems to be gone now? Please advise Thanks RE: IPTV Merge - vip. - 2022-02-15 Thank you. It works great!! It's an amazing feature. - There are some links, which even before the update did not have a dialog box for them, so the play next does not apply to them. This is for example the error of the link that does not work (if you want I will send you the link): ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6) ERROR: CVideoPlayer::OpenDemuxStream - Error creating demuxer - I checked and it works for me with proxy off as well. (Regardless, is there a connection between using proxy and internet speed?) - When there are several links in a playlist, one after the other, that do not work, there is a lot of notification. Maybe it's better to unite them. RE: IPTV Merge - matthuisman - 2022-02-15 @vip. when you turn off proxy in IPTV Merge, it only takes affect after Run Merge. If you turn it off, then run merge - then try - the feature should no longer work. please pm me the url that it doesnt work with. I cant really unit the notification - but if I make the message shorter - it won't scroll and be much quicker @awesomebuilder Im not sure what you mean. If you have "Use Proxy" enabled in IPTV Merge settings and then Run Merge - all the playlist links will be iptvmerge callbacks and the real url will be hidden. Maybe thats what you mean? RE: IPTV Merge - vip. - 2022-02-15 I sent the link in PM. Indeed, after Run Merge, without a proxy it does not work. Is this a real proxy, or an internal proxy? RE: IPTV Merge - matthuisman - 2022-02-15 its internal proxy all the traffic is routed to a local proxy running on your device. So it can detect a failure before kodi and act accordingly. This is how the quality select works as well. It removes all the other qualities before sending the playlist to kodi UPDATE: Ok try with latest slyguy common 0.49.8 This should detect errors with hostname lookups / timeouts etc. Also a quicker message that gets replaced by any after it. RE: IPTV Merge - awesomebuilder - 2022-02-16 (2022-02-15, 01:37)matthuisman Wrote: @awesomebuilder Yes, that's the one Thanks! RE: IPTV Merge - awesomebuilder - 2022-02-21 Hi Matt I do face recently some weird issues connected to IPTv merge and script.module.slyguy While playing TV channels sometimes I get force close kodi. There is no crash log just normal Kodi log reporting some issues with module. Here is photo of the error. I do apologise for it. I know its not the best. RE: IPTV Merge - matthuisman - 2022-02-21 That error is normal. It's just a bad url or invalid url. After that, it should be now skipping to the next channel. Are you android or RE: IPTV Merge - awesomebuilder - 2022-02-21 Android. So you reckon its bad link within m3u file itself? RE: IPTV Merge - matthuisman - 2022-02-21 What version Kodi? Yes, the error says bad m3u8. So an invalid, or stopped stream or blocked etc. The new recent feature is to skip to the next. But sounds like that may be crashing your system. RE: IPTV Merge - awesomebuilder - 2022-02-21 Its Kodi 19.3 Just throwing out of the Kodi without any crash log I do have more people reporting this issue as my friends using with same set up. RE: IPTV Merge - matthuisman - 2022-02-21 can you provide a full debug log after it has happened? RE: IPTV Merge - awesomebuilder - 2022-02-22 Yes will do it when I get chance |