Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 10-29-2014, 05:39 AM   #1
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,572
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Multi Icon Columns

The only thing I can find on the forum, is this post dated 9th Sep, 2013 Multiple icons in a column? where chaley wrote

Quote:
There is no way to display multiple icons in a column using icon rules.
Then this feature was introduced
Quote:
Release: 1.4 [20 Sep, 2013]

Column icons: Allow the use of multiple icons with column icon rules.

You can now have column icon rules display multiple icons in a single column, side by side. There are two ways to do this, either specify multiple icons when creating the rule, or create multiple rules that match the same book and specify the icon type to be 'composed' for every rule. See Preferences->Look & Feel->Column icons for details.
But I've never been able to figure out how they work. I've tried a few things but got nowhere with them. Is there anyone who can give me some examples of their practical use, with screen shots if possible.

I have a gut feeling I could use them. And I sometimes wonder if they might not be a solution to questions posed on the forum. But I won't suggest using them to others if I don't know how to use them myself

BR
BetterRed is offline   Reply With Quote
Old 10-29-2014, 06:42 AM   #2
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
I have a column that shows the progress in a book pulled from my Kobo devices. I then use multiple icons to show more status. A tick for finished, a book for reading, a star if I want to rate it somewhere and a couple of other things. I think there can be five icons.

To do this, the icon rule has to be either "composed icons w/no text" or "composed icons with text". Two of the rules are:
Code:
Advanced Rule: set composed icons w/no text for column Kobo % Read:
<pre>program:
	test(
		or(
			cmp(field('#kobo_percentread'), 100, '', 'Y', 'Y'),
			str_in_list(field('#status'), ',', 'Finished', 'y', ''),
			field('#read')),
	'ok.png',
	'')
That puts the tick in the column if the book is 100% finished or a couple of other conditions (which I should remove). The column #status is populated by a reading list. It also means the value isn't displayed.

Code:
Advanced Rule: set composed icons w/text for column Kobo % Read
program:
	str_in_list(field('#status'), ',', 'toRate', 'rating.png', '')
Which puts a star in the column if the book is in the "To rate" list.

When I finish a book, I connect the device, fetch the status and put the book into the "to rate' list. The tick and the star are displayed with no text. When I move the book from the "to rate" list to the "Finished" list, the star disappears.
davidfor is offline   Reply With Quote
Advert
Old 10-29-2014, 06:54 AM   #3
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 11,742
Karma: 6997045
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
I can't speak for usefulness because I don't use them, but here are some rules I use for testing them. The rules for author compose a check for author count and some attributes of the book. The rules for the composite column compose checks for two particular formats. The advanced rule for author returns either a single icon or a pair of them. One of the rules for the composite column returns 3 icons.

The rule setup:
Click image for larger version

Name:	Clipboard05.jpg
Views:	220
Size:	134.9 KB
ID:	130292

The results:
Click image for larger version

Name:	Clipboard04.jpg
Views:	216
Size:	67.3 KB
ID:	130293
chaley is offline   Reply With Quote
Old 10-29-2014, 07:10 AM   #4
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,572
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by davidfor View Post
I have a column that shows the progress in a book pulled from my Kobo devices. I then use multiple icons to show more ...
@davidfor - thanks, any chance of some screen shots - I have a hard time imagining what the result looks like in the book list based on code and description.

So where does this multi select icon list fits into the scheme of things

Click image for larger version

Name:	Screenshot - 2014-10-29 , 21_55_30.jpg
Views:	205
Size:	65.9 KB
ID:	130294

And is there any doco on this, I couldn't find anything in the manual - but that doesn't mean its not there

If anyone else uses multi-icon columns then they should feel free to chime in.

BR
BetterRed is offline   Reply With Quote
Old 10-29-2014, 07:26 AM   #5
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,572
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by chaley View Post
I can't speak for usefulness because I don't use them, but here are some rules I use for testing them. The rules for author...
@chaley - ah-ah that's something I can digest - I think - and it tells me where the multi icon selector fits in - I think

I saw a remaindered book today, titled something like 'Why Proverbs Work Through the Ages' I nearly bought it. But I squandered thrice the price on Mantel's Assassination of Maggie.

Might go back 2mora and see if it has - 'a picture is worth a thousand words'.

- BR

Last edited by BetterRed; 10-29-2014 at 07:31 AM.
BetterRed is offline   Reply With Quote
Advert
Old 10-29-2014, 08:04 AM   #6
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
I think you got what you need from Chaley's post. But, here's a sample of what my column looks like:

Click image for larger version

Name:	reading_percent_icons.png
Views:	1217
Size:	5.1 KB
ID:	130302

I moved the status column next to the percent read for the screenshot. Normally it's out of view.
davidfor is offline   Reply With Quote
Old 10-29-2014, 06:05 PM   #7
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,572
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@davidfor - on more than the odd occasion even iconoclasts like me need some data visualisation

BR
BetterRed is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multi icon column selector - broken ? BetterRed Library Management 7 09-14-2014 12:48 AM
Help with Columns Canadian reader Devices 3 04-12-2014 03:40 PM
Columns raiderkilo Calibre 5 01-21-2012 05:53 PM
Columns Noughty Library Management 18 08-15-2011 04:57 PM
Columns darkpoet ePub 8 09-09-2009 10:17 PM


All times are GMT -4. The time now is 01:47 PM.


MobileRead.com is a privately owned, operated and funded community.