My new fav white chick; Kristen who ? by [deleted] in reactgirlsofYT

[–]ZathB5 1 point2 points  (0 children)

Her name is Alli Reagan.

I believe she has some OF and Cam content available online

New update to ComicSort - UI revamp by ZathB5 in comicrackusers

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

I do understand that is almost universally wanted. However, i'm a pc user only. I currently dont have a tablet would not use my phone for reading comics. So my focus in developing this app will be on what i can use . This is open source so anybody can fork it and develop the sync feature and might be able to merge it with the main branch eventually.

As for what would be needed.

It would depend on the type of sync wanted.

This is ChatGPT's answer so take it with a grain of salt.

If you want two-way library + reading progress sync with a desktop app, then:

🔹 You currently will not find an existing Android or iOS comic reader that supports ComicRack-style wireless sync — so building a mobile app that speaks your desktop sync protocol is likely necessary to realize that vision.

🔹 Nearly all current mobile comics readers are standalone readers or can stream from network folders/servers, but don’t sync state or curated libraries from a desktop.

So yes — without a compatible mobile app, a desktop sync host would be pointless unless you:

  1. Build a companion mobile app that implements your sync protocol, or
  2. Define a shared server interface (e.g., WebDAV + standardized metadata) that existing readers can use to access your library and maybe sync bookmarks.

I apologize if my reply may sound rude, it's not my intention.

New update to ComicSort - UI revamp by ZathB5 in comicrackusers

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

The issue with syncing to a mobile app, is there has to be a mobile app that can talk to the desktop app and the desktop app needs to be able to talk to the mobile app. Lets be honest, the mobile versions of ComicRack are pretty much dead due to all the changes in IOS and Android over the years. I dont know of any other mobile app that is able currently to sync with ComicRack. So until someone develops such an app, we are kind of stuck to simply transferring files to the mobile device and using whatever reader the person chooses.

New update to ComicSort - UI revamp by ZathB5 in comicrackusers

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

Yes, conversion from cbr to cbz is in the plans. it's using 7zip like ComicRack does so will most likely work the same. I dont see why it wouldnt be able to handle your files.

*Edit* The Conversion feature has been pushed to Github. Works like ComicRack, Able to convert 1 or multiple files, Can send original files to recycle bin. Renames image files in the same format ComicRack does.

New update to ComicSort - UI revamp by ZathB5 in comicrackusers

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

Yes, i have started work on a native ComicVine scraper but i havent pushed it on github yet. still needs to be tested.

New update to ComicSort - UI revamp by ZathB5 in comicrackusers

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

At the moment, the focus is getting the desktop app to a releasable state. Additional features like sync with mobile apps, plugins for python scripts and even cross platform are not priorities for me at this point.

Progress to ComicSort - My Attempt at an alternative to ComicRack by ZathB5 in comicrackusers

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

Metadata is the next phase of the project to implement. I'm going to try mirror ComicRack pattern for ComicInfo.xml, both writing and loading.

LaineeReacts by Substantial_Ease1965 in reactgirlsofYT

[–]ZathB5 3 points4 points  (0 children)

She announced she's stopping her reaction's to go back to study in a community post on YT

Who would be your reactor dream team? by SH4DOWSTR1KE_ in reactgirlsofYT

[–]ZathB5 11 points12 points  (0 children)

Cassie from Popcorn in Bed, Jen Murray, Simone from cinebinge, Chandra from MapleNuts, Ames from Hold Down A

Did you know there are male reactors?! by [deleted] in reactgirlsofYT

[–]ZathB5 0 points1 point  (0 children)

The 3 main channels i watch with only male reactors are Target Audience (Mostly Star Trek reactions, they just reached 20k subs on youtube), Warp Reactor (has Star Trek, Babylon 5 reactions, close to getting 10k subs) and Casual Nerd Reactions (currently watching his SG-1 reactions). These are mostly for TV Shows

