orthros / dart-epub

Epub Reader and Writer for Dart
MIT License
218 stars 226 forks source link

Improve metadata processing #14

Closed jarontai closed 6 years ago

jarontai commented 6 years ago
  1. Add name to metadata
  2. Add fallback for metadata content

Many version 3 books still use old version meta element, which make cover image reading fail

orthros commented 6 years ago

Thanks for submitting this!

Do you have an example of a v3 book that fails this check? I'd like to add it to the test suite.

jarontai commented 6 years ago

Never mind. Those books are produced by my company, I think their opf files should be updated to follow the epub spec. I'll close this pull request. Sorry for the noise.