-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabling "Import" Feature to parse Series Title and Number to ease (Mass-)Import #998
Comments
why? |
Because then I can add a series for all files in it, instead of adding the series for each file individually. |
if you already do that it's probably easier to drop the files in the existing series folder, just a thought |
Sorry for the late reply, I was away from home. While that is an option I could choose, it requires me to do a full library scan afterwards, which takes a rather long time. If I use the |
A scan should not take a long time, you might have another issue. What is "a long time", how big is your library, and on which kind of disk/mount is it? |
My library is ~2TB on an UnRaid Server, the disks are HDD with an SSD as cache. As for the time, while I didn't measure it, I'd say at least an hour. One thing I did in UnRaid was to limit Komga to 4gb RAM as I have other memory-intense processes on the server. |
you have a problem there, a scan with no file changes should be below 20s on your setup. I have 420gb on a NAS with SSD disks, mounted on NFS, the scan is done in milliseconds. |
So I took a look at the statistics, and here's the data: which totals to 4075s or 68 Minutes (this was with file changes however) |
With no file changes, the "Scan library files", the scan takes ~5 seconds |
so it's fine to perform a scan often in that case |
🎉 This issue has been resolved in |
Describe your suggested feature
Enabling the Import Feature to read the comicinfo.xml file in the Archive would make (Mass-)imports easier.
As it is right now, If I want to do a mass import of, let's say 20 series that got updated, I'd do the following:
Which is tedious and time-consuming (depending on how often the imports are performed).
If the files have a comicinfo.xml file, both the Series and Volume can be extracted from that, as they are present in the XML file:
this was made using comicrack:
and this using comictagger:
Since in both cases the Series and Number is present, it would make importing easier and faster. If implemented, one could:
Which would be faster than the current process.
Other details
None that I can currently think of.
Acknowledgements
The text was updated successfully, but these errors were encountered: