No description
Find a file
2025-11-25 04:17:09 +01:00
.gitignore Initial commit 2025-11-25 03:18:29 +01:00
.python-version Initial commit 2025-11-25 03:18:29 +01:00
main.py Add some docs 2025-11-25 04:15:30 +01:00
media-prober.tcss Initial commit 2025-11-25 03:18:29 +01:00
pyproject.toml Initial commit 2025-11-25 03:18:29 +01:00
README.md Fix checklist 2025-11-25 04:17:09 +01:00
uv.lock Initial commit 2025-11-25 03:18:29 +01:00

Media Prober

Small very brute-force and inefficient way to check the integrity of media files

How?

Media Prober recursively scans all media files in the given directory. It then starts ffmpeg outputs it to null. If there is any problem during this the file gets marked as faulty.

Run

git clone https://git.lumi200.at/lumi200/media-prober
cd media-prober
source .venv/bin/activate
python main.py -d .

Bugs & TODOs

  • Better detection of media files other than extension
  • Doesn't work with total path