-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No thumbnail of video files #854
Comments
Very strange, on stable22 I was able to have the thumbnails generated. And the error about the missing "empty.svg" only happens when switching sections in the left sidebar. |
ok, on my local setup I have the "Movie" preview provider installed, I'll retry with it disabled so we should see placeholders for the videos I guess |
alright, bug confirmed when the "Movie" provider is disabled: on stable22
|
I managed to make the error disappear by replacing https://github.com/nextcloud/photos/blob/stable22/src/components/EmptyContent.vue#L102 with
I suspect it might not be possible to put a variable name when importing like this, but not sure. Sadly this doesn't make the placeholder thumbnail appear, the web UI still looks like above screenshot. Also I checked those SVGs and the "empty.svg" one seems to be for a completely empty list, not a single item's placeholder. @skjnldsv can you have a look ? |
Yes it is, webpack understands it and split chunks accordingly |
Completely forgot about this, I forgot to backport. |
the backport was done here: #876 |
Describe the bug
Video thumbnails (mp4) are not displayed when viewing photos or videos.
Expected behavior
Display the standard thumbnail of video files (mp4) or the thumbnail of the video file frame.
Screenshots
![obraz](https://user-images.githubusercontent.com/47037905/130266988-bb96c304-6f56-477b-a7c6-1cf2e04b512c.png)
Apps:
Nextcloud 22.1.0
Photos 1.4.0
Firefox 91.0.1
The text was updated successfully, but these errors were encountered: