Try as I may I cannot sort out how to convert the existing Double Quotes in a Title to Single Quotes in the Filename.
For example:
If the Title is:
My Generation [Live On "The Smothers Brothers Show"]
I would like the Filename end up being:
My Generation [Live On 'The Smothers Brothers Show']
I suppose another way to ask this is: How to I convert A Quotation Mark in the Title to An Apostrophe in the Filename?
@stanman
Thanks. I have tried that. But I am looking for a solution that, if possible, does not first require converting Double Quotes to Single Quotes. I need to preserve the Double Quotes in the Title.
At present, I do the following:
Export all Titles to text file.
Then Replace all Double Quotes with Single Quotes in Titles.
Then Tag to Filename.
Then restore original Titles with Double Quotes with Convert Text File To Tag.
It is effective and preserves all the original Title information.
But if there is some Action which exists to directly and globally convert Double Quotes in the Title to Single Quotes (Apostrophe) in the Filename it would save a few steps.
@DetlevD@ohrenkino
I had never before had the need to learn about Replace Scripting Functions in Tag > Filename.
Thank You So Very Much for explaining this.
Works perfectly.
Now I that better understand, these Scripting functions will be fun to experiment with and useful in other ways.
And further to this, a follow up question:
Is is possible to add a second Replace Scripting Function to that?
For example, if I also want to change "/" in Title to "-" in Filename (without using validate), can this second function be added to the original Quotes change and, if so, how?
I have gone here: https://docs.mp3tag.de/scripting
trying to figure it out but without success. All my experiments end up with a 'SYNTAX ERROR IN FORMATTING STRING' error.
How is adding a second Replace Scripting Function properly done?
Thank Again.