2016-08-22, 03:29
There seems to be an issue with the movie/series search that is used for part if the genre. I haven't had time to check what may have changed at zap2it, but I have a temporary work around that you can use to get data back. The only issue is I've been converting the addon from the old layout that the original used to the proper kodi addon layout. As a result, you have two choices in updating.
First, you can uninstall the current zap2xml addon and reinstall/setup using the file linked below. You will be starting over with data and setting up the channel sources.
Second, you can download the file linked below, and extract the zap2xml.py file. Then copy this over file located in your .kodi/addons/tools.module.zap2xml folder. This will keep your current setup intact and should work.
Sorry about the change, but I realized in prepping this for addition to the kodi/LE repos that the original way the addon was built (folder naming and layout) was not the correct method.
Here is the link:
https://www.dropbox.com/s/tjggtefc792gae...l.zip?dl=0
As a side note, for those of you trying to tweak your raspberry pi, amogic boxes, etc setups from a windows computer and don't want to ssh for dealing with files like this. You can add your .kodi (and other hidden) folders to the samba share so it shows up in windows navigator. Just add the following lines to your samba.conf file located in your Configfiles folder (which is your .config folder!) [you can edit in the simple wordpad program if you want]
If you haven't setup your samba.conf file - you'll see a sample file in that folder. Just remove the .sample extension and reboot.
First, you can uninstall the current zap2xml addon and reinstall/setup using the file linked below. You will be starting over with data and setting up the channel sources.
Second, you can download the file linked below, and extract the zap2xml.py file. Then copy this over file located in your .kodi/addons/tools.module.zap2xml folder. This will keep your current setup intact and should work.
Sorry about the change, but I realized in prepping this for addition to the kodi/LE repos that the original way the addon was built (folder naming and layout) was not the correct method.
Here is the link:
https://www.dropbox.com/s/tjggtefc792gae...l.zip?dl=0
As a side note, for those of you trying to tweak your raspberry pi, amogic boxes, etc setups from a windows computer and don't want to ssh for dealing with files like this. You can add your .kodi (and other hidden) folders to the samba share so it shows up in windows navigator. Just add the following lines to your samba.conf file located in your Configfiles folder (which is your .config folder!) [you can edit in the simple wordpad program if you want]
Code:
[kodi]
path = /storage/.kodi
available = yes
browsable = yes
public = yes
writable = yes
root preexec = mkdir -p /storage/.kodi
If you haven't setup your samba.conf file - you'll see a sample file in that folder. Just remove the .sample extension and reboot.