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 - mastertheshadow - 2021-07-09 (2021-07-09, 04:37)matthuisman Wrote: those settings errors are normal. don't worry about them Alrighty then, I'll ignore them. :-) Looking back at the uploaded debug log, I don't think it actually caused much of an issue with the current sources being loaded - especially since the issue with the merged files not copying to the output directory started before I had IPTV Simple on that system. I read a bit closer in that debug log and if I'm reading correctly IPTVMerge was attempting to use the mapped network drive, but encountered issues in doing so: 2021-07-08 15:45:59.254 T:8132 DEBUG: plugin.program.iptv.merge - Wrote 814 Channels 2021-07-08 15:45:59.260 T:8132 DEBUG: plugin.program.iptv.merge - Copying: C:\Users\mastertheshadow\AppData\Roaming\Kodi\userdata\addon_data\plugin.program.iptv.merge\playlist.m3u8 > T:\IPTVMerge\playlist.m3u8 2021-07-08 15:45:59.261 T:8132 ERROR: XFILE::CDirectory::Create - Error creating T:\IPTVMerge 2021-07-08 15:45:59.261 T:8132 ERROR: XFILE::CDirectory::Create - Error creating T:\ 2021-07-08 15:45:59.262 T:8132 ERROR: XFILE::CDirectory::Create - Error creating T:\IPTVMerge\ 2021-07-08 15:45:59.294 T:8132 DEBUG: plugin.program.iptv.merge - Playlist Merge Time: 19.55 <snip> 2021-07-08 15:46:17.199 T:8132 DEBUG: plugin.program.iptv.merge - Copying: C:\Users\mastertheshadow\AppData\Roaming\Kodi\userdata\addon_data\plugin.program.iptv.merge\epg.xml > T:\IPTVMerge\epg.xml 2021-07-08 15:46:17.200 T:8132 ERROR: XFILE::CDirectory::Create - Error creating T:\IPTVMerge 2021-07-08 15:46:17.200 T:8132 ERROR: XFILE::CDirectory::Create - Error creating T:\ 2021-07-08 15:46:17.200 T:8132 ERROR: XFILE::CDirectory::Create - Error creating T:\IPTVMerge\ 2021-07-08 15:46:17.240 T:8132 DEBUG: plugin.program.iptv.merge - EPG Merge Time: 17.95 Utilizing the SMB path is successful. 2021-07-08 20:57:31.058 T:9832 DEBUG: plugin.program.iptv.merge - Wrote 407 Channels 2021-07-08 20:57:31.075 T:9832 DEBUG: plugin.program.iptv.merge - Copying: C:\Users\JacksonMurray\AppData\Roaming\Kodi\userdata\addon_data\plugin.program.iptv.merge\playlist.m3u8 > smb://192.168.1.100/webserver site/IPTVMerge/playlist.m3u8 2021-07-08 20:57:31.130 T:9832 DEBUG: plugin.program.iptv.merge - Playlist Merge Time: 19.03 <snip> 2021-07-08 20:57:47.465 T:9832 DEBUG: plugin.program.iptv.merge - Copying: C:\Users\JacksonMurray\AppData\Roaming\Kodi\userdata\addon_data\plugin.program.iptv.merge\epg.xml > smb://192.168.1.100/webserver site/IPTVMerge/epg.xml 2021-07-08 20:57:47.623 T:9832 DEBUG: plugin.program.iptv.merge - EPG Merge Time: 16.49 So (and I'm reaching here) perhaps the fact that "T" was a mapped network share - worked fine before as a "direct output" but not with the copy commands. Or, as the IT department at the University where I teach always says, " [mastertheshadow] is great a technology for a professor - he's really creative in coming up with solutions to make things work a little differently, the problem is that he's even greater at somehow finding interesting ways in which his workarounds eventually break things." and then they contemplate taking away my admin access ;-) (but then they realize that they don't want to manage the systems that I manage and I guess think that I fix things more often than I break them). Again - Thanks for your time! RE: IPTV Merge - matthuisman - 2021-07-09 it uses xbmcvfs copy. I tried a mapped drive and it worked fine for me so not sure! RE: IPTV Merge - mastertheshadow - 2021-07-09 (2021-07-09, 05:03)matthuisman Wrote: it uses xbmcvfs copy.It's likely interacting with another one of my. . . several creative workarounds on that system and the server (both built and configured by me - which means the whole setup is "special"). So there is no telling and likely caused by me ;-) . . .but setting the output to the SMB path works, so I'm going to stop looking for what "special" thing I've done this time! RE: IPTV Merge - jdig4240 - 2021-07-09 The new merge popup to select Country to merge seemed to work fine for me..Just letting you know. RE: IPTV Merge - mikefreeman - 2021-07-11 After today's update, I can no longer open IPTV Merge, and it gives a generic error. Here's a log: https://paste.osmc.tv/igedasovep RE: IPTV Merge - matthuisman - 2021-07-11 fixed just now. please update. you can force by following: https://www.matthuisman.nz/2019/09/how-to-force-kodi-to-update-add-ons.html RE: IPTV Merge - jmh2002 - 2021-07-12 (2021-05-13, 23:52)matthuisman Wrote: Groups are what show at top of the EPG window and can be see via the channels side panel. Group ordering seemed to stop working, or wasn't working for me, but I wasn't sure where the problem was as there have been updates to IPTV Merge, IPTV Simple. But I have also been totally reorganising and setting up my iptv system again so I've been tearing my hair out over the last few days thinking that I was making a mistake somewhere. Instead, what now works for me is using semicolons (;) between group names NOT commas (,) as mentioned above. ie: Sports;Blah;Movies NOT Sports,Blah,Movies Has something changed in IPTV Merge? In any case semicolons (;) are probably better for standardisation since they are what are used when editing channel groups too. Maybe in Settings > Group Order Override > a note can be placed there to inform users to use semicolons (;) and no spaces between group names ? THANKS :) RE: IPTV Merge - matthuisman - 2021-07-12 it is meant to be ; my last comment i was mistaken thinking it was , RE: IPTV Merge - jmh2002 - 2021-07-12 (2021-07-12, 03:04)matthuisman Wrote: it is meant to be ; RE: IPTV Merge - Doctor Eggs - 2021-07-12 @matthuisman I've done the force update on my Pi but I'm getting the following error: No module named pycaption Here is the log: https://pastebin.com/Am5J5r0n RE: IPTV Merge - matthuisman - 2021-07-12 I'd try reinstalling slyguy common module. that has pycaption in it (https://github.com/matthuisman/slyguy.addons/tree/master/script.module.slyguy/resources/modules/pycaption) so it seems your install has become corrupt RE: IPTV Merge - Doctor Eggs - 2021-07-12 (2021-07-12, 03:48)matthuisman Wrote: I'd try reinstalling slyguy common module. That's what it was. Thanks! RE: IPTV Merge - filthyrich - 2021-08-02 I'm having some trouble with this.... I have NZ Sky Go and NZ IPTV installed, and its all working, but the guide is all wrong. (wrong info showing for the channel) Just wondering if theres a setting that i'm missing RE: IPTV Merge - matthuisman - 2021-08-02 First check your time in Kodi is correct. Then try go into Kodi settings > pvr > clear data RE: IPTV Merge - filthyrich - 2021-08-02 (2021-08-02, 10:46)matthuisman Wrote: First check your time in Kodi is correct.Legend Clearing data fixed it |