-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
(Automatic) File conversion #67
Labels
enhancement
New feature or request
Comments
I'd say an option for CBZ conversion would be pretty nice - especially given CBZ supports archive tagging for metadata (which would then tie in with #50 pretty nicely, as it would mean an issue could be converted to CBZ and have the metadata embedded in the archive tags). |
Using something like oogg06/cbr2cbz could be a good starting point for the conversion side |
Merged
Casvt
added a commit
that referenced
this issue
Nov 27, 2023
* Update docs link * Add setting for cbz conversion, include DB migration for it * Add button for conversion * Begin function maps and listeners * Add CSS for convert * Add convert tasks * Add conversion endpoints * Set base for conversion in backend * Remove vestigial setting. * Prepared API for convert * Fixing settings output for empty 'format_preference' vale * Added mock returns for conversion API endpoint * Finished conversion infrastructure in backend * Added conversion to post-processing * Added convert window in UI * Fixed post-processing function for conversion * Added conversion settings in UI * Merged unzipping in to conversion --------- Co-authored-by: Dyson Parkes <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The format that the file is in supplied is also the final format on the drive.
Describe the solution you'd like
The ability to convert between file formats (e.g. try to convert all files to CBR if possible). It should also be possible to automatically do this when importing downloaded files. As many conversion directions should be added as possible.
Additional context
There are loads of scripts on GitHub for individual type-to-type conversions. Basically find a script for each type of conversion and combine them all.
The text was updated successfully, but these errors were encountered: