Page 1 of 1

What kind of file?

Posted: 09 Dec 2016, 06:30
by RBCC
I would like to make a data file so that Filebot could use it for file renaming, What kind of a file does it need to be? comma delimited ? CSV? John :?:

Re: What kind of file?

Posted: 09 Dec 2016, 10:28
by rednoah
A text file will be fine. If you drag text into the New Names area then it'll use each line as filename.

Re: What kind of file?

Posted: 09 Dec 2016, 19:16
by RBCC
Should I use:

Code: Select all

1 Astro and the space mutts [DateAired] [Episode]
<--- Each line has this?
Or

Code: Select all

Astro and the space mutts
           1   [DateAired]  Episode 
?
John