Moving extra files to new folder

Support for Windows users
Post Reply
casperse
Posts: 29
Joined: 19 Aug 2017, 09:17

Moving extra files to new folder

Post by casperse »

Hi

I have been using the change extension for a long time nfo --> nfo-org
that moves any nofo file to the new folder structure

I haven't found a way to move existing jpg files to the new folder keeping the existing names.
So would it be possible to use the same nfo--> nfo-org {'.'+lang}.{ext.replace('nfo', 'nfo-orig')} but just keep jpg --> jpg

I have read other post asking for a way to move existing files to the new location and that it was not a feature in the GUI
Hoping to find a way around it ;)

Code: Select all

{n.replace(':',' - ')} ({y})/{n.replace(':',' - ')} ({y}) [{SOURCE+'.'}{VF}{'.'+VC}{'.'+BITDEPTH+'Bit'}{'.'+AC}{'.'+AF}{'.'+fn.match(/Atmos/)}]{'.'+lang}.{ext.replace('nfo', 'nfo-orig')}
Basically moving any *.jpg file to the new folder?
Hope this make sense...

Best regards
Casperse
User avatar
rednoah
The Source
Posts: 22974
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Moving extra files to new folder

Post by rednoah »

Does FileBot match *.jpg files to movie objects?

If yes, then the format is applied and you can do what you want.
If no, then the format is irrelevant because there is no file/movie match to format.

:idea: FileBot has some level of support for processing arbitrary companion files alongside their movies files, but only if they match by name (e.g. Avatar-poster.jpg, Avatar-metadata.json, etc match Avatar.mp4).
:idea: Please read the FAQ and How to Request Help.
Post Reply