add-ons / service.iptv.manager

Integrate TV and radio channels with EPG data from other add-ons in Kodi PVR.
https://github.com/add-ons/service.iptv.manager/wiki
GNU General Public License v3.0
98 stars 28 forks source link

log filling with info when postponing #85

Closed rafhtl closed 3 years ago

rafhtl commented 3 years ago

INFO : [service.iptv.manager] [resources.lib.modules.iptvsimple] Postponing restart of Simple IPTV since it is currently in use

Hi thank you for the wonderful work on the addon Ive noticed streaming for a long time that pvr is correctly postponing epg, but it is filling log with the message can you help me? thank you

michaelarnauts commented 3 years ago

This will be checked every 30 seconds. We could drop the log altogether, but is it actually a problem?

rafhtl commented 3 years ago

Well After I left the channel playing I came back after 8 h or so and it had gotten to 1G For rpi with SD... yes it could actually be a problem Thank you

michaelarnauts commented 3 years ago

Well After I left the channel playing I came back after 8 h or so and it had gotten to 1G For rpi with SD... yes it could actually be a problem Thank you

Hmm, I see. That's actually quite a lot. I think it makes more sense to keep this message, but change it to a debug log instead. You shouldn't use debug logging in production, so that will fix the issue for you.

rafhtl commented 3 years ago

thank you so if I keep

false

I should not be seeing it anymore How do I update to new version? thank you

rafhtl commented 3 years ago

I fixed my local with your fix and testing thank you