Skip to content

General enhancements - #181

Open
ProjectDislocate wants to merge 80 commits into
Girbons:mainfrom
ProjectDislocate:metadata-improvement
Open

General enhancements #181
ProjectDislocate wants to merge 80 commits into
Girbons:mainfrom
ProjectDislocate:metadata-improvement

Conversation

@ProjectDislocate

@ProjectDislocate ProjectDislocate commented Apr 21, 2026

Copy link
Copy Markdown

Sorry for the massive pr, this rapidly spiraled as I found more and more issues. (I understand if this is too much, figured I should at least attempt to upstream this instead of having it rot in a private fork.)

This pr includes:

  • fixes for invalid filenames
  • prevents files overwriting each other
  • hollisticated-horse's improved test suite
  • Range with Volumes problem #177
  • changes to internal structures for better clarity on what they represent
  • comicinfo.xml support
    • changes to some providers to get additional info for it
  • http-proxy support
  • various ctx timeout fixes
  • webp output support
  • optional libjpeg support as std go lib refuses to handle certain malformed jpeg images

ckorhonen and others added 30 commits January 7, 2026 18:37
- Add error check when finding chapter list
- Normalize URLs with proper trimming and validation
- Add fallback for missing select box
- Add empty chapters validation
- Fix variable naming (issueUrl -> issueURL)
- Add detailed debug logging with base64-encoded snippets
- Log fetch URL and request failures
- Show obfuscated entry count and decoded link preview
- Limit snippet size to prevent log overflow
fixes issues with certain images not being decoded properly
causes issues on windows file systems
go-libjpeg doesn't support encoding as many formats as std go lib
Series titles are now used to set the folder the comics are placed in. Chapter titles are used to set the filename.
This change also lets site providers fill in more metadata about a comic before any folder is created. More advanced formatting folder structures are enabled by this, like futher subdividing comics into volume folders.
prevents long running downloads from failing despite more images in queue
@hollisticated-horse

Copy link
Copy Markdown
Collaborator

Hey, thank you for the PR !

I was about to merge my own changes, so you can remove them from this PR.

I'll read through this in the next week. I hope I can merge this quickly :D

@hollisticated-horse

hollisticated-horse commented Apr 24, 2026

Copy link
Copy Markdown
Collaborator

@ProjectDislocate actually, looking at my own changes, I think there might be a bit of an overlap in features.

I also changed quite a few things around. I would love to have you input before merging my own PR → #182

@ProjectDislocate

Copy link
Copy Markdown
Author

I'll rebase my changes on top of your changes once you merge it in if your okay with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants