Skip to content
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

Books are not sorted by the name in some readers #12

Closed
GoogleCodeExporter opened this issue Jan 17, 2016 · 1 comment
Closed

Books are not sorted by the name in some readers #12

GoogleCodeExporter opened this issue Jan 17, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

я обнаружил досадную проблему: книги после 
конвертера не сортируются в читалках ни по 
Названию, ни по Автору, хотя file-as у тебя есть 
в файле Content.opf.
Причина - в следующем:  в этом файле Content.opf 
есть строка:

<metadata xmlns="http://www.idpf.org/2007/opf" 
xmlns:dc="http://purl.org/dc/elements/1.1/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:dcterms="http://purl.org/dc/terms/">


В ней ты видимо забыл указать p6, поэтому это 
p6 в Авторе, дате и так далее просто "не 
видится" читалками. Т.е. Вместо


xmlns="http://www.idpf.org/2007/opf" 


Надо


xmlns:p6="http://www.idpf.org/2007/opf"


Тогда сортировка, считывание даты и т.д. 
Заработает в читалках, а это - жизненно 
важно для библиотек в читалках, для 
сортировки в них.


Исправь, пожалуйста.

-------------------------------
> Спасибо, 
> А какая прога/девайс неправильно 
сортируют?  iPad?
-------------------------------
Есть бесплатная прога Marvin -for iOS - иконка - 
очки на красном фоне. 
Ссылка: https://itunes.apple.com/ru/app/marvin-for-ios/id577374971?mt=8

Original issue reported on code.google.com by lordki...@gmail.com on 28 Jun 2013 at 8:04

Attachments:

@GoogleCodeExporter
Copy link
Author

Changed the namespace to have opf

Original comment by lordki...@gmail.com on 29 Jun 2013 at 8:15

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant