From 252488739fa70e354ee9f98b0b6908c0cc809b64 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Wed, 22 Dec 2010 18:16:02 +0000 Subject: [PATCH] Remove special collections tweak --- resources/default_tweaks.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index d2e4758ba6..a420cd7d44 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -180,25 +180,6 @@ sony_collection_renaming_rules={} # Default: empty (no rules), so no collection attributes are named. sony_collection_sorting_rules = [] -# Specify whether special collections are to be made. This option is primarily -# of use on a Sony. The two available are all_by_author and all_by_title. These -# collections work around various device idiosyncrasies regarding sorting of -# lists, especially the sony *50 models. The author collection is sorted by -# author(s) then title. The title collection is sorted by title then authors(s) -# Enable a collection by entering a collection name in the variable. That -# collection name must be unique. -# Examples: -# device_special_collections = {'title':'', 'author':'%All by author'} -# 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 -# device_special_collections = {'title':'%All by title', 'author':'%All by author'} -# make both collections -# sony_all_books_by_author_collection = {'title':'', 'author':''} -# disable both collections -device_special_collections = {'title':'', 'author':''} - # Create search terms to apply a query across several built-in search terms. # Syntax: {'new term':['existing term 1', 'term 2', ...], 'new':['old'...] ...}