mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
468ac27782
commit
1e13a749bd
@ -714,7 +714,10 @@ def _prefs():
|
|||||||
c.add_opt('read_file_metadata', default=True,
|
c.add_opt('read_file_metadata', default=True,
|
||||||
help=_('Read metadata from files'))
|
help=_('Read metadata from files'))
|
||||||
c.add_opt('worker_process_priority', default='normal',
|
c.add_opt('worker_process_priority', default='normal',
|
||||||
help=_('The priority of worker processes'))
|
help=_('The priority of worker processes. A higher priority '
|
||||||
|
'means they run faster and consume more resources. '
|
||||||
|
'Most tasks like conversion/news download/adding books/etc. '
|
||||||
|
'are affected by this setting.'))
|
||||||
c.add_opt('swap_author_names', default=False,
|
c.add_opt('swap_author_names', default=False,
|
||||||
help=_('Swap author first and last names when reading metadata'))
|
help=_('Swap author first and last names when reading metadata'))
|
||||||
c.add_opt('add_formats_to_existing', default=False,
|
c.add_opt('add_formats_to_existing', default=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user