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

Transliteration of folders and filenames #257

Closed
akushsky opened this issue Jul 29, 2017 · 5 comments
Closed

Transliteration of folders and filenames #257

akushsky opened this issue Jul 29, 2017 · 5 comments

Comments

@akushsky
Copy link
Contributor

When I use Calibre directly and add cyrillic book - it creates folder and filename transliteration way, but calibre-web uses cyrillic names from book metadata.

I think, that it's need to unify logic.

Which library Calibre uses for it?

@OzzieIsaacs
Copy link
Collaborator

Please install "unidecode", afterwards the behavior should be same (I'll add it to the needed dependencys)

@akushsky
Copy link
Contributor Author

Great, working, closing issue.

@OzzieIsaacs OzzieIsaacs reopened this Jul 29, 2017
OzzieIsaacs pushed a commit that referenced this issue Jul 30, 2017
…in generating no ascii folder names (fix for #257)
jkrehm added a commit to jkrehm/calibre-web that referenced this issue Aug 9, 2017
* master:
  Added unidecode to required dependencys for same behavior as calibre in generating no ascii folder names (fix for janeczku#257)
  Fix hmac creation in send_test_email function
  Make change requested by Codacy
  Make changes requested by Codacy
  Make changes requested by Codacy
  Move TinyMCE into edit_books.js
  Show localized date over top of date input
  Use bootstrap-datepicker to add datepicking UI for browsers that do not have one built-in
  Add timestamp to default publishing date
  Standardize indentation
  Add ability to edit publish date
  Refactor to remove nested if-statements
@paulhybryant
Copy link

Is it possible to make this an option? Not using unidecode gives a better name for the files saved on the filesystem and also the downloaded files.

@OzzieIsaacs
Copy link
Collaborator

I'm sorry. Calibre-web replicates calibre behaviour, and calibre does it the way it is implemented now, and I don't know of a option to change naming on the harddrive.

@paulhybryant
Copy link

Oh, what I meant is to make whether to use unidecode configurable through the web UI.

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