mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
82db59b2ad
commit
df6beb6e09
@ -122,6 +122,11 @@ class Kobo(Device):
|
||||
output_format = 'EPUB'
|
||||
id = 'kobo'
|
||||
|
||||
class KoboVox(Kobo):
|
||||
name = 'Kobo Vox'
|
||||
output_profile = 'tablet'
|
||||
id = 'kobo_vox'
|
||||
|
||||
class Booq(Device):
|
||||
name = 'bq Classic'
|
||||
manufacturer = 'Booq'
|
||||
|
@ -173,7 +173,7 @@ def get_components(template, mi, id, timefmt='%b %Y', length=250,
|
||||
tsorder = tweaks['save_template_title_series_sorting']
|
||||
format_args = FORMAT_ARGS.copy()
|
||||
format_args.update(mi.all_non_none_fields())
|
||||
if mi.is_null('author_sort'):
|
||||
if mi.author_sort == _('Unknown'):
|
||||
format_args['author_sort'] = _('Unknown')
|
||||
if mi.title:
|
||||
if tsorder == 'strictly_alphabetic':
|
||||
|
Loading…
x
Reference in New Issue
Block a user