-
Notifications
You must be signed in to change notification settings - Fork 24
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
Scan is extracting files #102
Comments
And it is not possible to disable or uninstall the add-on, the options to do so are grayed out/disabled. |
I'm experiencing this exact same problem. It seems to be isolated to the Movies source though. As soon as I enter that source while browsing files, the rar-addon starts going through all the sub-folders and unpacks every subtitle-rar it finds. For large files it does ask first though, but everything that falls below whatever the threshold is, is extracted to the temp dir. I'm running Kodi on an nVidia Shield and I only have less than 1 Gb of free space, which gets eaten up pretty quickly by these unpacked subtitles. The original files are stored on my NAS, but they get extracted to the temp folder on the Shield. The only way to stop the process (that I've found) is to force stop Kodi and restart it. But whenever I enter the Movies source again, the process starts right back up. I've only noticed this happening in the Movies source. The TV-shows source seems unaffected by this issue, from what I can tell. The greyed out "disable" and "uninstall" buttons in the add-on settings only seem to happen when the unpacking process is running. If I start up Kodi and don't go into the Movies source (and avoid triggering the unpacking process) the disable and uninstall options are available. |
You can disable the question about unpacking big files, but if you disable it, it will unpack files that are compressed too and if that is a big 48GB ISO full BD it will take forever and you will mostly ran out of disk space. It shouldn't need to unpack files that are STORED. Most subs are compressed and that is why you get this question. I don't know why it will include the subs, but it is an old issue that has been around since 18.x. Even if you try to exclude them in the advancedsettings.xml it won't work :( |
Yeah, I know about the setting for asking before unpacking large files, and that seems to work as expected. I definitely don't want to disable that. :) And yes, the issue only applies to compressed rars. The problem though is that vfs.rar even tries to unpack every compressed rar-file it finds automatically at all, just by browsing the Movies source. That must be a bug, right? I can't think of any reason to unpack subs until you actually need them. That is, when you specifically request the player to use those particular subtitles. As for why it only seems to affect the Movies media source and not the TV Shows source, I don't know. In Kodi 18.x I never experienced this problem of triggering an automatic unpacking of any sort just by browsing a media source. It would however cause Kodi to crash when it tried to scan a folder to the library, if that folder contained a rared sub (it still does actually). And like you said, trying to exclude subs in advancedsettings.xml doesn't work either. The workaround for the latter issue (crashing Kodi) has been for me to change the extension of all problematic rars to something else, then do the scan, then change them back to .rar. The auto-unpacking issue though, I don't know how to get around. I kind of have to go into the Movies source if I ever want to add new movies to my library, right? :) |
I too get this. Nvidia Shield TV (2017) |
Mostly the same issue with for me. I turned Off the option "Asks to unpack" - then at least I don't get bothered anymore with it. RAR archive support: Not enough memory available to decompress file in the bottom right, and stuff like this: in kodi.log. As @Sopor wrote: in Kodi 18, vfs.rar also seemed to break / start showing this behavior after versions >2.0.8 at that time. |
I also get the |
Updated to latest Kodi and was forced to update the rar archive add on, which I had rolled back to version that was working. And now it is a mess.
Why does the add-on need to unpack the files while scanning? I have not seen this behaviour before. It feels like the underlying logic how this should work is completely broken.
Windows 7
Kodi 19.0.0
Rar archive support 4.0.0
The text was updated successfully, but these errors were encountered: