Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add setting for writing dummy CUE sheet comment #347

Commits on Sep 4, 2024

  1. Add setting for writing dummy CUE sheet comment

    If desired, this setting allows disabling writing of the following
    comment in dummy CUE sheets:
    REM COMMENT "CUETools generated dummy CUE sheet"
    
    - Add setting:
      `WriteDummyCUESheetComment`
      Default:
      `WriteDummyCUESheetComment=1`
      The setting is enabled by default, to preserve previous behavior.
    - The setting can be modified by editing `settings.txt` after
      closing CUETools:
      Use bool value 0, to disable writing the dummy CUE sheet comment.
    - Resolves: gchudov#343
    c72578 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9ed297b View commit details
    Browse the repository at this point in the history