What kind of file?

Support for Windows users
Post Reply
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

What kind of file?

Post 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 :?:
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: What kind of file?

Post 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.
:idea: Please read the FAQ and How to Request Help.
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: What kind of file?

Post 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
Post Reply