Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Releases: nrkno/sofie-casparcg-media-scanner

v1.1.2-nrkno

19 Dec 08:28
Compare
Choose a tag to compare
  • fix: don't run watchdog on startup (to allow for the initial work to be done)
  • feat(scanner): add options for black and freeze detect

v1.1.1-nrkno

06 Dec 08:20
Compare
Choose a tag to compare

v1.1-nrkno

04 Dec 13:20
Compare
Choose a tag to compare

Added "watchdog", a self-check that the file watching and database works.

To activate the watchdog functionality:
Place a file called "watchdog.mov" in the media folder.
The watchdog function runs every 5 minutes and:

  • Makes a copy of watchdog.mov
  • checks that pouchdb updates with the changes
  • Removes the copy of watchdog.mov
  • checks that pouchdb is updated

(This functionality is intended to be used when the media-scanner is hosted by a host that restarts it if it closes, as the watchdog simply process.exit():s if the test fail)