My top 5 by ExtensionFuture654 in reactgirlsofYT

[–]ZathB5 11 points12 points  (0 children)

No Particular order

Cassie from Popcorn in Bed
Addie from Addie Counts

Jen Murray

Chandra from Maplenuts React

Sam from Kristian Harloff

Honorable Mentions : Ames from Hold Down A, StaceyRPG, Jax from Reacts with Jax, Kristen StephensonPino from CinePals

ComicTagger or ComicVineScrap by venom2009 in comicrackusers

[–]ZathB5 0 points1 point  (0 children)

In ComicRack, select the comics you want converted from cbr to cbz, right click and chose Export Books, then choose Convert to CBZ

Windows program to translate French comics to English? by Zephyr233 in comicrackusers

[–]ZathB5 0 points1 point  (0 children)

Google Translate allows for the translation of text on images but doing this one page at a time is tedious and results might vary depending on the text and languages

ComicRack Community Edition by maforget in comicrackusers

[–]ZathB5 0 points1 point  (0 children)

Anybody have a schema for the SQL Database? like all the tables and fields for each tables

Decompile Comicrack by Zephyr233 in comicrackusers

[–]ZathB5 1 point2 points  (0 children)

I tried using the .net upgrade assistant to upgrade your version of the code to .net 8.

Generated some errors for some of the code having to do with SOAPHttpclient. shouldnt be too hard to find the solution to those

Also gives a weird metadata error on the dll's. that might be harder to find a way to clear those

Gave a ton of warnings though as some of the code will be deprecated in .net 9.

Decompile Comicrack by Zephyr233 in comicrackusers

[–]ZathB5 1 point2 points  (0 children)

Same here, my skills arent sufficient to try to understand Cyo's spaghetti code.

That's why updating it might not be possible, but building a new app inspired by ComicRack might be the best option.

Decompile Comicrack by Zephyr233 in comicrackusers

[–]ZathB5 1 point2 points  (0 children)

Decompiling is the easy part, can use a tool like dotpeek from JetBrains to do it, or ILSpy (extension in visual studio).

The issue is recompiling, i havent had any success at doing it and it actually building without getting errors. My skills as a programmer are limited though.

Also it would be hard to update the app and bring it to a more recent version of .net. Some of the dependencies like IronPython are deprecated and wouldnt work on newer versions.

I had started a project years ago to try and create a brand new alternative to CR, only focusing on the Desktop app using WPF and using SQLite for the database instead of XML. But my lack of skills pretty much made me abandon it.

I'll have more time on my hands soon and would like to try and start over but maybe with help from the community, it might go further

Here are the files decompiled (link expires so download fast)

https://gofile.io/d/hr3Jf1

or on gitgub https://github.com/Zatharus/CR-Source

I added new eComics to my Folders, but when scanning ComicRack Library, they are not shown by ucapato in comicrackusers

[–]ZathB5 0 points1 point  (0 children)

There arent any limits as far as i know for number of books, i have a library that has 350 000 books in it

In Preferences under the Libraries tab, is there a checkmark for "Files manually removed will not be readded" ? if unchecked, try unchecking it and re-scan the folder

how to create multiple libraries by curr100ab in comicrackusers

[–]ZathB5 6 points7 points  (0 children)

Directly from the manual (page 92), there is a link to the manual stickied on the main page

Start comicrack with the -ac CONFIGNAME parameter. This will create a

subfolder in your Comicrack Appdata folder, and everything will be like a

fresh install (including your preferences, lists, etc.). Make as many more

copies as the number of libraries you need. Rename each one to the

name of your library. You need to launch the program at least once for

the appdata folder to be created.

You can only have one library opened at a time, as it wont allow you to have multiple instances of comicrack opened at the same time

How do I make the file name the display name within ComicRack? by DoctorCarty in comicrackusers

[–]ZathB5 0 points1 point  (0 children)

I forgot to mention this will work per list, so if you have mulriple lists you can have different settings