Remove special collections tweak

This commit is contained in:
Charles Haley 2010-12-22 18:16:02 +00:00
parent 2afb62c9f7
commit 252488739f

View File

@ -180,25 +180,6 @@ sony_collection_renaming_rules={}
# Default: empty (no rules), so no collection attributes are named. # Default: empty (no rules), so no collection attributes are named.
sony_collection_sorting_rules = [] 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. # Create search terms to apply a query across several built-in search terms.
# Syntax: {'new term':['existing term 1', 'term 2', ...], 'new':['old'...] ...} # Syntax: {'new term':['existing term 1', 'term 2', ...], 'new':['old'...] ...}