diff --git a/src/calibre/devices/mtp/driver.py b/src/calibre/devices/mtp/driver.py index a92b168b49..b4547c2be9 100644 --- a/src/calibre/devices/mtp/driver.py +++ b/src/calibre/devices/mtp/driver.py @@ -100,6 +100,8 @@ class MTP_DEVICE(BASE): 'pictures', 'ringtones', 'samsung', 'sony', 'htc', 'bluetooth', 'fonts', 'system', 'games', 'lost.dir', 'video', 'whatsapp', 'image', 'com.zinio.mobile.android.reader'}: return True + if lpath[0].startswith('.'): + return True if len(lpath) > 1 and lpath[0] == 'android': # Ignore everything in Android apart from a few select folders