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 3.97b line problem in Foosbar: renames file with a "number&q (Read 2427 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

LAME 3.97b line problem in Foosbar: renames file with a "number&q

-V5 --vbr-new -Y - %d

I am using the above line in foosbare with lame 3.97b and it renames my file like so:

Mozart  Sull'aria (Le Nozze Di Figaro, Act III).wav

to

1 Mozart  Sull'aria (Le Nozze Di Figaro, Act III).mp3


How do I get it to disable the renaming....yes, i am trying to keep it in the same folder...


thanks

LAME 3.97b line problem in Foosbar: renames file with a "number&q

Reply #1
Open foobar Preferences > Tools > Converter. At the top of this window are the settings for Output File Names, where it says single tracks you probably have [%list_index% ]%title%, just remove [%list_index% ] and leave %title%.

BTW, in your Lame command line -V5 --vbr-new -Y - %d, -Y is not needed, it is used by defauly in settings -V 3 and below, just use the slider and point it at -V5 and check "Fast mode (--vbr-new).
we was young an' full of beans

 

LAME 3.97b line problem in Foosbar: renames file with a "number&q

Reply #2
thanks!