View Single Post
Old 02-07-2010, 12:30 PM   #143
GRiker
Comparer of the Ephemeris
GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.
 
Posts: 1,496
Karma: 424697
Join Date: Mar 2009
Device: iPad
@cryan10: A couple more things I notice in your build log:
Code:
catalog_title: Chris's Books
exclude_genre:
exclude_tags: (~,Catalog)
note_tag: (*)
numbers_as_text: False
read_tag: (+)
If you want to exclude all genres, use a single dot . as indicated in the dialog. If you want to include all genres, use \[^.\]

You may use (*) and (+) as note-tag and read_tag if you wish, (the defaults are simply * and +). However, the exclude tags are a comma-delimited list of tags to exclude, and should not be paranthesized. The default is:
Code:
~,Catalog
If you really want to change the form of exclude_tags to use parantheses, then it should look like
Code:
(~),(Catalog)
I'd suggest sticking with the defaults until you get things working initially.

G

Last edited by GRiker; 02-07-2010 at 03:44 PM.
GRiker is offline