nicknsy / jellyscrub

Smooth mouse-over video scrubbing previews for Jellyfin.
MIT License
660 stars 25 forks source link

[Question] Does Jellyscrub keep track of already generated files? #141

Closed Optimus1008 closed 4 months ago

Optimus1008 commented 4 months ago

Hi, I have a feeling that the scheduled tasks may lead to already generated files being replaced. My library is pretty large and the resolution of generated images is fairly high, so I'm not sure if the process maybe just takes a very long time (multiple days at this point). So, does Jellyscrub keep track of already generated files to avoid duplicated processing? If yes, how does it determine, which files can be skipped (i.e. using a hash to detect changes or just file names)? Many thanks in advance!

nicknsy commented 4 months ago

The plugin checks if a trickplay file corresponding to associated media file exists, so they should not be regenerating unless you are changing the names of the files after they've been added to your library.

You can check the log and see whats being generated too if you're interested.

Optimus1008 commented 4 months ago

Ah, thank you for the quick response! Will have to keep in mind, in case I wanna use Tdarr in the future.