From 5fe71e5c3f5aff91e148e6287ef652e341bcc0e4 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Tue, 21 Dec 2010 20:38:41 +0000 Subject: [PATCH] Clean up tweaks comments --- resources/default_tweaks.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index 3835bcd656..d2e4758ba6 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -192,9 +192,11 @@ sony_collection_sorting_rules = [] # create a collection named '%All by author' of all books sorted by author # device_special_collections = {'title':'%All by title', 'author':''} # 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':''} -# disable the collection +# disable both collections device_special_collections = {'title':'', 'author':''}