CBZ/CBR thumbnail support #2456
rudexi
started this conversation in
Feature Request
Replies: 2 comments 2 replies
-
Great idea! @fogodev would be your guy for the hints. I also recommend joining our discord server for easier communication :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here, in this function, we dispatch an appropriate handler for the desired extension. So I think that to support it we only need to create a new handler here, and then pass the new extensions to be allowed in the thumbnailer. spacedrive/crates/images/src/handler.rs Lines 29 to 67 in 4447820 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I'd like to suggest the support of thumbnails for CBZ/CBR formats (for comic/manga).
For format itself is a simple zip/rar file, containing images, and renamed into .cbz/.cbr, respectively.
Usually, most explorers supporting it display the first image found in the archive (by alphabetic order).
So far on Windows explorer, I was using this project to display CBZ thumbnails
https://github.com/T800G/CBXShell
I have some experience on Rust and Typescript, so I'm willing to work on it. I'd just need some hints on how to add a new thumbnail format.
Beta Was this translation helpful? Give feedback.
All reactions