No description
| .gitignore | ||
| .python-version | ||
| main.py | ||
| media-prober.tcss | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
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