Skip to content

Issue: Add creation_date_auto = false in the default ttdl.toml configuration file #140

@qrkks

Description

@qrkks

Description:
Currently, the ttdl.toml configuration file does not include the creation_date_auto option by default. This can make it difficult for new users to discover this feature and configure it properly, as they have no indication of its existence in the configuration file.

Suggested Improvement:
To improve user experience, it would be helpful to add the creation_date_auto = false setting in the default ttdl.toml configuration file. This would make it easier for users to see and modify this option, especially for those who are new to the tool or not familiar with the documentation.

Example:

[global]
creation_date_auto = false # Default value, user can modify as needed

This change would provide more clarity and allow users to discover and configure the feature more easily.

Thank you for considering this improvement!

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