QUOTE(tigre @ Nov 3 2003, 01:31 AM)
QUOTE(ganymed @ Nov 2 2003, 08:02 AM)
I don't know, if I understand you correctly but I always use the copy command with this formatting
CODE
copy "%_path%" "$char(37)TMP$char(37)\$num(%_playlist_number%,2) %_filename_ext%"
and paste this in a batch file.
This will copy all selected files to your temp folder and prefix the filename with the playlist index.
Regards,
~ Florian
I'm sorry - I don't understand how this works. Could you expain in a more detailed way, please? What kind of batch file are you talking about? And how do you use it?
To copy all selected files in my playlist to a certain destination folder, I've changed the
Copy command at
Preferences, Display, Title formatting to the string above.
When pressing the
Ctrl+C hotkey combination, fb2k will copy the file information of the selected files to the clipboard using the above formatting string.
After that, I'm pasting the text from the clipboard to a file called
temp.bat using the
Ctrl+V hotkey combination. This file is a so called batch-file (because it has the bat-extension and is executable by windows). When double-clicking this file, windows will run the commands in this file.
In my special case, there are only some
copy commands with different source- and target-filenames. It will copy all selected files to your temp-directory while prefixing the source-filename with the playlist index.
But I can also think of a total new filename scheme (using the other meta-data placeholders) which can easily be used at
Guess values from filename....
Regards,
~ Florian