Page 1 of 1

How do I export a list of headers?

PostPosted: Tue Mar 20, 2012 9:20 am
by delboy007
I would like to list an print out a list of all the headers from a group. Is there a way of doing that ?

Re: How do I export a list of headers?

PostPosted: Tue Mar 20, 2012 9:48 am
by DThor
Not to my knowledge, no. The closest you could come to that is write the whole thing out as an nzb file. Then, if there was some way to parse the nzb file and convert it to a straight list(it's just xml, so this is certainly possible), that would be a path. I'm not aware of any utility out there that does this, however, sorry.

DT

Re: How do I export a list of headers?

PostPosted: Tue Mar 20, 2012 9:49 am
by Quade
How much detail do you need? You can select the listed items, hit "Ctrl-C" then select wordpad and "Ctrl-V" to paste a summary as comma delimited text. Alternatively you can select all the posts, right click and generate an NZB.

Re: How do I export a list of headers?

PostPosted: Tue Mar 20, 2012 10:49 am
by delboy007
Brilliant thanks. Works perfectly