Skip to content

Draft: restore automatic check_seq() call upon cd

François Meyer requested to merge fm-ltfb/siril:checkseq into master

Description

This merge request aims at building the list of sequences present in a directory as soon as the CWD (Current Working Directory) is set/changed.

Changes Made

Move and uncomment the existing (commented) check_seq() call in src/core/utils.c to just after the code confirming successful CWD change.

Related Issues

For a standalone script or an interactive cli session there is no way to have sequences built other that to go and click something in the gui,

impeding automated processing for e.g. remote/unattended acquisition/processing sessions. This merge request fixes that.

An alternative approach could be to add a specific command doing check_seq(). This merge request is simpler but the latter might be more sound in the long term.

Additional Notes

NA

Merge Request Checklists

  • Code follows project coding guidelines and its checklist
  • I have submitted a MR in the documentation repository if required
  • I have updated Changelog and NEWS, listing the related issues.
  • If my MR introduces new dependencies, I have run all the CIs, even the optional (manual) jobs.
Edited by François Meyer

Merge request reports