Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Script

Description

pre_render.py

Gets executed before each transcoding task

post_render.py

Gets executed after each transcoding task

pre_ingest_load.py

Gets executed before the file paths get loaded into the ingest view

pre_element_delete.py

Gets executed before and elements is delete from the library

post_element_delete.py

Gets executed after and elements got delete from the library

pre_export.py

Gets executed before the library elements get exported from the Settings → Library → export elements

Info

This is not drag&drop of elements into another application! Use the drag&drop notations or pre_gallery_drag.js instead, to customize dragged data

pre_element_delete.py

Gets executed before and elements is delete from the library

post_element_delete.py

Gets executed after and elements got delete from the library

pre_gallery_drag.js

Gets executed right after the drag of an element. Useful to customize and format the dragged data outside of the software.

Info

Please note that this is a Javascript file.

...