From 1067bc302565542066571ea829772f341facf061 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 May 2020 14:38:16 +0530 Subject: [PATCH] Fix #1876032 [Private bug](https://bugs.launchpad.net/calibre/+bug/1876032) --- .../gui2/preferences/metadata_sources.py | 2 - .../gui2/preferences/metadata_sources.ui | 107 ++++++++---------- 2 files changed, 50 insertions(+), 59 deletions(-) diff --git a/src/calibre/gui2/preferences/metadata_sources.py b/src/calibre/gui2/preferences/metadata_sources.py index ac350289d2..8bb556d645 100644 --- a/src/calibre/gui2/preferences/metadata_sources.py +++ b/src/calibre/gui2/preferences/metadata_sources.py @@ -304,8 +304,6 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form): r('wait_after_first_cover_result', msprefs) r('swap_author_names', msprefs) r('fewer_tags', msprefs) - r('find_first_edition_date', msprefs) - self.opt_find_first_edition_date.setVisible(False) r('keep_dups', msprefs) r('append_comments', msprefs) diff --git a/src/calibre/gui2/preferences/metadata_sources.ui b/src/calibre/gui2/preferences/metadata_sources.ui index 10fc9a70e1..b70b6cf7fe 100644 --- a/src/calibre/gui2/preferences/metadata_sources.ui +++ b/src/calibre/gui2/preferences/metadata_sources.ui @@ -164,53 +164,6 @@ - - - - Max. &number of tags to download: - - - opt_max_tags - - - - - - - Max. &time to wait after first match is found: - - - opt_wait_after_first_identify_result - - - - - - - - - - secs - - - - - - - Max. time to wait after first &cover is found: - - - opt_wait_after_first_cover_result - - - - - - - secs - - - @@ -232,13 +185,6 @@ - - - Use &published date of "first edition" (from worldcat.org) - - - - <p>Normally, the metadata download system will keep only a single result per metadata source. This option will cause it to keep all results returned from every metadata source. Useful if you only use one or two sources and want to select individual results from them by hand. Note that result with identical title/author/identifiers are still merged. @@ -248,7 +194,7 @@ - + <p>Different metadata sources have different sets of tags for the same book. If this option is checked, then calibre will use the smaller tag sets. These tend to be more like genres, while the larger tag sets tend to describe the books content. @@ -262,20 +208,67 @@ - + Create &rules to filter/transform tags - + Create rules to &transform author names + + + + Max. &number of tags to download: + + + opt_max_tags + + + + + + + + + + Max. &time to wait after first match is found: + + + opt_wait_after_first_identify_result + + + + + + + secs + + + + + + + Max. time to wait after first &cover is found: + + + opt_wait_after_first_cover_result + + + + + + + secs + + +