|  12-26-2010, 06:58 PM | #46 | 
| Guru            Posts: 902 Karma: 1660722 Join Date: Nov 2009 Location: Maryland Device: PRS-650, PRS-600, PRS-350 | 
			
			One thing I just noticed, the Collections are named like this: Classics (Disporder) Any way to make it not put the column name in the Collection title? Not a big deal, but thought I would ask. | 
|   |   | 
|  12-27-2010, 04:35 AM | #47 | |
| Grand Sorcerer            Posts: 12,525 Karma: 8065948 Join Date: Jan 2010 Location: Notts, England Device: Kobo Libra 2 | Quote: 
 Code: sony_collection_renaming_rules={'#disporder':''}Code: sony_collection_name_template='{value}'Last edited by chaley; 12-27-2010 at 05:59 PM. | |
|   |   | 
|  12-28-2010, 07:47 AM | #48 | 
| Guru            Posts: 902 Karma: 1660722 Join Date: Nov 2009 Location: Maryland Device: PRS-650, PRS-600, PRS-350 | 
			
			OK, thanks. By using a couple of more custom columns, I have it working the way I want it.  Just for info, I added a column called Sort and a column called Genre. I use the sort to keep an author's books in a certain order. Genre is used to group books by certain genres. By using these, I can set the sort fairly easily for all my SciFi books in a Collection called SciFi, and inside the collection by author, then in whatever order I want for that author. | 
|   |   | 
|  12-28-2010, 07:49 PM | #49 | 
| Guru            Posts: 902 Karma: 1660722 Join Date: Nov 2009 Location: Maryland Device: PRS-650, PRS-600, PRS-350 | 
			
			ARRGGGHHH!!!! OK, it still is not working correctly. If I set up a column disporder as a series type data (as we have been doing in this thread). And set an order of books under a name, say XYZ, numbered 1 - 10. A collection is created for the "series" name [XYX (Disporder) ], but the books are NOT in the collection in the order 1 through 10, they are in alphabetical order by title. Collections created based on Series are sorted properly. So Calibre is doing something differently with the Series Column than with the Custom Column with series like numbering. | 
|   |   | 
|  12-28-2010, 08:27 PM | #50 | 
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | 
			
			Have you remembered to set up the sony_collection_sorting_rules tweak in your config?
		 | 
|   |   | 
|  12-29-2010, 03:57 AM | #51 | 
| Grand Sorcerer            Posts: 12,525 Karma: 8065948 Join Date: Jan 2010 Location: Notts, England Device: Kobo Libra 2 | 
			
			Rather obscure bug that most people haven't seen because they are modifying the title with plugboards. Fix submitted.  Workaround 1: use jackie_w's suggestion. Create a custom column containing {#disporder_index:0>5.2f} and then set up a sort rule Code: sony_collection_sorting_rules=[(['#disporder'], #what_you_named_the_column)]   | 
|   |   | 
|  12-29-2010, 08:49 AM | #52 | 
| Guru            Posts: 902 Karma: 1660722 Join Date: Nov 2009 Location: Maryland Device: PRS-650, PRS-600, PRS-350 | 
			
			So when is the release of the fixed version?   Where do I put the sort rule? I need to do two of them. Thanks. | 
|   |   | 
|  12-29-2010, 09:06 AM | #53 | |
| Grand Sorcerer            Posts: 12,525 Karma: 8065948 Join Date: Jan 2010 Location: Notts, England Device: Kobo Libra 2 | 
			
			Depends on Kovid. He has been traveling, and changes have been accumulating. I don't know what his time frame is for reviewing submitted changes. Quote: 
 | |
|   |   | 
|  12-30-2010, 05:16 AM | #54 | 
| Guru            Posts: 902 Karma: 1660722 Join Date: Nov 2009 Location: Maryland Device: PRS-650, PRS-600, PRS-350 | 
			
			Thanks. Any particular place or way? I quickly (a few minutes before heading to work) just tried to copy that tweak to the lower pane, but it told me it was an invalid tweak. | 
|   |   | 
|  12-30-2010, 05:43 AM | #55 | 
| Grand Sorcerer            Posts: 12,525 Karma: 8065948 Join Date: Jan 2010 Location: Notts, England Device: Kobo Libra 2 | 
			
			Copy the line Code: sony_collection_sorting_rules = [] | 
|   |   | 
|  12-30-2010, 09:25 AM | #56 | 
| Guru            Posts: 902 Karma: 1660722 Join Date: Nov 2009 Location: Maryland Device: PRS-650, PRS-600, PRS-350 | 
			
			Doh, it was early, I just copied the string given, which of course doesn't match the column names and such.   If I need to handle two columns, do I do two lines or what? | 
|   |   | 
|  12-30-2010, 10:15 AM | #57 | 
| Grand Sorcerer            Posts: 12,525 Karma: 8065948 Join Date: Jan 2010 Location: Notts, England Device: Kobo Libra 2 | 
			
			No, one line. What goes in that line depends on whether the two columns use the same sort column. Post the names of the columns you want sorted along with the name of the column(s) containing the sort values. I will reply with the correct sort tweak. | 
|   |   | 
|  12-31-2010, 05:32 AM | #58 | 
| Guru            Posts: 902 Karma: 1660722 Join Date: Nov 2009 Location: Maryland Device: PRS-650, PRS-600, PRS-350 | 
			
			Thanks. I have two columns that I want turned into collections, sorted by the column data. 1) disorder (out old friend) but the coulmn header reads Author 2) genre the column header is Genre. In the plug in, the collections are based on #disporder and #genre MANY thanks. | 
|   |   | 
|  12-31-2010, 05:37 AM | #59 | |
| Grand Sorcerer            Posts: 12,525 Karma: 8065948 Join Date: Jan 2010 Location: Notts, England Device: Kobo Libra 2 | Quote: 
 I understand that you want collections built from #disporder and #genre. What is the key of the column to be used to sort these collections? | |
|   |   | 
|  12-31-2010, 06:19 AM | #60 | 
| Guru            Posts: 902 Karma: 1660722 Join Date: Nov 2009 Location: Maryland Device: PRS-650, PRS-600, PRS-350 | 
			
			The keys (hover over column header) #disporder and #genre The column headings are Author and Genre They are both Text with series like information, so have a Text Field (collection name) and a series number (sort). | 
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Ended Sony Reader Touch (prs 600) | -walsh- | Flea Market | 14 | 07-18-2010 06:20 AM | 
| PRS-600 Collections and Calibre | DrZoidberg | Reading and Management | 4 | 06-05-2010 11:22 PM | 
| sony digital reader PRS-600 | ll_holy.ghost_ll | Sony Reader | 6 | 04-17-2010 06:09 PM | 
| Sony Reader PRS 600 novice! | emma r | Introduce Yourself | 8 | 01-26-2010 07:20 AM | 
| sony reader prs-600 or kindle2 | Realityy | Which one should I buy? | 17 | 12-28-2009 07:39 AM |