-
|
Are the :ComicRackInfo files that CR makes supposed to be deleted automatically? Or are they needed for the Library functions or something else? If I delete them I do not notice any sort of behavior change in the program. They seem to be made when using the comicvine scraper, but I am not positive. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I am unsure what you are talking because there are no such file created. The info is either stored in the library inside a You can add the metadata to the files themselves in CBZ files, it doesn't affect the library at all, it's just a way to store the metadata inside the CBZ file so if you either share the files or lose access the your DB, moved them etc then "most" of the data is embed in the file. When first reading files the program will read that, but once in the library it's only the library that matters. So the option to embed is totally optional and doesn't create extra files. You can have sidecar files next to the library that the program will read, it can be useful for unsupported types like PDFs. Like if a comic is called When you've enabled embedding info it also saves the metadata inside NTFS alternate streams. It doesn't modify the file itself but saves the You can disable the NTFS Reading/Writing by adding |
Beta Was this translation helpful? Give feedback.
I am unsure what you are talking because there are no such file created. The info is either stored in the library inside a
ComicDb.xmlfile that contains all the files. That is what the library refers to. Scraper like comicvine do not create files they just tell the program what the metadata is, then it's up to you in the program how you want to store this data. Only inside the database or also inside the files.You can add the metadata to the files themselves in CBZ files, it doesn't affect the library at all, it's just a way to store the metadata inside the CBZ file so if you either share the files or lose access the your DB, moved them etc then "most" of the data is embed in the file. …