
How could one automatically move the txt files to the destination?
How could one automatically move the txt files to the destination?
How could one automatically move the txt (without or with renaming them) files to the destination?


Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: How could one automatically move the txt files to the destination?
Thank you.
No, that does not seem to work:


No, that does not seem to work:


Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: How could one automatically move the txt files to the destination?
What happens if you click Rename? The previously mentioned post-processing features are executed after files have been renamed.
Re: How could one automatically move the txt files to the destination?
Sorry, since the files remain greyed out, although - as I saw later - they are being copied (not moved) after all, I assumed they would not be taken into account. Why do they stay greyed out?
And ALL of the files obviously are COPIED (not moved, as I thought), not only the txt files.
And ALL of the files obviously are COPIED (not moved, as I thought), not only the txt files.
Some files are moved (like usual) the others are copied obviously.What happens if you click Rename?
Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: How could one automatically move the txt files to the destination?



EDIT:
Can you post file paths as text so that we can add this to your list of sample files for possible future reference if we are to improve support for this specific use case?
Re: How could one automatically move the txt files to the destination?
So it is not recognizable in FileBot whether one item will be moved / copied or not or be copied or moved?Items that do not have a match on the opposite side are greyed out.
Why at all "Import companion files"? Why is such an import? Not only a copy / move?
OK, many thanks!Your specific use case of automatically moving along specific companion files seems to not be supported well. You can either use Manual Matching to manually match your *.txt and *.jpg but this isn't very automatic, or you can use Import companion files to automatically copy along all companion files. I'd probably go with Import companion files because manually deleting unwanted files seems straight-forward.
Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: How could one automatically move the txt files to the destination?
The GUI will indeed not preview what Import companion files (or any other processing feature) will do after the shown Original Files / New Names mappings have been processed.
Import companion files is primarily useful for generically processing files that can't otherwise be processed. Please read Companion Files for details. Import companion files always uses --action duplicate (i.e. hardlink if possible, copy if necessary) so you don't lose your files if something goes wrong.
An alternative approach would be pre-renaming your Companion Files to match the name of the primary video file, so that automatic matching can make sense of things:
Code: Select all
Avatar.mp4
Avatar.xml
Avatar-poster.jpg
Avatar-description.txt

Re: How could one automatically move the txt files to the destination?
OK, many thanks! I will try that.
Newest portable, stable FileBot, Windows 10 Home, 64bit