If I set a video field to 'don't create thumbnails' and upload a Default video thumbnail image instead, and then additionally set the 'Preview thumbnail style' to <no preview> - a thumbnail is still being injected into the node edit form with an incorrect URL resulting in a 'page not found' warning error in the log:
message: sites/default/files/public/styles//public/videos/thumbnails/default/thumbnail.png
This URL would normally be:
sites/default/files/public/styles/THUMBNAILSTYLE/public/videos/thumbnails/default/thumbnail.png
But since we specify <no preview> I'm assume the markup should not be present in the DOM at all?
Minor issue I know. The precise Div in the DOM is <div class="video_large_thumbnail-2520"> which looks to be made invisible by some ajax/css, but depending on browser will show up as a nasty "?" missing image icon.
The node view works as expected - and the default image is showing as the poster frame.
Specifying any other Preview thumbnail style also works as expected. However, since I am using a default image it makes no sense to display this on the node edit form - hence <no preview> is desirable.
Using the following versions:
Core 7.8
7.x-2.x-dev
Video Presets 7.x-2.1
Libraries 7.x-2.0-alpha2
Zencoder API 1.2
Thanks for all your work as ever.
Comments
Comment #0.0
Tsubo commentedfixing issues with code styling
Comment #1
Jorrit commentedFixed in 7.x-2.x-dev, thanks for reporting.
Comment #2.0
(not verified) commentedMore code display issues fixed