Kodi Community Forum
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 - Dragon 548 - 2023-08-20

(2023-08-20, 00:18)stuckinthehome Wrote: There is a version of IPTV recorder that will install on 20.0. The problem is after it records it crashes Kodi. There is also IPTV Archive Downloader that I was able to get working with a few code edits. It may work for you.

Thanks for your return.

I will be interested to have the link of IPTV recorder that works under Kodi 20 please ?

When you say it crashes at the end of the recording what does that imply? That it is just necessary to restart the application?


RE: IPTV Recorder - stuckinthehome - 2023-08-20

https://github.com/Publish3r/repository.kodi.matrix/blob/main/plugin.video.iptv.recorder/plugin.video.iptv.recorder-1.0.zip

This version installs on Nexus. I have to do reboot after it finishes recording.


RE: IPTV Recorder - Dragon 548 - 2023-08-22

Thank you I managed to install this version on Kodi 20 on Android.

On the other hand impossible to inform the path of ffmpeg exe in the application.
I downloaded ffmpeg via the link: https://github.com/Khang-NT/ffmpeg-binary-android
I placed it in the Download folder of my Chromecast Google TV at first.
But in Kodi the folder appeared as empty.
I then created a Data folder in which I put ffmpeg exe but Kodi still sees the empty folder.

I guess I must be doing it wrong. Can anyone help me ?

Thanks in advance.

Image

Image


RE: IPTV Recorder - Dragon 548 - 2023-08-23

I finally managed to solve my problem with ffmpeg by placing the file on my NAS. From Kodi it was clearly visible.
However, when starting a recording, it does not work.
I extracted the following log:ridilejiri.kodi (paste)
Does anyone have an idea where the problem could come from?


RE: IPTV Recorder - matthuisman - 2023-10-01

Is there much difference between iptv recorder and ffmpeg.direct?


RE: IPTV Recorder - stuckinthehome - 2023-10-08

(2023-10-01, 01:58)matthuisman Wrote: Is there much difference between iptv recorder and ffmpeg.direct?

I assume you mean ffmpeg from the CLI. Some streams have a token that needs to be generated.


RE: IPTV Recorder - Laser78 - 2024-01-27

(2023-08-20, 00:18)stuckinthehome Wrote: There is a version of IPTV recorder that will install on 20.0. The problem is after it records it crashes Kodi. There is also IPTV Archive Downloader that I was able to get working with a few code edits. It may work for you.

You can detail how IPTV Archive Downloader works ?

In Windows 11 I only get these options

Image

Thank´s


RE: IPTV Recorder - dzejms - 2024-01-27

Found some time, and made version 20 available in the repo: https://github.com/tbrek/tbrek-kodi-repo


RE: IPTV Recorder - dzejms - 2024-01-27

(2024-01-27, 19:26)Laser78 Wrote:
(2023-08-20, 00:18)stuckinthehome Wrote: There is a version of IPTV recorder that will install on 20.0. The problem is after it records it crashes Kodi. There is also IPTV Archive Downloader that I was able to get working with a few code edits. It may work for you.

You can detail how IPTV Archive Downloader works ?

In Windows 11 I only get these options

Image

Thank´s

Downloader can be triggered from EPG view:
https://imgur.com/G218wKe

Channels list view:
https://imgur.com/KFyyEnc

Or a Search view:
https://imgur.com/NWBk7o4

Your IPTV provider must support catchup. Issues can be raised here in thread or github => https://github.com/tbrek/tbrek-kodi-repo/issues


RE: IPTV Recorder - Laser78 - 2024-01-27

(2024-01-27, 19:45)dzejms Wrote: Found some time, and made version 20 available in the repo: https://github.com/tbrek/tbrek-kodi-repo

It is the one
I have installed but I don't know how to make it work, above I have put the screenshot of the few sections that are inside the addon,

how does it work?


RE: IPTV Recorder - Laser78 - 2024-01-27

(2024-01-27, 19:51)dzejms Wrote:
(2024-01-27, 19:26)Laser78 Wrote:
(2023-08-20, 00:18)stuckinthehome Wrote: There is a version of IPTV recorder that will install on 20.0. The problem is after it records it crashes Kodi. There is also IPTV Archive Downloader that I was able to get working with a few code edits. It may work for you.

You can detail how IPTV Archive Downloader works ?

In Windows 11 I only get these options

Image

Thank´s

Downloader can be triggered from EPG view:
https://imgur.com/G218wKe

Channels list view:
https://imgur.com/KFyyEnc

Or a Search view:
https://imgur.com/NWBk7o4

Your IPTV provider must support catchup. Issues can be raised here in thread or github => https://github.com/tbrek/tbrek-kodi-repo/issues

Thank´s I'm going to try it


RE: IPTV Recorder - Laser78 - 2024-01-27

(2024-01-27, 19:51)dzejms Wrote:
(2024-01-27, 19:26)Laser78 Wrote:  

Downloader can be triggered from EPG view:
https://imgur.com/G218wKe

Channels list view:
https://imgur.com/KFyyEnc

Or a Search view:
https://imgur.com/NWBk7o4

