• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 7
Android Simple Client not working on Kodi 20.1
#46
I managed to make it works using
Code:
mv /storage/.kodi/userdata/addon_data/pvr.iptvsimple/settings.xml /storage/.kodi/use rdata/addon_data/pvr.iptvsimple/instance-settings-1.xml

This is on a fresh install of libreeelc 11.0.0 that comes with nexus with catchup TV plugin

I followed this post :
https://github.com/add-ons/service.iptv....issues/107
Reply
#47
(2023-03-31, 21:03)rlw6534 Wrote:
(2023-03-31, 20:43)phunkyfish Wrote:
(2023-03-31, 18:25)rlw6534 Wrote: OK.  I disabled iptvsimple, added my configuration and checked with the file manager and the configuration was saved.  I restarted Kodi, went to file manager and the configuration was still there.  I went to addons and looked at the iptvsimple configuration and it was reset to defaults (as unknown).  I never even enabled it.

And yes, I deleted settings.xml before all of this.

Can you send me a copy of the settings.xml so I can test it here?
Check PM.

Can you try setting the following 3 fields in settings.xml file, then delete the instance-setting-*.xml files?

Code:

 <setting id="m3uPathType" default="true">1</setting>
 <setting id="m3uPath" default="true" />
 <setting id="m3uUrl"><insert-your-url-here.m3u></setting>

Once done restart and we can see what instance-settings-1.xml file is created.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#48
(2023-04-02, 15:02)phunkyfish Wrote:
(2023-03-31, 21:03)rlw6534 Wrote:
(2023-03-31, 20:43)phunkyfish Wrote: Can you send me a copy of the settings.xml so I can test it here?
Check PM.

Can you try setting the following 3 fields in settings.xml file, then delete the instance-setting-*.xml files?

Code:

 <setting id="m3uPathType" default="true">1</setting>
 <setting id="m3uPath" default="true" />
 <setting id="m3uUrl"><insert-your-url-here.m3u></setting>

Once done restart and we can see what instance-settings-1.xml file is created.

