Page 1 of 1

saving file to another directory

Posted: 13 Sep 2021, 20:37
by RBCC
I have a video in E:\PIXAR\Finding Dory 2016 and would like to save it in Y:\DIsney\Pixarm how do i do this in the gui? John

Re: saving file to another directory

Posted: 14 Sep 2021, 01:42
by rednoah
e.g.

Code: Select all

Y:\DIsney\Pixarm\{n} {y}
:arrow: https://www.filebot.net/naming.html

Re: saving file to another directory

Posted: 16 Sep 2021, 07:15
by RBCC
Does the {y} have to be at the end of the line.
I tried it without and i got an error because
of the colon in next of the Y in Y:\disney\Pixar {n} {y}. How to solve this , should it be {Y:\disney\Pixar {n}} ?

Re: saving file to another directory

Posted: 17 Sep 2021, 07:29
by RBCC
After keying in what the picture below shows
Image

I get this error
Image

What did I do wrong? John

Re: saving file to another directory

Posted: 17 Sep 2021, 07:35
by RBCC
AFter putting this into the gui
https://snipboard.io/VWZszH.jpg
I git this error
snipboard.io/5CjZoW.jpg

How do i solve this problem? John

Re: saving file to another directory

Posted: 17 Sep 2021, 07:53
by rednoah
Windows does not allow : colon in file names. You therefore cannot have a folder named "2021 Y:".


:arrow: You may click the green Validate button to strip : colon from the file path before clicking on the Continue button.


:idea: If you want to move files from drive X: to drive Y: then your custom format is bad. You're somehow accidentally generating invalid file paths. You'll want to remove the part that generates the leading X:\2021 part and make sure to generate valid file paths that start with Y:\.

Re: saving file to another directory

Posted: 17 Sep 2021, 08:24
by RBCC
That is automatically generated. How do I revise the format so it works?

Re: saving file to another directory

Posted: 17 Sep 2021, 09:21
by rednoah
What format are you currently using?

Re: saving file to another directory

Posted: 17 Sep 2021, 19:30
by RBCC
Movie
I took out the year at the front and it moved perfectly however If I put the year in brackets at the will it work?

Re: saving file to another directory

Posted: 18 Sep 2021, 02:09
by kim
We need your format and the output you want e.g.

Code: Select all

Y:\Disney\Pixar\{n} {y}
=
Y:\Disney\Pixar\movie 2020
you can do this if that what you mean ?

Code: Select all

Y:\{y}\Disney\Pixar\{n} {y}
=
Y:\2020\Disney\Pixar\movie 2020