Exported gallery uses wrong image when image and video have same name
See original GitHub issueBug report
$ ls in/
test.jpg test.mp4
$ thumbsup --input in --output out
The resulting gallery has two items - an image and a video - as expected, but the image is the generated preview of test.mp4
instead of the contents of test.jpg
.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Wrong JPEGs being rendered in preview and export
Solved: Im having this really weird issue where the linked files are somehow being mismatched. I have 3 still jpeg slides between a...
Read more >Export photos, videos, slideshows, and memories in Photos ...
In Photos on your Mac, export photos, videos, slideshows, and memories so you can import them into another app to view and work...
Read more >Exporting high quality images from Premiere Pro - YouTube
Exporting high quality images from Premiere ProThis tutorial shows all the different file formats to export images from the Timeline and how ...
Read more >12 image formatting mistakes & how to fix them - Canva
However, because screens on devices we use today have pre-determined resolutions, we have limited control over how our images will appear anyway. But...
Read more >React won't load local images - Stack Overflow
This usually means your local web server is not serving the images or the url you specified is incorrect. Open your browser console...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, that does look what I imagined. Great work!
Hi @tribut . I just implemented a new optional output structure based on the idea above. This fixes #32 (file structure is easier to navigate), but it also fixes the problem of filename clashes.
Do you mind having a look at the pull-request (https://github.com/thumbsup/thumbsup/pull/143/files) to see if it matches what you had in mind? The files
src/model/structure.js
andsrc/model/structure.spec.js
should be pretty explicit.