Closed (fixed)
Project:
Scald: Media Management made easy
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2012 at 15:51 UTC
Updated:
8 Feb 2013 at 15:20 UTC
Display a thumbnail when there is no player.
Comments
Comment #1
jcisio commentedComment #2
jcisio commentedThis breaks scald_image which does not have a player but use the image field (that field is transcoded, too, because it is an image). So, while it does not have a player, it does not need a placeholder. There are a few solutions:
- scald_image creates a faked (empty) player to avoid this fallback thumbnail.
- scald_image creates a player, and eventually hide the thumbnail by default.
However the bigger problem behind is how the transcoder behaves. Should the Image transcoder transcode an image field? How do we know a file field is an image? A video?
Comment #3
jcisio commentedWe decided to won't fix the Scald Image bug and provide an update path for former incorrect configuration. Change log created http://drupal.org/node/1890112
Comment #4
jcisio commentedIt has been fixed with ec756e9.
Comment #5
jcisio commentedI've just push ad4ffbd that give a proper player for Scald Image, also fix the problem with thumbnail as describe in the change notice.