Debug save_metadata.php
Opened this issue · 3 comments
waldoj commented
This generates pages of errors and doesn't work.
To Do
- bring the error verbosity way down
- figure out why mplayer isn't returning useful results
- fix class/array error
- have this return only the video ID, as
handler.sh
expects - figure out why the capture rate is way off
- figure out why
capture_directory
isn't populated
waldoj commented
I've got this adding a video to the DB just fine, with the caveat that capture_directory
isn't being populated, and that capture_rate
is bizarrely high (180).
waldoj commented
That said, the capture_rate
isn't wrong. I mean, I did the math and it checks out. So maybe mplayer
is capturing too many chyrons? I'm not sure.
waldoj commented
Everything's resolved except the weird capture rate.