![]() |
#1 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Dec 2011
Device: Pocketbook Pro 903
|
![]()
I want to sort my libray so that it is first sorted after author then serie (if it's a part of one) and then title.
After a bit of serching here i found that this tweek should do it Code:
sort_columns_at_startup = (('authors', 0), ('series', 0), ('title', 0)) Is there any way to make it use only the first author name (without having to remove other authors from metadata) This is how it looks now: Pirate of the pacific - Kenneth Robson - Doc Savage[5] Land of always-night- Kenneth Robson - Doc Savage[25] .... World's Fair Goblin - Kenneth Robeson & William G. Bogart - Doc Savage[74] ... The Man of Bronze - Kenneth Robeson & Lester Dent - Doc Savage[1] ... What i would like was books from the same "main" author to be grouped and the series sorted numericaly (so that book 1 is the first, bok 2 the next and so on). |
![]() |
![]() |
![]() |
#2 |
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 156
Karma: 10001
Join Date: Feb 2011
Device: sony
|
Create a custom column, built from other columns.
Name it something like 'mainauthor'. Put this in the template field: Code:
{author_sort:list_item( 0, ' & ')} Don't forget to add a leading # to the custom column name when you refer to it. Code:
sort_columns_at_startup = (('#mainauthor', 0), ('series', 0), ('title', 0)) |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Dec 2011
Device: Pocketbook Pro 903
|
![]()
Thanks that worked (after i found out that the separator in list_item has to be without ' around it)
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Touch Series/Collections sorting | Nakaleen | Kobo Reader | 10 | 08-12-2018 10:21 AM |
[Old Thread] Sorting folders by author/series/title | goodreader16 | Library Management | 15 | 05-06-2011 01:18 AM |
Title Sorting / Author Sorting | ahi | Sony Reader | 0 | 09-14-2009 01:51 PM |
Problem Sorting by Author on Jetbook | smg927 | Ectaco jetBook | 5 | 08-27-2009 11:52 PM |
Author sorting problem - purchased books | DeaHamlet | Sony Reader | 4 | 07-03-2008 04:16 PM |