Page 1 of 1

first post - stupid question about tab delimiter in patte

Posted: 21 Nov 2019, 13:26
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

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

Posted: 21 Nov 2019, 13:36
by drwhofan
actually it's not my first post. i asked another stupid question about a year ago :)

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

Posted: 21 Nov 2019, 14:00
by rednoah
No need to escape. Just type a tab:

Code: Select all

{n}	{s00e00}	{t}

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

Posted: 21 Nov 2019, 14:38
by drwhofan
wow ! thanks, that never occurred to me :)