major bump
Just had a bit of an annoying "debugging" of this, since the xml insisted on titling feeds things like -maxage:7 and -nosub (commandline parameters I've used). Turned out folder-rss needs specific order of parameters to have both correct title and save to specified xml:
folder-rss.exe "d:\the\dir\to\watch" -maxage:7 -only:folders [-or other parameters] d:\the\output.xml
from about, which didn't work:
folder-rss [-nosub,-only:files|folders|*.ext,+r,+h,+s] <sourcefolder> <destination.xml>
so essentially should be in this order:
folder-rss <sourcefolder> [-nosub,-only:files|folders|*.ext,+r,+h,+s] <destination.xml>