View Single Post
Old 12-18-2022, 10:50 PM   #3
Req13
Enthusiast
Req13 rocks like Gibraltar!Req13 rocks like Gibraltar!Req13 rocks like Gibraltar!Req13 rocks like Gibraltar!Req13 rocks like Gibraltar!Req13 rocks like Gibraltar!Req13 rocks like Gibraltar!Req13 rocks like Gibraltar!Req13 rocks like Gibraltar!Req13 rocks like Gibraltar!Req13 rocks like Gibraltar!
 
Posts: 28
Karma: 100000
Join Date: Mar 2010
Device: Kindle PW4, Sony PRS-T1, PRS-600 & Nook STR
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.
Req13 is offline   Reply With Quote