first post - stupid question about tab delimiter in patte
first post - stupid question about tab delimiter in patte
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
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
No need to escape. Just type a tab:
Code: Select all
{n} {s00e00} {t}
Re: first post - stupid question about tab delimiter in patte
wow ! thanks, that never occurred to me 
