summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaël Bonithon <gael@xfce.org>2021-12-23 06:43:53 +0100
committerGaël Bonithon <gael@xfce.org>2021-12-23 11:43:18 +0100
commit73ac649179ce14420adcb8215147a0b565755acc (patch)
tree68a11be37cd5dc66ba75b678f9655a7ac88113b3
parent6282d5629e73129e3c92aca6789053061bdf0c79 (diff)
downloadtumbler-73ac649179ce14420adcb8215147a0b565755acc.tar.gz
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.
-rw-r--r--tumblerd/tumbler.rc20
1 files 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