Tweak for setting tags browser order
I am not sure how this works. I tried to use it to have my genre and bookshelf tags be first, but it never worked.
The tweak rule describes:
"Example: tag_browser_category_order = {'series':1, 'tags':2, '*':3} resulting in the order series, tags, then everything else in default order."
Does this mean that custom columns are excluded? The way I see this it seems that the series and then the tags are first with everything else being after. I understand that the '*' indicates any or all, but is it only the preset tags? Or do I need to set up the standard columns first and then do the custom columns. I was only focusing on the custom columns. I don’t care how the standard tags are sorted, but I wanted to sort the many other custom columns.
Also, the modifyer is set up like this:
"tag_browser_category_order = {u'*': 1}"
Does that mean that I have to put a "u" before all the columns?
My goal is to have the custom colums be listed like this
label
'#booksource '
'#all_the_book_sources '
'#genre '
'#currentbookshelves '
'#dashed_current_bookshelves '
'#bookshelves '
'#extra_tags '
'#calibrelibrary '
'#book_style '
'#readstatus '
'#exclusiveshelf '
'#details '
'#rc '
'#goodreads_author '
'#goodreads_binding '
'#second_series '
Any help getting this to happen would be appreciated!
|