Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: CUESHEET" and "CUE_TRACK_CTDBTRACKCONFIDENCE (Read 548 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

CUESHEET" and "CUE_TRACK_CTDBTRACKCONFIDENCE

Is it possible to not inclued "CUESHEET" and "CUE_TRACK_CTDBTRACKCONFIDENCE" tags when ripping to image with cueripper?

Have tried different option both in cuetools and cueripper but nothing works for me.
I write, I play and I enjoy the day. If you like music that enhances your moods and intensifies your life, we can be friends.

Re: CUESHEET" and "CUE_TRACK_CTDBTRACKCONFIDENCE

Reply #1
The option for the CTDB tags needs to be manually added to the CUERipper\settings.txt file.
I'll explain how in a later post.

Currently in CUERipper, an option to not add the CUESHEET tag doesn't appear to exist.
I noted this as an observation at the bottom of this issue.

korth

Re: CUESHEET" and "CUE_TRACK_CTDBTRACKCONFIDENCE

Reply #2
To disable writing the CTDB tags in CUERipper 2.2.6
Close CUERipper
It is always a good idea to save a copy of settings.txt before changing the file.
Open the settings.txt file (%appdata%\CUERipper\settings.txt or if portable, in the program folder \CUERipper\settings.txt)
Find the start of the Advanced settings
Code: [Select]
Advanced={
=  "encoders": [
=    {
=      "$type": "CUETools.Codecs.WAV.EncoderSettings, CUETools.Codecs"
=    },
...

follow the equal signs all the way down until they end

Code: [Select]
=    }
=  ]
=}
CustomFormat0Name=flac

add a comma after the ] i.e. ],
then add the line
=  "WriteCTDBTagsOnEncode": false

i.e.
Code: [Select]
=    }
=  ],
=  "WriteCTDBTagsOnEncode": false
=}
CustomFormat0Name=flac
Save the settings.txt file

You didn't ask about removing the embedded LOG tag
To remove
Find
Code: [Select]
EmbedLog=1
change to
Code: [Select]
EmbedLog=0
korth

Re: CUESHEET" and "CUE_TRACK_CTDBTRACKCONFIDENCE

Reply #3
Omg! Will get into it as soon im home! Thank you, korth!
I write, I play and I enjoy the day. If you like music that enhances your moods and intensifies your life, we can be friends.

Re: CUESHEET" and "CUE_TRACK_CTDBTRACKCONFIDENCE

Reply #4
I forgot to mention that the instructions assume default 'Options' settings from the GUI. There are other settings added to settings.txt only when they are 'changed from default'. If you made changes, some of these may already be added to the area where you need to add the setting to disable writing the CTDB tags.

The below example shows settings added when I make changes to
- Submit to freedb EMail address
- Freedb site address
- Metadata search
- Album art size
- Album art search
- Detailed log

Code: [Select]
=    }
=  ],
=  "FreedbUser": "this",
=  "FreedbDomain": "is.fake",
=  "FreedbSiteAddress": "freedb.dbpoweramp.com",
=  "metadataSearch": 0,
=  "coversSize": 0,
=  "coversSearch": 0,
=  "DetailedCTDBLog": true
=}
CustomFormat0Name=flac

If you already have any settings present, add the comma after the last one
(the comma is important)
then add the line
=  "WriteCTDBTagsOnEncode": false

Code: [Select]
=    }
=  ],
=  "FreedbUser": "this",
=  "FreedbDomain": "is.fake",
=  "FreedbSiteAddress": "freedb.dbpoweramp.com",
=  "metadataSearch": 0,
=  "coversSize": 0,
=  "coversSearch": 0,
=  "DetailedCTDBLog": true,
=  "WriteCTDBTagsOnEncode": false
=}
CustomFormat0Name=flac
korth

Re: CUESHEET" and "CUE_TRACK_CTDBTRACKCONFIDENCE

Reply #5
My settings "AppData\Roaming\CUERipper" doesn't seem to save. When loading settings.exe all changes are gone. Also, i'm running portable version with user_profiles_enabled, cant find any "settings.txt" in the same folder.
I write, I play and I enjoy the day. If you like music that enhances your moods and intensifies your life, we can be friends.

Re: CUESHEET" and "CUE_TRACK_CTDBTRACKCONFIDENCE

Reply #6
Important: CUERipper must not be running when changing settings.txt

To run portable, 'user_profiles_enabled' must be deleted or renamed.
Settings would be in \CUETools 2.2.6\CUERipper\settings.txt after CUERipper was run and closed at least once.



Note: I'm on the road but should be back at my system in a day or so.
korth