Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.
This repository was archived by the owner on May 20, 2026. It is now read-only.

Alternative naming options for duplicate renders #52

Description

@Gfiti

Current Behavior
When you reload a save and a render is generated for the same point in time, the new images are named alt1, alt2, and so on.

To create a clean timeline, you must manually delete images without the alt suffix, and also remove older alternates like alt1 if alt2 exists. This makes organizing renders time-consuming.

Feature Request: Alternative Naming Options
I'd like to request an option to handle file naming differently, making it easier to manage and remove unwanted renders.

Suggestion 1 – Overwrite Existing Files
If a render already exists at a given timestamp, the new render should simply overwrite it.

  • Pros: Prevents duplicate images, no need to clean up.
  • Cons: Original renders are permanently lost unless backed up beforehand.

Suggestion 2 – Rename Old Files Instead
If a render already exists at a given timestamp, the existing (old) file is renamed (e.g., to alt1 or old1), and the new render uses the default name.

  • Pros: Makes cleanup faster, just search for alt or old and delete them.
  • Cons: Might be slightly more complex to implement, as it requires renaming existing files before saving the new one.

I'd prefer Method 2 personally, if that is implementable. :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions