an0nym0us

joined 1 year ago
MODERATOR OF
[–] [email protected] 0 points 1 month ago (1 children)

They’re still around; dormant. A sleeping giant.

[–] [email protected] 1 points 2 months ago (1 children)

I wonder how different that file size would be if you had gone with content addressed derivations. Good points.

[–] [email protected] -1 points 2 months ago (8 children)

Unironically recommending OP uses Docker just to run two pieces of software. 🤦🏾‍♀️

[–] [email protected] -5 points 2 months ago

This person’s brain has been replaced by a Bloomberg terminal.

[–] [email protected] 1 points 4 months ago* (last edited 4 months ago)

Good question! Perhaps not. Someone should test my idea with a known infected mkv file.

Get back to me if you do.

[–] [email protected] 9 points 4 months ago (2 children)

Thanks for reminding me of this possibility.

Here’s how I plan to solve it on my seedbox:

In the bash script I use to download and rename files using filebot, I added an mkvalidator step at the beginning. If the file doesn’t pass the check, it doesn’t go onto the next step.

mkvalidator

mkvalidator is a simple command line tool to verify Matroska and WebM files for spec conformance. It checks the various bogus or missing key elements against the EBML DocType version of the file and reports the errors/warnings in the command line.