Skip to content
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

Closed
Casvt opened this issue Jul 11, 2023 · 2 comments · Fixed by #103
Closed

(Automatic) File conversion #67

Casvt opened this issue Jul 11, 2023 · 2 comments · Fixed by #103
Labels
enhancement New feature or request

Comments

@Casvt
Copy link
Owner

Casvt commented Jul 11, 2023

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.

@Casvt Casvt added the enhancement New feature or request label Jul 11, 2023
@Berserkir-Wolf
Copy link
Collaborator

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).

@Berserkir-Wolf
Copy link
Collaborator

Using something like oogg06/cbr2cbz could be a good starting point for the conversion side

@Casvt Casvt linked a pull request Nov 23, 2023 that will close this issue
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
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants