Pool-Of-Tears / Myne

An android app to download & read ebooks from Project Gutenberg, built with Jetpack Compose.
https://pooloftears.in
Apache License 2.0
984 stars 60 forks source link

Rename imported title #191

Open tjsuominen opened 4 days ago

tjsuominen commented 4 days ago

Checklist

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

Ability to rename an imported ePub

How will you/everyone benefit from this feature?

Sometimes imported ePubs have strange / mixed name. Ability to rename the pub is useful.

Additional context

No response

starry-shivam commented 3 days ago

Sometimes imported ePubs have strange / mixed name. Ability to rename the pub is useful.

What do you mean by "strange/mixed name"? Does it cause any trouble when importing? If yes, then this should be filed as a bug report.

The book's name is taken from the dc:title attribute of the book's metadata (manifest) file. If you want a different name, you can edit the manifest by extracting the EPUB archive. Manifest files are usually located at OEBPS/content.opf.

tjsuominen commented 3 days ago

Yes, the title was read correctly (by Myne), but would like to have the ability to rename the Titles in Myne after importing; rather than extracting manually, edit, re-import.

starry-shivam commented 3 days ago

Yes, the title was read correctly (by Myne), but would like to have the ability to rename the Titles in Myne after importing; rather than extracting manually, edit, re-import.

I see, I'll think about it.