From 73ac649179ce14420adcb8215147a0b565755acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= Date: Thu, 23 Dec 2021 06:43:53 +0100 Subject: Revert "Set Max file sizes." This reverts commit 8f0234a4a14bfec9f0a1ef5c1c8b94fb523f5d41. There was no particular justification for this change, and since then there have been several interventions in bug reports or on the forum from users wondering why Tumbler does not generate thumbnails for certain files, especially video. There should not be a default size limitation, or only for a particular plugin, with a justification in the comments, and only if the problem cannot be fixed in the code. --- tumblerd/tumbler.rc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tumblerd/tumbler.rc b/tumblerd/tumbler.rc index b13814d..cb4fbd7 100644 --- a/tumblerd/tumbler.rc +++ b/tumblerd/tumbler.rc @@ -31,7 +31,7 @@ Disabled=false Priority=3 Locations= Excludes= -MaxFileSize=209715200 +MaxFileSize=0 # RAW image files using libopenraw (the libopenraw pixbuf loader is kind of # broken, hence the priority) @@ -40,7 +40,7 @@ Disabled=false Priority=3 Locations= Excludes= -MaxFileSize=209715200 +MaxFileSize=0 # Supports all type GdkPixbuf supports [PixbufThumbnailer] @@ -48,7 +48,7 @@ Disabled=false Priority=2 Locations= Excludes= -MaxFileSize=209715200 +MaxFileSize=0 ### # Video Thumbnailers @@ -71,7 +71,7 @@ Disabled=false Priority=2 Locations= Excludes= -MaxFileSize=2147483648 +MaxFileSize=0 # GStreamer plugin [GstThumbnailer] @@ -79,7 +79,7 @@ Disabled=false Priority=1 Locations= Excludes= -MaxFileSize=2147483648 +MaxFileSize=0 ### # Other Thumbnailers @@ -91,7 +91,7 @@ Disabled=false Priority=1 Locations= Excludes= -MaxFileSize=209715200 +MaxFileSize=0 # PDF/PS thumbnailer @@ -100,7 +100,7 @@ Disabled=false Priority=1 Locations= Excludes= -MaxFileSize=209715200 +MaxFileSize=0 # Open document thumbnailer (ODF) [OdfThumbnailer] @@ -108,7 +108,7 @@ Disabled=false Priority=1 Locations= Excludes= -MaxFileSize=209715200 +MaxFileSize=0 # thumbnailers provided by .thumbnailer desktop files [DesktopThumbnailer] @@ -116,7 +116,7 @@ Disabled=false Priority=1 Locations= Excludes= -MaxFileSize=2147483648 +MaxFileSize=0 # Epub thumbnailer [EpubThumbnailer] @@ -124,4 +124,4 @@ Disabled=false Priority=1 Locations= Excludes= -MaxFileSize=209715200 +MaxFileSize=0 -- cgit v1.2.1