BotBlake / hwatest

A CPU and Hardware Acceleration (GPU) tester for Jellyfin
GNU General Public License v3.0
1 stars 1 forks source link

Checksum Local FFMPEG Archive #10

Open BotBlake opened 9 months ago

BotBlake commented 9 months ago

Keep the Jellyfin FFMPEG Archive and re-extract from there.

This is meant as a small addition to the checksumming. Because the individual file doesnt come with a Checksum, we can only Checksum the entire archive. Right now this is done by redownloading the Archive and then Checksumming.

This change should let us keep the archive and only delete it when the Checksum is wrong!

Only changes in hwainstall.py!

BotBlake commented 8 months ago

This issue is already largely completed and will be marked as finished with the next pull of the "auto-install" branch