Page 1 of 1

Moving extra files to new folder

Posted: 03 Aug 2019, 11:03
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

Re: Moving extra files to new folder

Posted: 03 Aug 2019, 16:01
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).