Skip to content
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

Mp4 previews are being correctly generated but not showing, except for trash folder [bug] #355

Open
Guttalax opened this issue Feb 13, 2023 · 5 comments
Labels
0. to triage bug server or provider related Usually in `server` or apps specific to the formats (i.e. not this app probably)

Comments

@Guttalax
Copy link

Guttalax commented Feb 13, 2023

all dependencies seem to be ok.
config.php is correctly configured
previews generate without errors
The proof that everything is working is that if i delete files, they correctly appear with a thumbnail in trasbin.
All other folders miss previews.
Looks like trash folder uses a completely different logic for thumbnail generation.

The issue is reproduceable in 25.0 all sub versions and in Beta 26

@Guttalax Guttalax changed the title Mp4 previews are being correctly generated Mp4 previews are being correctly generated but not showing, except for trash folder Feb 13, 2023
@Guttalax Guttalax changed the title Mp4 previews are being correctly generated but not showing, except for trash folder Mp4 previews are being correctly generated but not showing, except for trash folder [bug] Feb 13, 2023
@st3iny
Copy link
Member

st3iny commented Feb 14, 2023

Thanks for the report.

Please confirm:

  1. There are no previews shown for files on the files app (outside of the trash bin).
  2. There are previews shown for files in the trash bin.

@Guttalax
Copy link
Author

Correct, but this only true regarding mp4 files.

@labuzer
Copy link

labuzer commented Feb 23, 2023

I am running into the same issue, kinda. When using local storage, I could see mp4 previews just fine. However, after setting up Idrive s3 as primary storage I can now only see mp4 previews in trash as described.

@Mars160
Copy link

Mars160 commented Apr 26, 2023

How to check whether those previews were generated?

@bbx-github
Copy link

I have the same issue with nextcloud: 28.0.3.2 and previewgenerator: 5.4.0

  • previews are generated (checked for .mov and .mp4)
  • previews do not show up in web interface
  • after file deletion previews show up in trash

How to check whether those previews were generated?

I have a complicated method to check if previews for a specific file were generated:

  1. connect do database (ex mysql: $ mysql -u <dbuser> -p <dbname>
  2. extract fileid mysql> SELECT fileid, name FROM oc_filecache WHERE name = '<filename>';
  3. seach in filesystem: $ find /var/www/nextcloud/data/appdata_oc<rand>/preview -type d -name <fileid>

@joshtrichards joshtrichards added the server or provider related Usually in `server` or apps specific to the formats (i.e. not this app probably) label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. to triage bug server or provider related Usually in `server` or apps specific to the formats (i.e. not this app probably)
Projects
None yet
Development

No branches or pull requests

6 participants