in03 / proxima

Transcode source media directly from DaVinci Resolve using multiple machines for encoding. Great for creating proxies quickly.
MIT License
50 stars 3 forks source link

Implement overwrite logic - also need to test if this is feasible without oplock... #242

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

Implement overwrite logic - also need to test if this is feasible without oplock issues"

https://github.com/in03/proxima/blob/9ab8f158dd179f38216b18f31b6bc55ae12b73ab/src/proxima/types/batch.py#L230


                self.existing_link_requeued_count = len(existing_unlinked)
                if settings["proxy"]["overwrite"]:
                    logger.debug(f"[magenta] * Existing proxies set to be overwritten")
                    # TODO: Implement overwrite logic - also need to test if this is feasible without oplock issues"

    def handle_offline_proxies(self):
        """Prompt to rerender proxies that are 'linked' but their media does not exist.

cc90cd2a0a10fe5c74a94768b70ed7d8e256b945