Skip to content

Calibre plugin unable to convert epub without rights.xml file #235

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

Closed
AndreasErne opened this issue Mar 14, 2017 · 2 comments
Closed

Calibre plugin unable to convert epub without rights.xml file #235

AndreasErne opened this issue Mar 14, 2017 · 2 comments

Comments

@AndreasErne
Copy link

I have purchased several ebooks where the rights.xml file is missing. According to http://www.idpf.org/epub/31/spec/epub-ocf.html#sec-container-metainf-rights.xml this is valid. It means that there is no encryption present on the container level.

I am trying to modify the plugin code such that it can handle missing rights.xml files. However I am not an epub or decryption expert.

Any ideas?

@ElleKayEm
Copy link

The link you point to is referring to DRM-free files. No need for a rights.xml file or these tools on those. Epubs which are actually "missing" their rights.xml have them stored separately from the epub file itself. For example, I know the Nook Windows 8/10 app stores this info in a SQLite database. Restore this info to the epub file, and you can use these tools to remove the DRM. Code could probably be written to do this. However, it's easier just to avoid apps and/or sources that do this. Where are you getting these from or how are you downloading them?

@apprenticeharper
Copy link
Owner

No response. Issue closed.

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

No branches or pull requests

3 participants