mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-15 22:36:03 +01:00
Clean up tweaks comments
This commit is contained in:
parent
d7986e12ba
commit
5fe71e5c3f
1 changed files with 4 additions and 2 deletions
|
|
@ -192,9 +192,11 @@
|
|||
# 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':''}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue