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

Reorganize the folder structure for waifu'd images/pages #103

Open
bajuwa opened this issue May 30, 2020 · 1 comment
Open

Reorganize the folder structure for waifu'd images/pages #103

bajuwa opened this issue May 30, 2020 · 1 comment
Labels
CC Suite The larger 'chapter management' system that combines comicom with other common compiler activites enhancement New feature or request

Comments

@bajuwa
Copy link
Owner

bajuwa commented May 30, 2020

Currently waifu'd input images are in the same folder as the non-waifu'd images. These should instead be in their own folder. If we waifu the output images as well then we should also put those in a separate folder

Proposals:

[1]

working directory
 |---series name 
       |---input
             |---ch000
       |---input-waifud
             |---ch000
       |---compiled
             |---ch000
       |---compiled-waifud
             |---ch000

[2]

working directory
 |---series name 
       |---input
             |---ch000
             |---ch000-waifud
       |---compiled
             |---ch000
             |---ch000-prewaifud
             |---ch000-vulkan-n2-s2
@bajuwa bajuwa added this to the v2.0 - CC Suite Full Release milestone May 30, 2020
@bajuwa bajuwa added CC Suite The larger 'chapter management' system that combines comicom with other common compiler activites enhancement New feature or request labels May 30, 2020
@bajuwa
Copy link
Owner Author

bajuwa commented May 30, 2020

In light of #104 it might be good to have the chapter folder suffixes be formed by concatenating the keyword for the 'step' to the folder name. The example folder names being something like:

  • downloaded/ch000 for the raw images exactly as downloaded
  • input/ch000 for input images that have potentially had ads or other images removed (manually or automatically)
  • input/ch000-unmarked for input images from input/ch000 that have then had watermarks removed
  • input/ch000-unmarked-prewaifud for input images from input/ch000-unmarked that have been run through waifu (prior to compilation)
  • compiled/ch000-unmarked-waifud for input images from input/ch000-unmarked that have been compiled into pages before then being run through waifu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CC Suite The larger 'chapter management' system that combines comicom with other common compiler activites enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant