You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, 👋 thanks for the gem, it's been helpful for some projects!
I want to add some series and series index metadata information for calibre, but after some hours pouring over the code and digging around with pry, I've still not found a good way to set custom metadata. It needs to look like this:
Hello, 👋 thanks for the gem, it's been helpful for some projects!
I want to add some series and series index metadata information for calibre, but after some hours pouring over the code and digging around with pry, I've still not found a good way to set custom metadata. It needs to look like this:
The best I came up with was manually hacking it in, which works but isn't pretty:
I would have thought
add_metadata
would work, but it seems to be very strictly defined to whatever format the refine and output is.Is there some nicer way to do this via the publicly exposed API?
Thank you!
The text was updated successfully, but these errors were encountered: