mirror of
https://github.com/007revad/Video_Station_for_DSM_722.git
synced 2026-04-25 08:15:54 +03:00
[GH-ISSUE #86] Conversion Now Fails - SYNOPHOTO_THUMB_M.fail (all sizes) #33
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Video_Station_for_DSM_722#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jbhardman on GitHub (Nov 20, 2025).
Original GitHub issue: https://github.com/007revad/Video_Station_for_DSM_722/issues/86
I've had this working for a while and absolutely loved it. But now, it's just failing. I don't know why.
Every HEIC I upload in my web browser, generates the thumbnail directory, but the files are all extension ".fail".
Here's an example:
If I delete it and touch the image file, it just generates the exact same failures.
DSM Version 7.2.2-72806
I ran the installation script just today and answered Yes when asked if I wanted to fetch the newest version. So I'm running the newest version of this package as of today.
@jbhardman commented on GitHub (Nov 28, 2025):
Has anyone else seen this? I still get it and don't know what to do about it. It worked great originally but now it won't process a single HEIC file.
I did an uninstall from the Apps menu in DSM, and then reinstalled and reprocessed images. Still fails.
@007revad commented on GitHub (Nov 28, 2025):
Why did you delete your last comment?
@jbhardman commented on GitHub (Dec 1, 2025):
Kind of a long story, and it didn't fix it.
I installed the Synology Browser Helper tool, extension and local MacOS tool, to test uploading an image and see if that thumbnail creation worked. At basically the exact same time that I was loading my browser after installing the local app, I realized the ownership thing and changed owner of the files. I then went to the folder location of the HEIC files within the Synology Photos app and immediately, thumbnails starting appearing 1 by 1. I was shocked. I assumed that changing the owner caused your tool to start creating them.
Turns out, that when you have the browser extension and local app installed, it creates HEIC thumbnails, just upon viewing the image in the interface. Even if the image is in a list of images and you don't even open it full screen.
I had assumed that it would only create the thumbnails during the upload process within the browser. But no, it does much more than that. I was actually impressed that all I had to do after transferring and HEIC image in is open the interface and load that folder and they will automatically create thumbnails immediately.
I still love this tool of yours and want it to work. But, that is why I thought that changing owner fixed it, but after I realized what was happening, I undid the thumbnails and I am still in the same situation. Even with proper file ownership.
@007revad commented on GitHub (Dec 1, 2025):
Someone recently provided a command to make video station create the thumbnails. But I can't find it. I can't remember if it was here, or on the Synology reddit or synology-forum.de or another forum.
@daemongloom commented on GitHub (Dec 1, 2025):
There is thumbnail creation with filebot:
https://www.filebot.net/forums/viewtopic.php?t=14245
But I haven't seen a command to make video station do it. The only way to force video station to create thumbnails was to add that folder in its interface.
@007revad commented on GitHub (Dec 1, 2025):
Thanks @daemongloom
I'm fairly sure that
while true; do ps -aefyl | grep ffmpeg | grep -v grep; sleep 0.1; donewas the command someone posted.But I don't get lines like:
Instead I get 175 lines like:
@daemongloom commented on GitHub (Dec 2, 2025):
That command does:
There is nothing that creates any thumbnails or works with video station in it. That's just a "watch what video station is converting/generating right now on its own" command. And it also accidentally catches jellyfin/plex processes as they have ffmpeg word in their parameters.