hasse69 / rar2fs

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

fuseiso #117

Closed TMTYD closed 4 years ago

TMTYD commented 4 years ago

Hi

is it somehow possible to combine rar2fs with fuseiso?

Because sometimes also contain packed files, iso or img files.

I have already tried rar2fs with --img-type or --show-comp-img, unfortunately without success.

hasse69 commented 4 years ago

You need to be more clear what exactly your problem is. Is it getting .iso files to show up in directory listings such as ls or is it extraction of them that does not work?

TMTYD commented 4 years ago

But the ISO files are displayed, only I thought that they are also provided so that Plex finds them too.

Unfortunately, that is not the case, is there a way to combine that with fuseiso?

hasse69 commented 4 years ago

Is this not the answer to your question?

https://support.plex.tv/articles/201358273-converting-iso-video-ts-and-other-disk-image-formats/

TMTYD commented 4 years ago

Thanks for your answer, this post I have already found. Is not it possible that rar2fs the folder with the rar files mounts and then the ISO file mounts?

hasse69 commented 4 years ago

No, it does not matter if you mount the ISO or not. Unless the ISO image contains files like .avi, .mkv, .mp4 or any other video format containers that PLEX supports they cannot be used directly and must be converted. From the link I posted:

“Plex does not support the use of ISO, IMG, Video_TS, BDMV, or other “disk image” formats. If you wish to use those with Plex, you should convert them to a compatible format.“

But to answer your original question, yes you can use fuseiso on top of rar2fs (stacking) to mount image files. But if they are compressed it is very unlikely they will read properly.

Unless you have some other concerns or questions regarding rar2fs I would like to close this issue since it actually has nothing to do with mounting RAR files.

TMTYD commented 4 years ago

Ok thanks, it's alright when you close the topic.