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: Converter: Copy other files (Read 1239 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Converter: Copy other files

In Converter Setup:
Copy other files: %album%.png
The pattern of %album% does not seem to resolve to anything.

Is this limited to only %filename% and %filename_ext% ?

Also, is there a "search" button somewhere to search all topics?

Thank you.

Re: Converter: Copy other files

Reply #1
The little question mark at the end of the input field shows instructions and tells it only supports those two fields you quoted. I actually didn't even remember it does any titleformatting as it's not really dealing with any tracks to parse titleformat info from. It's supposed to be extra per-directory operation once conversion is finished. Typical usage would be to use it with wildcards like *.png;*.log;*.txt.

Re: Converter: Copy other files

Reply #2
Thank you for the quick response. It now makes sense that this command is performed "When done" so it no longer has access to the file tags.
Thanks again.

Re: Converter: Copy other files

Reply #3
Sorry, one other question. When looking at the console log, it appears to log an error: "Copying: [invalid location]". Can this be ignored? I do not see any other errors and it reports success at the end. It is set to create multi-track files. This is the log:
Code: [Select]
Converting: "Redaction\01 Good Times.flac"
Copying: [invalid location]
Destination: "Redaction\1974 - Phoebe Snow\Phoebe Snow.png"
Destination: "Redaction\1974 - Phoebe Snow\Phoebe Snow.flac"
CLI encoder: flac.exe
Destination file: Redaction\1974 - Phoebe Snow\Phoebe Snow.flac
Encoder stream format: 44100Hz / 2ch / 16bps
Command line: flac.exe --force --silent --verify --no-seektable --no-padding --padding=2097152 -4 - -o "Phoebe Snow.flac"
Working folder: Redaction\1974 - Phoebe Snow\
Copied OK
Converting: "Redaction\02 Harpo's Blues.flac"
Converting: "Redaction\03 Poetry Man.flac"
Encoder process still running, waiting...
Encoder process terminated cleanly.
Track converted successfully.

Thank you.

Re: Converter: Copy other files

Reply #4
The useless "[invalid location]" log entry is removed in the latest foobar2000 v2.2 preview version.

Re: Converter: Copy other files

Reply #5
Wow, thank you.