Thank you for responding. I plugged this into the template editor in saving books to disk:
Code:
program:
t = $title;
t = re(t, '\?', '');
t = re(t, ':', ';');
# Add any more changes that you want.
This outputs just the title of the book.
I was hoping to have an output of the author and title like this:
Author - Title
I can't figure out how to add the author to your code.
Thanks again.