AlexPresso / VideoStation-FFMPEG-Patcher

Patcher to enable DTS, EAC3 and TrueHD transcoding support to Synology VideoStation (from DSM 6.2 to DSM 7.0 and above ; ffmpeg4, 5, 6, 7 ready)
1.06k stars 102 forks source link

[BUG] Restarting VideoStation during indexing can break VideoStation's movie database #134

Closed AlexPresso closed 4 months ago

AlexPresso commented 4 months ago

When patching / unpatching during VideoStation indexation, the synopkg restart is supposed to abort the indexing and shutdown gracefully.

However, VideoStation's code is so trash that it's not waiting and just killing the application, resulting in corrupted movie database (some of them disappear from the list [...])

After doing some tests, VideoStation can work after patching/unpatching even without restarting the package, so I decided to remove this step.