first post - stupid question about tab delimiter in patte

Any questions? Need some help?
Post Reply
drwhofan
Posts: 8
Joined: 18 Jan 2019, 19:06

first post - stupid question about tab delimiter in patte

Post by drwhofan »

Hi. i'd like to format an episode list (in the list window) with tabs between series name , episode number , episode title so that the resulting txt file can be read into excel. I tried a couple of different ways ( {n} \t {s00e00} \t {t}) and i'm not having much success. Can somebody point me in the right direction? Thanks
drwhofan
Posts: 8
Joined: 18 Jan 2019, 19:06

Re: first post - stupid question about tab delimiter in patte

Post by drwhofan »

actually it's not my first post. i asked another stupid question about a year ago :)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: first post - stupid question about tab delimiter in patte

Post by rednoah »

No need to escape. Just type a tab:

Code: Select all

{n}	{s00e00}	{t}
:idea: Please read the FAQ and How to Request Help.
drwhofan
Posts: 8
Joined: 18 Jan 2019, 19:06

Re: first post - stupid question about tab delimiter in patte

Post by drwhofan »

wow ! thanks, that never occurred to me :)
Post Reply