You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Describe your suggested feature
If the option Ignore single folders (Open automatically) is activated ignore single folders also in images.
For example, in the following case:
Folder name 01
└── Folder name 01
└── File name 01.cbz
Folder name 02
└── Folder name 02
├── image 01.jpg
└── image 02.jpg
It should be processed as if it were like this:
File name 01.cbz
Folder name 02
├── image 01.jpg
└── image 02.jpg
But not in the following cases:
Folder name
└── Folder name
├── File name 01.cbz
├── File name 02.cbz
└── ...
Folder name
├── Folder name 01
│ ├── image 01.jpg
│ └── image 02.jpg
├── Folder name 02
│ ├── image 01.jpg
│ └── image 02.jpg
└── ...
Additional Information
Any chance this could be made to work such that if there is only one image displayed in the poster, it would always cover the whole poster instead of only one quarter?
For example, currently if a folder or archive contains only one subfolder, the poster shows the first image in the top-left corner and leaves the rest blank.
It might work when the Ignore single folders (Open automatically) option is enabled, as it does something similar.
I tested that with OpenComic v1.3.1 and it doesn't seem to affect the poster.
Note: in my case I also have zip files, each containing a single folder. They go like this:
book.zip
└── single folder
├── page-1.jpg
├── page-2.jpg
└── page-3.jpg
If they could also have the first image fill the poster that would be great.
In case you wonder why I would want to keep such a structure instead of moving the image files out of their parent folder, the main reason I remember is to prevent a potential mess when unzipping several zip files at once (some file browsers or scripts don't auto-generate a containing folder when unzipping, so without a parent folder in each archive, all the files of all the archives would be dumped in the current directory).
I tested that with OpenComic v1.3.1 and it doesn't seem to affect the poster.
I think I explained it wrong, this option currently does nothing with posters/images, it only applies when opening folders, in this cases if you open a folder and there is only a sinle folder inside it, it will open automatically until there is more than one folder or there are no more folders to open.
So what I wanted to say is that the same could be done with posters/images when this option is active, which is not currently done.
Preflight Checklist
Describe your suggested feature
If the option
Ignore single folders (Open automatically)
is activated ignore single folders also in images.For example, in the following case:
It should be processed as if it were like this:
But not in the following cases:
Additional Information
Originally posted by @ChameleonScales in #168 (comment)
Sample file
No response
The text was updated successfully, but these errors were encountered: