Clean up tweaks comments

This commit is contained in:
Charles Haley 2010-12-21 20:38:41 +00:00
parent d7986e12ba
commit 5fe71e5c3f

View File

@ -193,8 +193,10 @@ sony_collection_sorting_rules = []
# device_special_collections = {'title':'%All by title', 'author':''} # device_special_collections = {'title':'%All by title', 'author':''}
# create a collection named '%All by title' of books sorted by title, # create a collection named '%All by title' of books sorted by title,
# respecting the order tweaks # respecting the order tweaks
# device_special_collections = {'title':'%All by title', 'author':'%All by author'}
# make both collections
# sony_all_books_by_author_collection = {'title':'', 'author':''} # sony_all_books_by_author_collection = {'title':'', 'author':''}
# disable the collection # disable both collections
device_special_collections = {'title':'', 'author':''} device_special_collections = {'title':'', 'author':''}