|  09-03-2023, 06:34 PM | #1 | 
| Member   Posts: 21 Karma: 128 Join Date: Jan 2020 Device: Kobo Libre2 | 
				
				Only create Kobo shelves with minimum number of items
			 
			
			Is it possible to tell the Kobo to only create a shelf if it would contain X or more books? Either in the Kobo's preferences or in Calibre's? A few more details: I use Calibre to manage my library, and have a custom column that pulls data from multiple other columns that I use to create the Shelves on Kobo. This is great, most of the time, but there are a few tags that it pulls in that only appear on one or two books. This creates soooo many shelves that are basically useless! | 
|   |   | 
|  09-03-2023, 08:07 PM | #2 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			It's not shelves. It's collections.
		 | 
|   |   | 
| Advert | |
|  | 
|  09-03-2023, 08:08 PM | #3 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			Create a column for your collections that are not series.
		 | 
|   |   | 
|  09-03-2023, 09:16 PM | #4 | 
| Grand Sorcerer            Posts: 13,983 Karma: 243829945 Join Date: Jan 2014 Location: Estonia Device: Kobo Sage & Libra 2 | |
|   |   | 
|  09-03-2023, 09:46 PM | #5 | 
| Member   Posts: 21 Karma: 128 Join Date: Jan 2020 Device: Kobo Libre2 | |
|   |   | 
| Advert | |
|  | 
|  09-04-2023, 05:55 AM | #6 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			Edit the custom column to remove these tags you don't want to have as a collection. That should solve the problem of those few tags.
		 | 
|   |   | 
|  09-04-2023, 07:32 AM | #7 | 
| Enthusiast            Posts: 39 Karma: 450000 Join Date: Oct 2021 Device: Kobo Libra 2 | 
			
			I used to do exactly that on my kindle, kindle collections manager had an option to create shelves only if X books would be in it. Sadly it doesn't appear that Kobotouch has the same option. Maybe the filter can be applied when you build your custom column? I don't know enough about the language to know if that's something that can be done in the template. Jesus... ever considered not posting every irrelevant thing that goes through your head? | 
|   |   | 
|  09-04-2023, 08:06 AM | #8 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | |
|   |   | 
|  09-04-2023, 10:45 AM | #9 | 
| Member   Posts: 21 Karma: 128 Join Date: Jan 2020 Device: Kobo Libre2 | 
			
			That is not an option. I want to keep the tags for categorization purposes in Calibre, and anyway, manually removing dozens of tags is not feasible.
		 | 
|   |   | 
|  09-04-2023, 11:59 AM | #10 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | |
|   |   | 
|  09-04-2023, 12:44 PM | #11 | 
| Teluk Biru            Posts: 161 Karma: 348662 Join Date: Jan 2023 Device: Kobo Clara 2E | 
			
			I always edit the tags to a maximum of ten tags. So they are put nicely on one page on My Kobo Clara 2E
		 | 
|   |   | 
|  09-04-2023, 12:53 PM | #12 | 
| Grand Sorcerer            Posts: 6,686 Karma: 12595249 Join Date: Jun 2009 Location: Madrid, Spain Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2 | 
			
			I don't think there is an option for that, neither in the driver nor in calibre itself out of the box (we are talking about entries through the library, not a book, that is where the templates work). The only thing I can think is, if you now the troublesome tags in advance, to create a second custom column where those few tags are not include, and using this second column to create the shelves/collections/whatever...
		 | 
|   |   | 
|  09-05-2023, 01:44 AM | #13 | 
| Groupie            Posts: 186 Karma: 197760 Join Date: Oct 2015 Device: Kobo Glo HD (landscape), Kobo Aura One | 
			
			In the kobotouchextended is an option for creating collection by a template. I use it to suppress specific entries e.g. use genre to ceate collection but do not show the value "shortstorry".  With the correct coding, it maybe be possible to use it for your purpose.... perhaps. | 
|   |   | 
|  09-05-2023, 08:07 AM | #14 | |
| Member   Posts: 21 Karma: 128 Join Date: Jan 2020 Device: Kobo Libre2 | Quote: 
 | |
|   |   | 
|  09-06-2023, 03:32 AM | #15 | 
| Groupie            Posts: 186 Karma: 197760 Join Date: Oct 2015 Device: Kobo Glo HD (landscape), Kobo Aura One | 
			
			here is mine: program: # Remove tags listed in tags_to_ignore tags_to_ignore = 'danach, leicht'; list_join(':@:', list_difference($tags, tags_to_ignore, ','), ',', list_difference($#rreadingpool, tags_to_ignore, ','), ',') But I like to guide you to the whole story as that may help you for your personal solution: https://www.mobileread.com/forums/sh...d.php?t=211135 start with post 2842 upto post 2855 on page 190/191 | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Glo How to create Shelves with Calibre | leftright | Kobo Reader | 2 | 10-06-2013 05:38 AM | 
| Aura HD Sorting Shelves by Number of books | speakingtohe | Kobo Reader | 13 | 06-13-2013 02:05 AM | 
| Touch Can't create shelves or add to/access shortlist! | IzzyNobre | Kobo Reader | 3 | 07-30-2012 02:10 PM | 
| Cannot create Shelves in Kobo 2.0 release | fablemanor | Kobo Reader | 2 | 07-19-2012 11:11 AM | 
| Amazon minimum number of ratings option | KindlePaul | Library Management | 2 | 04-25-2012 04:20 AM |