Replies: 2 comments
-
The first option is much more difficult. That would mean creating a full comic metadata format, and people would expect comictagger to be able to read it's own format even when breaking updates happen. The cache is much simpler in most cases. The cache is only defined as a binary blob so a talker can do whatever it wants with it, and by definition it's a cache not the actual source. |
Beta Was this translation helpful? Give feedback.
-
Thinking on it more, I still believe saving the For the
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Now there is the plugin support there are two possible
comictagger_info.json
orcomictagger_cache.json
ideas:genericmetadata
info.cache
info.1 seems the easiest.
2 would require running the data through the respective talker on read to convert it to
genericmetadata
but, because the cache now holds the raw data #76 becomes possible.Beta Was this translation helpful? Give feedback.
All reactions