Skip to content

Commit

Permalink
changed: disable rar support
Browse files Browse the repository at this point in the history
multi-volume support in libarchive cannot use callbacks,
do not handle seeks graciously and various other show-stoppers.

since rar is often multi-volume disable the support. use vfs.rar.
  • Loading branch information
akva2 committed Dec 6, 2017
1 parent a54fb5b commit 8fa085e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vfs.libarchive/addon.xml.in
Expand Up @@ -8,7 +8,7 @@
<extension
point="kodi.vfs"
protocols="archive"
extensions=".7z|.tar.gz|.tar.bz2|.tar.xz|.zip|.rar|.tgz|.tbz2|.gz|.bz2|.xz"
extensions=".7z|.tar.gz|.tar.bz2|.tar.xz|.zip|.tgz|.tbz2|.gz|.bz2|.xz"
files="true"
directories="true"
filedirectories="true"
Expand Down

0 comments on commit 8fa085e

Please sign in to comment.