Kodi Community Forum

Full Version: IPTV Recorder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thanks for your attempt, but on CoreElec Matrix 19.3 it doesn't work, Kodi crashes and restarts, this is the log in an attempt for a "record once".

https://paste.kodi.tv/vayeqiquye.kodi
I'm sorry, here the complete crash log.

https://paste.kodi.tv/olovedixem.kodi
Hi all,

Is this working om Matrix yet?
Why not use NextPVR? You can record IPTV with it.
I Didn't know you could.

I'll try it.

Thanks
I installed it on a H96 Max TV BOX (Android).

I starts recording and immediately finishes the recording, leaving empty "VideoFiles" with no Content in the Recording Folder. Anybody had that same issue?
if you guys have a provider that allows only one connection to your service and you want to record something, than you must not watch anything because you're using that one connection when you are recording.
whoever has only one connection available for their service cannot record and watch at the same time. 
when you do that, the stream you are recording will stop right after you play a channel because the last connection will close.
could that be your problem? recording makes little sense if you only have one connection available.
it would make sense for it to record something while you're sleeping but not if you want to watch something else at the same time.
overlaping recordings (when you set "start 5 minutes before", "end 5 minutes after") will also stop your first recording when the second one starts if the shows start one after another so it won't get the chance to "end 5 minutes after".
having at least 3 connections makes sense for recordings - you can watch one thing and record in peace with no thinking.

if this sounds like your problem and if you have your ffmpeg setup as it should be, then try to record something manually for 1 minute without watching or touching anything else. then see if it's saved.

or are you talking about addon recorder now? because that doesn't work in matrix.
I am getting stuck with installation already. Sad I keep receing an error saying dependency of xbmc.python in version 2.20.0 could not be resolved. Here is the log: duwumipuka.kodi (paste)

Thanks in advance!
kodi 19.4 = kodi matrix
it won't work with python 2 plugins. this plugin needs to be updated to python 3. that's why dependency of xbmc.python in version 2.20.0 could not be resolved.
see this.
(2022-05-18, 12:54)dertyp0815 Wrote: [ -> ]I am getting stuck with installation already. Sad I keep receing an error saying dependency of xbmc.python in version 2.20.0 could not be resolved. Here is the log: duwumipuka.kodi (paste)

Thanks in advance!

Link github for "plugin.video.iptv.recorder" matrix :
https://github.com/Publish3r/repository....v.recorder

Download : 
https://github.com/Publish3r/repository....er-1.0.zip
I have IPTV Recorder set up on Kodi Leia 18.4 on a FireTV stick and it works fine.

I have a H96 TV Box, with Kodi MATRIX 19.4 and I have installed the Matrix Version of IPTV Recorder from here:
https://github.com/Publish3r/repository....v.recorder

But it doesn*t work.

Has anybody got it working on KODI MATRIX?
(2022-05-19, 19:09)Kentsoon Wrote: [ -> ]I have IPTV Recorder set up on Kodi Leia 18.4 on a FireTV stick and it works fine.

I have a H96 TV Box, with Kodi MATRIX 19.4 and I have installed the Matrix Version of IPTV Recorder from here:
https://github.com/Publish3r/repository....v.recorder

But it doesn*t work.

Has anybody got it working on KODI MATRIX?
i just did but on windows 11 (kodi 19.4). after getting all the files right and in their places (ffmpeg version and pythonw.exe from python 3).
there's something in this thread about ffmpeg having to be in the same directory as recordings folder. that helped with my problem of not being able to use task scheduler to schedule recordings when kodi is not running. 
if you're not getting any errorors when you run the plugin, see if you have all the files in the right places in your settings and go through the thread. you might find some answers for android. i saw a lot of info. i've been reading and playing with this for the last 8 hours and now it works Smile
I've been having trouble with this as well on Kodi Matrix 19.4 on Windows 7. I get "dependency of xbmc.python in version 2.20.0 could not be resolved" as well and I download the addons that are recommended in response to this, but I keep getting the same error.
Can anyone tell me what I'm doing wrong?
The addon is trying to use Python 2, which is only for Leia (v18) and earlier. Matrix (v19) uses Python 3, which is not backward compatible (Python 2 is depreciated and no longer supported).

You would need a version of the addon written in Python 3, and all of its dependencies also need to be Python 3 ones.

Offhand I don't know if there is such a version of this addon (the comments above seem to indicate that the Matrix version has issues), but an old Python 2 version (which it looks like you're trying to install) will not work.
Thanks for that, Darren.

I'll just wait for the Python 3 version.