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: lame id3 tagging (Read 2999 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

lame id3 tagging

Is it somehow possible to create id3 tags with lame containing double quotes? lame --tt "example "title"" obviously doesn't work

lame id3 tagging

Reply #1
It's not possible, because it's a command line interface limitation, it doesn't depends on lame.

Regards;

Roberto.

lame id3 tagging

Reply #2
You didn't say which OS you are using. It's rather easy to do with *nix sh/kash/bash shell.

I have a custom wrapper around lame, it uses single quotes, not double quotes and replaces single quotes in the tags with ' for the shell.

I'm sure the popular lame front ends do this as well.

--jth

 

lame id3 tagging

Reply #3
I found a solution  I'm using windows so I can't use single quotes, however, escaping double quotes as " works (e.g. lame -tt "example "title"").