A few more clues would be that the iOS version works fine on my iPad, it's only the TVOS version that doesn't work.   I reverted back to 20.7.0 of your add-on and it works fine with my Apple TV (Kodi 20.1).   So it must be something to do with the migration to multiple instances (which I'm not using).  

Files here (using your test version from above):

https://drive.google.com/drive/folders/1...sp=sharing
Reply
#49
Same error here too with a fresh installation together with Catch Up TV and More.
Logs here: 

kavopebiva.kodi (paste)
Reply
#50
(2023-03-31, 14:55)phunkyfish Wrote: Can someone try these testbuild's and see if they make a difference? In these testbuild I reverted the async connect support.

https://jenkins.kodi.tv/blue/organizatio.../artifacts

how to install this? when i tried "install from zip file" it gave me the error ...

Code:
Failed to install add-on from zip-file (The dependency on inputstream.ffmpegdirect version 0.0.0. could not be satisfied)
Reply
#51
(2023-04-03, 16:21)rod1969 Wrote:
(2023-03-31, 14:55)phunkyfish Wrote: Can someone try these testbuild's and see if they make a difference? In these testbuild I reverted the async connect support.

https://jenkins.kodi.tv/blue/organizatio.../artifacts

how to install this? when i tried "install from zip file" it gave me the error ...

Code:
Failed to install add-on from zip-file (The dependency on inputstream.ffmpegdirect version 0.0.0. could not be satisfied)

Which device are you using?
Reply
#52
(2023-04-03, 16:34)rlw6534 Wrote:
(2023-04-03, 16:21)rod1969 Wrote:
(2023-03-31, 14:55)phunkyfish Wrote: Can someone try these testbuild's and see if they make a difference? In these testbuild I reverted the async connect support.

https://jenkins.kodi.tv/blue/organizatio.../artifacts

how to install this? when i tried "install from zip file" it gave me the error ...

Code:
Failed to install add-on from zip-file (The dependency on inputstream.ffmpegdirect version 0.0.0. could not be satisfied)

Which device are you using?

If it's an AppleTV you have to add the new version of iptvsimple to org.xbmc.kodi-tvos_20.1-0-tvos/Applications/Kodi.app/AppData/AppHome/addons and re-sign the Kodi.app and reinstall. You can also add inputstream.ffmpeg.direct to the same folder as it isn't distributed with the TVOS build.  You can get it here:  

https://jenkins.kodi.tv/view/Nexus%20Bin...20.5.0.zip

I'm not 100% sure you have to re-sign, but I always do anyway.
Reply
#53
(2023-04-03, 16:44)rlw6534 Wrote:
(2023-04-03, 16:34)rlw6534 Wrote:
(2023-04-03, 16:21)rod1969 Wrote: how to install this? when i tried "install from zip file" it gave me the error ...

Code:
Failed to install add-on from zip-file (The dependency on inputstream.ffmpegdirect version 0.0.0. could not be satisfied)

Which device are you using?

If it's an AppleTV you have to add the new version of iptvsimple to org.xbmc.kodi-tvos_20.1-0-tvos/Applications/Kodi.app/AppData/AppHome/addons and re-sign the Kodi.app and reinstall. You can also add inputstream.ffmpeg.direct to the same folder as it isn't distributed with the TVOS build.  You can get it here:  

https://jenkins.kodi.tv/view/Nexus%20Bin...20.5.0.zip

I'm not 100% sure you have to re-sign, but I always do anyway.
yes i have an apple tv ... where is this folder? when i am in kodi file manager the only directory i can see is the "profile directory", "envhome" and "inbox" (which i cant open)
Reply
#54
(2023-04-03, 16:59)rod1969 Wrote:
(2023-04-03, 16:44)rlw6534 Wrote:
(2023-04-03, 16:34)rlw6534 Wrote: Which device are you using?

If it's an AppleTV you have to add the new version of iptvsimple to org.xbmc.kodi-tvos_20.1-0-tvos/Applications/Kodi.app/AppData/AppHome/addons and re-sign the Kodi.app and reinstall. You can also add inputstream.ffmpeg.direct to the same folder as it isn't distributed with the TVOS build.  You can get it here:  

https://jenkins.kodi.tv/view/Nexus%20Bin...20.5.0.zip

I'm not 100% sure you have to re-sign, but I always do anyway.
yes i have an apple tv ... where is this folder? when i am in kodi file manager the only directory i can see is the "profile directory", "envhome" and "inbox" (which i cant open)

How are you signing and installing the Kodi.app?   I'm using a MacBook and you can right-click on Kodi.app and select "Show Package Contents".  You can't do it from within Kodi.  Changing the binary add-ins require a new install.  I'm using Xcode and enabling the Top Shelf and signing with iOS App Signer (developer account).
Reply
#55
(2023-04-03, 17:13)rlw6534 Wrote: How are you signing and installing the Kodi.app?   I'm using a MacBook and you can right-click on Kodi.app and select "Show Package Contents".  You can't do it from within Kodi.  Changing the binary add-ins require a new install.  I'm using Xcode and enabling the Top Shelf and signing with iOS App Signer (developer account).
i m downloading the kodi deb file from kodi.tv signing it with ios app signer as you mentioned with developer account and with xcode i install it to the apple tv. i dont know what you mean with enabling the top shelf.
Reply
#56
(2023-04-03, 17:34)rod1969 Wrote:
(2023-04-03, 17:13)rlw6534 Wrote: How are you signing and installing the Kodi.app?   I'm using a MacBook and you can right-click on Kodi.app and select "Show Package Contents".  You can't do it from within Kodi.  Changing the binary add-ins require a new install.  I'm using Xcode and enabling the Top Shelf and signing with iOS App Signer (developer account).
i m downloading the kodi deb file from kodi.tv signing it with ios app signer as you mentioned with developer account and with xcode i install it to the apple tv. i dont know what you mean with enabling the top shelf.

I use this method:  https://kodi.wiki/view/HOW-TO:Install_Ko..._Top_Shelf

It requires you to unzip the .deb and the data.tar.xz and you can then modify Kodi.app (Show Package Contents).  The TopShelf allows Kodi to populate the top section of the Apple TV interface with items from the Kodi library similar to some other apps.
Reply
#57
Just a note that my windows install reverted to working.
I suspect it was caused by the Kayo addin setting something incorrectly which was fixed in a subsequent update.
Reply
#58
(2023-04-03, 17:48)rlw6534 Wrote: It requires you to unzip the .deb and the data.tar.xz and you can then modify Kodi.app (Show Package Contents).  The TopShelf allows Kodi to populate the top section of the Apple TV interface with items from the Kodi library similar to some other apps.

I only have a free developer account!
Reply
#59
(2023-04-04, 02:06)rod1969 Wrote:
(2023-04-03, 17:48)rlw6534 Wrote: It requires you to unzip the .deb and the data.tar.xz and you can then modify Kodi.app (Show Package Contents).  The TopShelf allows Kodi to populate the top section of the Apple TV interface with items from the Kodi library similar to some other apps.

I only have a free developer account!

So no TopShelf then.  Maybe you can still modify items on the addons directory but I don't know for sure.  I'm pretty sure that iptvsimple is still broken on AppleTV so it may not be worth trying unless you just want to tinker...
Reply
#60
(2023-04-04, 13:55)rlw6534 Wrote:
(2023-04-04, 02:06)rod1969 Wrote: I only have a free developer account!

So no TopShelf then.  Maybe you can still modify items on the addons directory but I don't know for sure.  I'm pretty sure that iptvsimple is still broken on AppleTV so it may not be worth trying unless you just want to tinker...

i will sit it out till an update to kodi 20.1 comes out! but thanks for your help and advice.
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 7

Logout Mark Read Team Forum Stats Members Help
Simple Client not working on Kodi 20.10