Replies: 2 comments 3 replies
-
First let say, that I don't know all the code base already and still figuring out some parts of the program. It is a big code base.
I am not aware of the mechanism with stacks completely yet, but I don't see that there would be a limit and it would "forget". Maybe closing the program to force a save of the DB would help. This would need specific steps to reproduce to be able to try to figure it out. Looking at the DB, it seems that for each list there is a StackConfig that hold the Configs based on the Stack name. Maybe you have so much stacks that multiple with the same name appear in the same list (or library in your case).
Thumbnails are cached at the beginning if you let it create them it will get better and there shouldn't have need to recreate them always. But keep in mind that creating thumbnails needs to access the file, so if your file are on a slow storage like a NAS and you open a list containing 85k item it will take a while to access each and every file to create the thumbnails. That being said I haven't experienced a noticeable delay opening and closing stacks.
Again never experienced this, except with some new property I've added that would check the actual file format and not just the extension. It would freeze until it was accessing everything. But normally CR is good at doing things like this in the Background and not freeze the UI. But Sorting can an almost exponential operation that with 85k will take a lot longer. I would suggests that you create sub-folders to reduce the count of books, instead of just using the library that shows everything. It may fix some of your issues. Honestly the only time I use the library is when searching for something I don't know where it is located, because usually I have plenty of lists and folders for each language, publisher, etc.
That was reported already #68. I haven't figured out how to reproduce it enough to test it.
What exactly does your Alternate Series field does than the Series doesn't? You can tell the program the Articles to ignore when sorting like "The". This can be modified by editing the I feel like we have multiple way to deal with the problem and adding an additional field just to sort series field would more annoying to maintain than anything else. Imagine having to update 85k books because you renamed the Series to update the Sort Series also.
This I don't understand you can just drag the "Show Group Headers" window to the right to reduce it's width. There is a minimum width byut it is very small.
Well Annual is useful, if it annoys you, you can edit the DefaultLists.txt in the install dir. Problem is that it will be recreated each time you update. You can copy that file in your Data dir to update it, but it is more useful to add things than remove them. The fact that it is there doesn't impact anything if you don't use it.
I understand, but we could either have it to no by default, then there would be no value detected a new book would be empty without any values. Or we could commit them automatically, but then it would be harder to determine which file as auto detected values and which aren't. You can easily automate it with DataManager by just setting
There is absolutely no recognized publishers in ComicRack all the data that is available is done via user provided values. If a value exists in your DB it will appear has a choice. Logo aren't the same.
They already have, check this issue if you want to participate. #62. The size seems to be 64x64, but there is no limit and i've discovered that 64x64 seems comes out very blurry, so I've let the new ones I added in there full resolution. Just use transparent PNG if possible. |
Beta Was this translation helpful? Give feedback.
-
Just wanted to post to let you know I upgraded to a new system (is 12 years too long to have a desktop going non-stop?) and some of the performance issues have solved themselves. I'm not having nearly the delays when switching between lists, stacks, and the library anymore. I've not tried to see how the new system handles set "top of the stack" graphics, though. I have no clue if it can handle more than approximately 1,000 like it did with the old system. I do wonder if it's a limit of the program or the system. |
Beta Was this translation helpful? Give feedback.
-
Greetings!
I've been using ComicRack for years and I thought there was no way it was ever going to be brought back. Simply put, no other comic program holds a candle to CR. Man, was I impressed and pleased to discover this!
I am not a coder or anything else: I am simply an end user. As such, I have no idea if things I've wished for over the years are even possible, but now there is at least somewhere to ask. I'm hopeful that there can finally be definitive answers to some of these. I've gone over all the back documentation here and on Reddit, so I apologize in advance if something has already been addressed.
Just a few quick notes about how I have my specific UI laid out: I view everything in thumbnail mode. I have my group, stack, and sort/arranged all set to Alternate Series (which I have meticulously maintained since it seemed to be the only way I could organize my books exactly as I wanted them). Within my stacks, I have my books sorted by format then publication date.
Here are a few things I've noticed over the years:
Again, thank you to everyone involved for bringing this amazing program back to life!
Beta Was this translation helpful? Give feedback.
All reactions