BrenekH / encodarr

Self-hosted web app for encoding files to a target format using distributed computing.
Mozilla Public License 2.0
63 stars 6 forks source link

Use files table in DB to skip mediainfo #60

Closed BrenekH closed 3 years ago

BrenekH commented 3 years ago

Instead of completely skipping a file that has the same modtime, it should only skip running mediainfo on the file. This also means that the files table needs to be updated to cache the mediainfo data.

Making this change means that the user can change the requirements (target codec and stereo audio) and the Controller will instantly start queueing files instead of waiting for the modtime to change.