![]() |
Release IPTV Recorder - 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: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154) +---- Thread: Release IPTV Recorder (/showthread.php?tid=329991) |
RE: IPTV Recorder - primaeval - 2019-03-17 (2019-03-17, 12:11)encol Wrote: Hi, i get this syntax error:That looks like it won't work on Kodi 16 Jarvis which is what SPMC is based on. Try using official Kodi 18. I don't really want to try and back-port this to Jarvis. Kodi 19 is going to cause enough problems when it switches to python 3. RE: IPTV Recorder - encol - 2019-03-17 (2019-03-17, 12:18)primaeval Wrote: That looks like it won't work on Kodi 16 Jarvis which is what SPMC is based on. Unfortunately, my device run on android 4.4. I don't think Kodi 19 can run on it ![]() RE: IPTV Recorder - primaeval - 2019-03-17 (2019-03-17, 12:24)encol Wrote:You can fix the problem in the log with this change:(2019-03-17, 12:18)primaeval Wrote: That looks like it won't work on Kodi 16 Jarvis which is what SPMC is based on. https://github.com/primaeval/plugin.video.iptv.recorder/commit/83ab54b29b1d3ae7dd9b3f5f5c98d0edf1cae9c7 However, I fixed that and a problem in xbmcswift for Kodi 16 Jarvis on Windows but recording locked up, so I'm not going to try and fix it myself. I very much doubt an old device running android 4.4 would be able to cope with recording either. RE: IPTV Recorder - encol - 2019-03-17 Thanks a lot, i'll try and report! RE: IPTV Recorder - encol - 2019-03-17 now i have this: https://paste.kodi.tv/ifucogumuj.kodi RE: IPTV Recorder - primaeval - 2019-03-17 (2019-03-17, 13:24)encol Wrote: now i have this: It's the same type of problem. There are probably loads more. I really haven't got the energy to fix it. Nobody is working on SPMC any more. http://spmc.semperpax.com/ See if you can put LibreELEC on your Android box. I did that on a couple of my old devices. IPTV Recorder - ed_davidson01 - 2019-03-17 (2019-03-17, 13:06)encol Wrote: Thanks a lot, What box is it? RE: IPTV Recorder - encol - 2019-03-17 (2019-03-17, 15:10)ed_davidson01 Wrote:It's an Android Smart TV(2019-03-17, 13:06)encol Wrote: Thanks a lot, RE: IPTV Recorder - encol - 2019-03-17 Smart-tech LE4048SA IPTV Recorder - ed_davidson01 - 2019-03-17 (2019-03-17, 15:29)encol Wrote: Smart-tech LE4048SA I can’t find any specs on it. If it is an Amlogic chip then you might have luck. If not time to buy a new one. RE: IPTV Recorder - primaeval - 2019-03-17 (2019-03-17, 13:24)encol Wrote: now i have this:I've fixed the other dict comprehensions but I haven't got anything to test it on. https://github.com/primaeval/plugin.video.iptv.recorder/tree/spmc If there are more problems open an issue on github and we'll discuss the details there. RE: IPTV Recorder - encol - 2019-03-17 (2019-03-17, 16:42)ed_davidson01 Wrote: I can’t find any specs on it. If it is an Amlogic chip then you might have luck.It is sold under different names, you can find some specs here Anyway, processor is an ARM Cortex-A7. I succesfully rooted it and installed play store ![]() (2019-03-17, 17:17)primaeval Wrote: I've fixed the other dict comprehensions but I haven't got anything to test it on.Thanks a lot, now channel search works fine, but i have another error. Unfortunately, now i have some problem in creating an account on github, so (for now) i cannot open an issue. However, i pasted the error here: sedemotece.kodi (paste) RE: IPTV Recorder - primaeval - 2019-03-17 (2019-03-17, 18:56)encol Wrote:That error is because I made a version of xbmcswift to show poster images properly.(2019-03-17, 16:42)ed_davidson01 Wrote: I can’t find any specs on it. If it is an Amlogic chip then you might have luck.It is sold under different names, you can find some specs here Delete the one in addons\script.module.xbmcswift2 and either re-install IPTV Recorder or another of my addons that uses it and it should now pull in the version from the Kodi repo. Or you can grab the zip from here https://mirrors.kodi.tv/addons/jarvis/script.module.xbmcswift2/script.module.xbmcswift2-2.4.0.zip The difference is here if you want to modify the installed version. Just remove these lines. https://github.com/primaeval/script.module.xbmcswift2/commit/ce2e74507fff9b6e668ccb94acc27cd88fe44ebe RE: IPTV Recorder - encol - 2019-03-17 Great! now plugin starts and i can see the channels, but when i try to record something i get this: https://paste.kodi.tv/evuboxeram.kodi RE: IPTV Recorder - primaeval - 2019-03-17 (2019-03-17, 21:44)encol Wrote: Great!Try this. https://github.com/primaeval/plugin.video.iptv.recorder/commit/417f4106b8c93c355e0853ffade6ed895d1c4945 Your SPMC version is using python 2.6 which is quite ancient now. |