diff --git a/legacy/ethumb/src/plugins/emotion/emotion.c b/legacy/ethumb/src/plugins/emotion/emotion.c index d14ce0e1b7..227d2cac0e 100644 --- a/legacy/ethumb/src/plugins/emotion/emotion.c +++ b/legacy/ethumb/src/plugins/emotion/emotion.c @@ -340,7 +340,7 @@ _generate_thumb(Ethumb *e) EAPI Ethumb_Plugin * ethumb_plugin_get(void) { - static const char *extensions[] = { "avi", "mp4", "ogv", NULL }; + static const char *extensions[] = { "avi", "mp4", "ogv", "mov", NULL }; static Ethumb_Plugin plugin = { extensions, diff --git a/legacy/ethumb/src/plugins/emotion/template.edc b/legacy/ethumb/src/plugins/emotion/template.edc index 2985b29180..4a30c3deac 100644 --- a/legacy/ethumb/src/plugins/emotion/template.edc +++ b/legacy/ethumb/src/plugins/emotion/template.edc @@ -7,8 +7,11 @@ collections { part { name: "image"; type: IMAGE; + mouse_events: 0; description { state: "default" 0.0; + fill.smooth: 0; + image.scale_hint: DYNAMIC; } } }