2020-07-27, 00:14
Hi,
With "vfs-libarchive" or "vfs-rar" plugins installed on a Firestick 4K using Kodi v18.7 "Leia," I have trouble with very long delays, some times even Kodi crashes when opening my library that contains non-video ".rar" and ".zip" files. Removing the plugins removes any delays, and the library search works fine.
From the logs, it seems that it hangs indexing those .rar files with errors like "NFS3ERR_ACCES(-13)". To prevent indexing and searching .rar and .zip files i created a advancedsettings.xml file within the Kodi configuration with the following content (Android/data/org.xbmc.kodi/files/.kodi/userdata/):
But this didn't stop Kodi from hanging at the offending files. Is there something that can be done to prevent Kodi from "seeing" and processing those filetypes without removing the addons?
Thanks!
With "vfs-libarchive" or "vfs-rar" plugins installed on a Firestick 4K using Kodi v18.7 "Leia," I have trouble with very long delays, some times even Kodi crashes when opening my library that contains non-video ".rar" and ".zip" files. Removing the plugins removes any delays, and the library search works fine.
From the logs, it seems that it hangs indexing those .rar files with errors like "NFS3ERR_ACCES(-13)". To prevent indexing and searching .rar and .zip files i created a advancedsettings.xml file within the Kodi configuration with the following content (Android/data/org.xbmc.kodi/files/.kodi/userdata/):
xml:<advancedsettings>
<musicextensions>
<remove>.zip|.rar</remove>
</musicextensions>
<videoextensions>
<remove>.zip|.rar</remove>
</videoextensions>
</advancedsettings>
But this didn't stop Kodi from hanging at the offending files. Is there something that can be done to prevent Kodi from "seeing" and processing those filetypes without removing the addons?
Thanks!