Your IPTV provider must support catchup. Issues can be raised here in thread or github => https://github.com/tbrek/tbrek-kodi-repo/issues
In EPG View this error appears, any idea?
Quote:2024-01-27 18:56:33.022 T:2812 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'dateutil.parser._parser.ParserError'> Error Contents: Unknown string format: Sábado, 27 de Enero de 2024, 16:45 Traceback (most recent call last): File "C:\Users\laser\AppData\Roaming\Kodi\addons\plugin.video.iptv.archive.downloader\epgDownload.py", line 62, in <module> start = extract_date("ListItem.StartDate", "ListItem.StartTime") File "C:\Users\laser\AppData\Roaming\Kodi\addons\plugin.video.iptv.archive.downloader\epgDownload.py", line 27, in extract_date parsedDate = parser.parse(fullDate) File "C:\Users\laser\AppData\Roaming\Kodi\addons\script.module.dateutil\lib\dateutil\parser\_parser.py", line 1368, in parse return DEFAULTPARSER.parse(timestr, **kwargs) File "C:\Users\laser\AppData\Roaming\Kodi\addons\script.module.dateutil\lib\dateutil\parser\_parser.py", line 643, in parse raise ParserError("Unknown string format: %s", timestr) dateutil.parser._parser.ParserError: Unknown string format: Sábado, 27 de Enero de 2024, 16:45 -->End of Python script error report<--



RE: IPTV Recorder - dzejms - 2024-01-27

(2024-01-27, 20:01)Laser78 Wrote:
(2024-01-27, 19:51)dzejms Wrote:
(2024-01-27, 19:26)Laser78 Wrote:  

Downloader can be triggered from EPG view:
https://imgur.com/G218wKe

Channels list view:
https://imgur.com/KFyyEnc

Or a Search view:
https://imgur.com/NWBk7o4

Your IPTV provider must support catchup. Issues can be raised here in thread or github => https://github.com/tbrek/tbrek-kodi-repo/issues
In EPG View this error appears, any idea?
Quote:2024-01-27 18:56:33.022 T:2812 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'dateutil.parser._parser.ParserError'> Error Contents: Unknown string format: Sábado, 27 de Enero de 2024, 16:45 Traceback (most recent call last): File "C:\Users\laser\AppData\Roaming\Kodi\addons\plugin.video.iptv.archive.downloader\epgDownload.py", line 62, in <module> start = extract_date("ListItem.StartDate", "ListItem.StartTime") File "C:\Users\laser\AppData\Roaming\Kodi\addons\plugin.video.iptv.archive.downloader\epgDownload.py", line 27, in extract_date parsedDate = parser.parse(fullDate) File "C:\Users\laser\AppData\Roaming\Kodi\addons\script.module.dateutil\lib\dateutil\parser\_parser.py", line 1368, in parse return DEFAULTPARSER.parse(timestr, **kwargs) File "C:\Users\laser\AppData\Roaming\Kodi\addons\script.module.dateutil\lib\dateutil\parser\_parser.py", line 643, in parse raise ParserError("Unknown string format: %s", timestr) dateutil.parser._parser.ParserError: Unknown string format: Sábado, 27 de Enero de 2024, 16:45 -->End of Python script error report<--

I think I know why. What’s your language version?


RE: IPTV Recorder - Laser78 - 2024-01-27

(2024-01-27, 20:17)dzejms Wrote:
(2024-01-27, 20:01)Laser78 Wrote:
(2024-01-27, 19:51)dzejms Wrote: Downloader can be triggered from EPG view:
https://imgur.com/G218wKe

Channels list view:
https://imgur.com/KFyyEnc

Or a Search view:
https://imgur.com/NWBk7o4

Your IPTV provider must support catchup. Issues can be raised here in thread or github => https://github.com/tbrek/tbrek-kodi-repo/issues
In EPG View this error appears, any idea?
Quote:2024-01-27 18:56:33.022 T:2812 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'dateutil.parser._parser.ParserError'> Error Contents: Unknown string format: Sábado, 27 de Enero de 2024, 16:45 Traceback (most recent call last): File "C:\Users\laser\AppData\Roaming\Kodi\addons\plugin.video.iptv.archive.downloader\epgDownload.py", line 62, in <module> start = extract_date("ListItem.StartDate", "ListItem.StartTime") File "C:\Users\laser\AppData\Roaming\Kodi\addons\plugin.video.iptv.archive.downloader\epgDownload.py", line 27, in extract_date parsedDate = parser.parse(fullDate) File "C:\Users\laser\AppData\Roaming\Kodi\addons\script.module.dateutil\lib\dateutil\parser\_parser.py", line 1368, in parse return DEFAULTPARSER.parse(timestr, **kwargs) File "C:\Users\laser\AppData\Roaming\Kodi\addons\script.module.dateutil\lib\dateutil\parser\_parser.py", line 643, in parse raise ParserError("Unknown string format: %s", timestr) dateutil.parser._parser.ParserError: Unknown string format: Sábado, 27 de Enero de 2024, 16:45 -->End of Python script error report<--

I think I know why. What’s your language version?
Spanish... Could it be because of the accents in the letters?


RE: IPTV Recorder - dzejms - 2024-01-27

Laser78 Wrote: Spanish... Could it be because of the accents in the letters?

Yeah. I’ll push the update to the repo. You can try switching to English version in meantime.