-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPTV Integration do not work or how to make it work #84
Comments
What system do you run on, and what version of kodi and drnu addon are you using? I don't use that integration myself, but I just tested it here on Ubuntu, where it seems to work as intended. I had however to clear pvr data for the guide data to appear. The flow as I understand it with this integration is to run the "Configure IPTV SImple Automatically" ones from the IPVT Manager, and then it should be setup basically :) The IPTV Manager also has a nice integration to get some debug output in the expert tab. What does that show on your side when you refresh from the channels tab? Mine shows:
|
There seem to be some new changes to the API of simpleiptv that have made several things break Maybe this is your case as well? |
Nice. IPTV simpletv failed on my Android phone running Kodi 20, but after reading add-ons/service.iptv.manager#107 (comment) I also renamed my |
Hi Rasmus!
Thank you for your response.
I have two installations of Kodi, where I have tried using the IPTV Manager.
1. Chromecast with TV, running Android 12 and Kodi 20.1 32 bit version from
app store and DR NU version v6.2.0+matrix.1
2. Windows PC, running Windows 11 Home 64 bit version 22H2 and Kodi 20.1 64
bit and DR NU version v6.2.0+matrix.1
They both behave in the same way, so I must be doing something wrong!
On the Windows PC I have run with debug enabled for the IPTV Manager and
the Kodi.log looks like this:
2023-04-18 09:38:04.715 T:97288 info <general>:
-----------------------------------------------------------------------
2023-04-18 09:38:04.715 T:97288 info <general>: Starting Kodi (20.1
(20.1.0) Git:20230312-289ec664e3). Platform: Windows NT x86 64-bit
2023-04-18 09:38:04.715 T:97288 info <general>: Using Release Kodi x64
2023-04-18 09:38:04.715 T:97288 info <general>: Kodi compiled 2023-03-12
by MSVC 193431937 for Windows NT x86 64-bit version 10.0 (0x0A00000B)
2023-04-18 09:38:04.715 T:97288 info <general>: Running on Windows 11
22H2, kernel: Windows NT x86 64-bit version 10.0.22621.1555
2023-04-18 09:38:04.715 T:97288 info <general>: FFmpeg version/source:
4.4.1-Kodi
2023-04-18 09:38:04.718 T:97288 info <general>: Host CPU: 12th Gen
Intel(R) Core(TM) i7-1260P, 16 cores available
2023-04-18 09:38:04.718 T:97288 info <general>: System has 16.0 GB of
RAM installed
2023-04-18 09:38:04.718 T:97288 info <general>: Desktop Resolution:
2880x1800 32Bit at 90Hz
2023-04-18 09:38:04.718 T:97288 info <general>: Running with restricted
rights
2023-04-18 09:38:04.718 T:97288 info <general>: Aero is enabled
2023-04-18 09:38:04.718 T:97288 info <general>: Display HDR capable is
detected and Windows HDR switch is OFF
2023-04-18 09:38:04.718 T:97288 info <general>: special://xbmc/ is
mapped to: C:\Program Files\Kodi
2023-04-18 09:38:04.718 T:97288 info <general>: special://xbmcbin/ is
mapped to: C:\Program Files\Kodi
2023-04-18 09:38:04.718 T:97288 info <general>: special://xbmcbinaddons/
is mapped to: C:\Program Files\Kodi/addons
2023-04-18 09:38:04.718 T:97288 info <general>: special://masterprofile/
is mapped to: C:\Users\krogs\AppData\Roaming\Kodi\userdata
2023-04-18 09:38:04.718 T:97288 info <general>: special://home/ is
mapped to: C:\Users\krogs\AppData\Roaming\Kodi\
2023-04-18 09:38:04.718 T:97288 info <general>: special://temp/ is
mapped to: C:\Users\krogs\AppData\Roaming\Kodi\cache
2023-04-18 09:38:04.718 T:97288 info <general>: special://logpath/ is
mapped to: C:\Users\krogs\AppData\Roaming\Kodi\
2023-04-18 09:38:04.718 T:97288 info <general>: Webserver extra
whitelist paths:
2023-04-18 09:38:04.718 T:97288 info <general>: The executable running
is: C:\Program Files\Kodi\kodi.exe
2023-04-18 09:38:04.720 T:97288 info <general>: Local hostname:
XXXXXXXXXXX
2023-04-18 09:38:04.720 T:97288 info <general>: Log File is located:
C:\Users\krogs\AppData\Roaming\Kodi\kodi.log
2023-04-18 09:38:04.720 T:97288 info <general>:
-----------------------------------------------------------------------
2023-04-18 09:38:04.720 T:97288 info <general>: loading settings
2023-04-18 09:38:04.720 T:97288 info <general>: special://profile/ is
mapped to: special://masterprofile/
2023-04-18 09:38:04.723 T:97288 info <general>: No settings file to load
(special://xbmc/system/advancedsettings.xml)
2023-04-18 09:38:04.723 T:97288 info <general>: No settings file to load
(special://masterprofile/advancedsettings.xml)
2023-04-18 09:38:04.723 T:97288 info <general>: Default Video Player:
VideoPlayer
2023-04-18 09:38:04.723 T:97288 info <general>: Default Audio Player:
paplayer
2023-04-18 09:38:04.723 T:97288 info <general>: Disabled debug logging
due to GUI setting. Level 0.
2023-04-18 09:38:04.723 T:97288 info <general>: Log level changed to
"info"
2023-04-18 09:38:04.723 T:97288 info <general>: CMediaSourceSettings:
loading media sources from special://masterprofile/sources.xml
2023-04-18 09:38:04.726 T:97288 info <general>: creating subdirectories
2023-04-18 09:38:04.726 T:97288 info <general>: userdata folder:
special://masterprofile/
...
2023-04-18 09:38:04.756 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: pvr.iptvsimple v20.9.1 installed
...
2023-04-18 09:38:04.755 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: plugin.video.drnu v6.2.0+matrix.1
installed
...
2023-04-18 09:38:04.757 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: script.timers v3.6.0 installed
2023-04-18 09:38:04.757 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: service.cronxbmc v0.1.7 installed
2023-04-18 09:38:04.757 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: service.iptv.manager
v0.2.3+matrix.1 installed
...
2023-04-18 09:38:04.757 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: service.xbmc.versioncheck
v0.5.28+matrix.1 installed
2023-04-18 09:38:04.757 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: skin.estouchy v3.0.8 installed
2023-04-18 09:38:04.757 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: skin.estuary v3.0.10 installed
2023-04-18 09:38:04.757 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: webinterface.default v19.x-2.4.8
installed
2023-04-18 09:38:04.757 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: xbmc.addon v20.1.0 installed
2023-04-18 09:38:04.757 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: xbmc.core v0.1.0 installed
2023-04-18 09:38:04.757 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: xbmc.gui v5.16.0 installed
2023-04-18 09:38:04.757 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: xbmc.json v13.0.0 installed
2023-04-18 09:38:04.757 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: xbmc.metadata v2.1.0 installed
2023-04-18 09:38:04.757 T:97288 info <general>:
CAddonMgr::ADDON::CAddonMgr::FindAddons: xbmc.python v3.0.1 installed
...
2023-04-18 09:38:05.163 T:78224 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - Create starting IPTV Simple PVR client...
2023-04-18 09:38:05.164 T:97288 info <general>: initialize done
2023-04-18 09:38:05.165 T:97288 info <general>: Running the
application...
2023-04-18 09:38:05.166 T:97288 info <general>: starting upnp client
2023-04-18 09:38:05.166 T:78224 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - Init - Loaded '3' providers mappings
2023-04-18 09:38:05.167 T:78224 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::PlaylistLoader::LoadPlayList
Playlist Loaded - 0 (ms)
2023-04-18 09:38:05.167 T:78224 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::PlaylistLoader::LoadPlayList -
Loaded 17 channels.
2023-04-18 09:38:05.167 T:78224 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::PlaylistLoader::LoadPlayList -
Loaded 1 channel groups.
2023-04-18 09:38:05.167 T:78224 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::PlaylistLoader::LoadPlayList -
Loaded 0 providers.
2023-04-18 09:38:05.167 T:78224 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::PlaylistLoader::LoadPlayList -
Loaded 0 media items.
...
2023-04-18 09:38:05.349 T:78224 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::Epg::LoadChannelEpgs - Loaded
'16' EPG channels.
2023-04-18 09:38:05.374 T:78224 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::Epg::LoadEpgEntries - Loaded
'1685' EPG entries.
2023-04-18 09:38:05.381 T:78224 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::Epg::LoadEPG - EPG Loaded -
214 (ms)
2023-04-18 09:38:05.383 T:78224 info <general>: AddOnLog:
pvr.iptvsimple: IptvSimple::Initialise Starting separate client update
thread...
2023-04-18 09:38:05.384 T:78224 info <general>: PVR Manager: Starting
2023-04-18 09:38:05.396 T:119664 info <general>: PVR Manager: Started
2023-04-18 09:38:06.587 T:124332 info <general>: [service.iptv.manager]
[resources.lib.service] Service started
...
2023-04-18 09:38:35.433 T:119664 info <general>: PVR Manager: Starting
cleanup of cached images.
2023-04-18 09:38:35.448 T:119664 info <general>: PVR Manager: Cleaned up
0 cached images.
...
2023-04-18 10:09:28.224 T:121300 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - Create starting IPTV Simple PVR client...
2023-04-18 10:09:28.227 T:121300 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - Init - Loaded '3' providers mappings
2023-04-18 10:09:28.228 T:121300 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::PlaylistLoader::LoadPlayList
Playlist Loaded - 0 (ms)
2023-04-18 10:09:28.228 T:121300 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::PlaylistLoader::LoadPlayList -
Loaded 17 channels.
2023-04-18 10:09:28.228 T:121300 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::PlaylistLoader::LoadPlayList -
Loaded 1 channel groups.
2023-04-18 10:09:28.228 T:121300 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::PlaylistLoader::LoadPlayList -
Loaded 0 providers.
2023-04-18 10:09:28.228 T:121300 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::PlaylistLoader::LoadPlayList -
Loaded 0 media items.
2023-04-18 10:09:28.400 T:121300 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::Epg::LoadChannelEpgs - Loaded
'16' EPG channels.
2023-04-18 10:09:28.423 T:121300 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::Epg::LoadEpgEntries - Loaded
'1687' EPG entries.
2023-04-18 10:09:28.433 T:121300 info <general>: AddOnLog:
pvr.iptvsimple: pvr.iptvsimple - iptvsimple::Epg::LoadEPG - EPG Loaded -
205 (ms)
2023-04-18 10:09:28.439 T:121300 info <general>: AddOnLog:
pvr.iptvsimple: IptvSimple::Initialise Starting separate client update
thread...
2023-04-18 10:09:28.439 T:121300 info <general>: PVR Manager: Starting
2023-04-18 10:09:28.447 T:99108 info <general>: PVR Manager: Started
2023-04-18 10:09:58.522 T:99108 info <general>: PVR Manager: Starting
cleanup of cached images.
2023-04-18 10:09:58.542 T:99108 info <general>: PVR Manager: Cleaned up
0 cached images.
2023-04-18 10:10:05.500 T:97288 info <general>: Loading skin file:
MyPVRGuide.xml, load type: KEEP_IN_MEMORY
2023-04-18 10:10:11.973 T:97288 error <general>: Control 55 in window
10025 has been asked to focus, but it can't
2023-04-18 10:10:52.873 T:104960 info <general>: [service.iptv.manager]
[resources.lib.functions] Routing to function: setup-iptv-simple
2023-04-18 10:10:55.274 T:105324 info <general>: PVR Manager: Stopping
2023-04-18 10:10:55.573 T:36428 info <general>: EPG Container:
Persisting unsaved events...
2023-04-18 10:10:55.573 T:36428 info <general>: EPG Container:
Persisting events done
2023-04-18 10:10:55.574 T:99108 info <general>: PVR Manager: Stopped
2023-04-18 10:10:56.472 T:105324 info <general>: ADDON: Dll Destroyed -
IPTV Simple Client
...
When I go to the TV part to see the result I just get this: PVR manager is
starting up 0%
And it stays there.
[image: image.png]
I can then reboot Kodi to get the previous version of the TV part back.
Any suggestions or tests?
Regards
Hans
Den man. 17. apr. 2023 kl. 22.35 skrev Rasmus Lundsgaard <
***@***.***>:
… What system do you run on, and what version of kodi and drnu addon are you
using?
I don't use that integration myself, but I just tested it here on Ubuntu,
where it seems to work as intended. I had however to clear pvr date for the
guide data to appear.
[image: image]
<https://user-images.githubusercontent.com/6922018/232583921-cd3f7a52-5299-4b68-8581-094291208815.png>
The flow as I understand it with this integration is to run the "Configure
IPTV SImple Automatically" ones from the IPVT Manager, and then it should
be setup basically :)
[image: image]
<https://user-images.githubusercontent.com/6922018/232591151-4a3dc190-5dcf-46e2-bbbe-9b1c186556c8.png>
The IPTV Manager also has a nice integration to get some debug output in
the expert tab. What does that show on your side when you refresh from the
channels tab?
Mine shows:
2023-04-17 21:32:59.241 T:20547 info <general>: PVR Manager: Stopped
2023-04-17 21:33:00.865 T:21514 info <general>: ADDON: Dll Destroyed - IPTV Simple Client
2023-04-17 21:33:01.074 T:21515 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - Create starting IPTV Simple PVR client...
2023-04-17 21:33:01.078 T:21515 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - Init - Loaded '3' providers mappings
2023-04-17 21:33:01.080 T:21515 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - LoadPlayList Playlist Loaded - 1 (ms)
2023-04-17 21:33:01.080 T:21515 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - LoadPlayList - Loaded 4 channels.
2023-04-17 21:33:01.080 T:21515 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - LoadPlayList - Loaded 1 channel groups.
2023-04-17 21:33:01.080 T:21515 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - LoadPlayList - Loaded 0 providers.
2023-04-17 21:33:01.080 T:21515 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - LoadPlayList - Loaded 0 media items.
2023-04-17 21:33:01.080 T:21515 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - LoadChannelEpgs - Loaded '4' EPG channels.
2023-04-17 21:33:01.082 T:21515 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - LoadEpgEntries - Loaded '39' EPG entries.
2023-04-17 21:33:01.083 T:21515 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - LoadEPG - EPG Loaded - 3 (ms)
2023-04-17 21:33:01.083 T:21515 info <general>: AddOnLog: pvr.iptvsimple: Initialise Starting separate client update thread...
2023-04-17 21:33:01.084 T:21515 info <general>: PVR Manager: Starting
—
Reply to this email directly, view it on GitHub
<#84 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AES3STE65XBOHPEAZHMGP2DXBWLQVANCNFSM6AAAAAAXBQYF3A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I also renamed my addon_data/pvr.iptvsimple/settings.xml to addon_data/pvr.iptvsimple/instance-settings-1.xml and ;-( |
Fiddeling forth and back - now DR TV in IPTV Simple Client ;-) |
So it's partly working now or? If so what was the problem? |
Hi Rasmus!
Renaming settings.xml to instance-settings-1.xml solved the problem on
Windows and on Chromecast with TV
Regards
Hans
Den tirs. 18. apr. 2023 kl. 17.53 skrev Rasmus Lundsgaard <
***@***.***>:
… So it's partly working now or? If so what was the problem?
—
Reply to this email directly, view it on GitHub
<#84 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AES3STFJGQN35S2Y7BCBDVDXB2TIJANCNFSM6AAAAAAXBQYF3A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have set up IPTV Simple client to accept my IPTV favorite channels - works fine and fast.
The DRNU have an option with IPTV Manager.
When I activate that it seems to stop the IPTV Simple Client from working - It tries to update, but stays at 0%.
Restarting Kodi makes IPTV Simple Client to work again.
Is there somewhere an explanation on how to use this setting?
Regards
Hans
The text was updated successfully, but these errors were encountered: