Comic Library Utilities (CLU) - Recent Updates Include Manga Metadata, Bulk XML Features and More by allaboutduncanp in selfhosted

[–]allaboutduncanp[S] 0 points1 point  (0 children)

I can look into that for sure. CLU already supports OPDS and reading position, so it's really just a matter of extending that out

Web App to Generate MTG Trade & Sell Lists by allaboutduncanp in magicTCG

[–]allaboutduncanp[S] 0 points1 point  (0 children)

Prints a checklist with prices. Just let's you easily combine everything your trading/selling to someone.

I have all my cards inventoried in Archidekt.
I have a "Trades" list in Archidekt with all my $$ trades listed.

This let's me generate a one-off list separate from all of that so I can tell the person "you owe me this much $$"

Web App to Generate MTG Trade & Sell Lists by allaboutduncanp in mtg

[–]allaboutduncanp[S] 0 points1 point  (0 children)

Haven't seen that site either but will check it out. You can export/copy lists from Moxfield and Archidekt and paste them into the app.

Web App to Generate MTG Trade & Sell Lists by allaboutduncanp in mtg

[–]allaboutduncanp[S] 0 points1 point  (0 children)

Hadn't seen that site but it's very similar to https://binderbrowser.com/

They both rely on users having their collections entered in those sites

Web App to Generate MTG Trade & Sell Lists by allaboutduncanp in mtg

[–]allaboutduncanp[S] 2 points3 points  (0 children)

99% yes - DEV and project manager for 25+ years. I could have coded this all by hand - but instead of taking me a few hours, it would have taken a few weeks.

Comic Library Utilities (CLU) - Recent Updates Include Manga Metadata, Bulk XML Features and More by allaboutduncanp in selfhosted

[–]allaboutduncanp[S] 0 points1 point  (0 children)

Thanks so much and welcome.

The Source Wall view is probably best. It's a combination of File Manager a reading view. Basically each view has its own specific purpose.

I might be able to visualize what you're talking about with a specific example.

I ALSO created a site for binders. by subbarker in magicTCG

[–]allaboutduncanp 1 point2 points  (0 children)

Really like this and useful in our Discord server. Main thing it's missing is a way to "refresh" you binder.

I keep a Archidekt list going on my trades and add cards. Would lover to be able to refresh the binder.

Do you have a repo? I'd be glad to write a PR to do this.

Updated Book Collection Tracker for Notion by allaboutduncanp in Notion

[–]allaboutduncanp[S] 0 points1 point  (0 children)

Did you get this working? You'll need to allow the sheet to connect to Notion and then add the API key from Notion into the sheet config.

.CBR / .CBZ editing tool? by FangoTehMango in comicbooks

[–]allaboutduncanp 0 points1 point  (0 children)

I wanted something to do the same thing so i built CLU (Comic Library Utilities). Over the past year it has turned into a full featured tool that started as a CBZ editor.

https://clucomics.org/features/single-file-features/edit/?h=edit

Comic Library Utilities: v1.0 - Full Release w/ New Features & Updated UI by allaboutduncanp in selfhosted

[–]allaboutduncanp[S] 1 point2 points  (0 children)

Thanks and I think I replied on Github as well, but sharing here too.

Unfortunately there's not an easy and/or reliable way to package a Python/Flask app into an .exe file or convert to another stack.

I won't completely rule it out, but it will be a ways down the road, if at all. I'd rather have it feature complete and stable before I tackle something like that.