hasse69 / rar2fs

FUSE file system for reading RAR archives
https://hasse69.github.io/rar2fs/
GNU General Public License v3.0
272 stars 25 forks source link

exclude file filter and wildcards #187

Open PatriotM opened 1 month ago

PatriotM commented 1 month ago

Hi,

is there a possibility that I can also work with wildcard? so that it hides everything with *.720p.* ?

--exclude=F1[;F2...] exclude file filter

Nischi85 commented 1 month ago

I'd like this as well to filter out "sample" files and folders

hasse69 commented 1 month ago

I think you might have misunderstood the purpose of this option. It does not provide a mechanism to "hide" files, since that is not part of what a transparent file system like rar2fs is designed for. If you need to filter out specific files from showing up there are other FUSE file systems you can use on top of rar2fs that will solve that problem for you. Please read the man page for rar2fs and I think it might become more clear what is the purpose of the "exclude" option.

https://filterfs.sourceforge.net

https://github.com/gburca/rofs-filtered