directus / v8-archive

Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
https://docs.directus.io/api/reference.html
505 stars 204 forks source link

Missing information about detailed metadata on video and audio files if ffprobe is installed #2014

Open grischaerbe opened 4 years ago

grischaerbe commented 4 years ago

The docs are missing a section that informs about the implications of having ffprobe installed. If ffprobe is installed, file records of videos hold information about the duration and frame size and file records of audio hold information about the duration.

I was about to use webhooks to mimic that functionality when i came across this in the source. I think it's quite a nice feature that should be mentioned in the docs.

In my opinion it should be mentioned in the Installation section as well as in the File API Reference section. I will make a PR if you see the need.

benhaynes commented 4 years ago

Thank you, I've also added this to the next repo so it's considered for Directus 9

https://github.com/directus/next/discussions/587