diff --git a/src/calibre/customize/ui.py b/src/calibre/customize/ui.py index 9756305608..930bbed72a 100644 --- a/src/calibre/customize/ui.py +++ b/src/calibre/customize/ui.py @@ -39,6 +39,13 @@ builtin_names = frozenset(p.name for p in builtin_plugins) BLACKLISTED_PLUGINS = frozenset({ 'Marvin XD', 'iOS reader applications', + + # Subsumed by builtin functionality + 'KoboTouchExtended', + 'KePub Input', + 'KePub Output', + 'KePub Metadata Reader', + 'KePub Metadata Writer', })