|
|
#31 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Mar 2012
Location: Sydney, Australia
Device: Kindle
|
Cheers teejcee ( ex RAAF ) |
|
|
|
|
|
#32 |
|
Connoisseur
![]() Posts: 54
Karma: 10
Join Date: Dec 2012
Device: iphone
|
Sorry the plugin is actually the User Category plugin (http://www.mobileread.mobi/forums/sh...d.php?t=118934) I just use it for Genre. Using it with the Restrict To feature has just made it so easy to maintain one library.
|
|
|
|
|
Enthusiast
|
|
|
|
#33 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,849
Karma: 285886
Join Date: Jan 2010
Location: France
Device: Sony PRS-300, HTC WM6.5, Samsung Galaxy Nexus, HTC Sensation
|
We have made progress on this.
I have implemented the ability to use rules very similar to column coloring rules to put icons in cells on calibre's spreadsheet. The rule can choose whether or not to leave the text in the cell. For example, you can put a "star" image next to any title that has a tag "favorite". You will be able to use this new feature to create columns that are only icons. For example, you will be tell calibre to use some image in your column if the text is "!", and another image if the text is something else. You need to give calibre an image file to use. You can get image files by searching for icons. Another way to create the images is to find/display something you like, do a "screen capture", and save the result as an image. Just to play, I used the new feature to add some icons to the author column of a test library full of fake books. One rule adds a down-pointing triangle if the énum column contains a 5, an up-pointing triangle if the author contains an "i", and a "bug" if the author contains an "e". The attached image shows the result. The second attachment shows the rules.
__________________
Support calibre developers at no cost to you by using calibre's get books feature. Use Calibre Companion to wirelessly connect your Android phone or tablet to calibre charles.haleys.org/calibre |
|
|
|
|
|
#34 |
|
Connoisseur
![]() Posts: 54
Karma: 10
Join Date: Dec 2012
Device: iphone
|
I am so excited! When can I download it???
|
|
|
|
|
|
#35 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,849
Karma: 285886
Join Date: Jan 2010
Location: France
Device: Sony PRS-300, HTC WM6.5, Samsung Galaxy Nexus, HTC Sensation
|
Probably on Friday when the next calibre release is out.
__________________
Support calibre developers at no cost to you by using calibre's get books feature. Use Calibre Companion to wirelessly connect your Android phone or tablet to calibre charles.haleys.org/calibre |
|
|
|
|
|
#36 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,849
Karma: 285886
Join Date: Jan 2010
Location: France
Device: Sony PRS-300, HTC WM6.5, Samsung Galaxy Nexus, HTC Sensation
|
The code is now committed to calibre's source trunk. If someone runs from source and is willing to test it a bit, I would appreciate it. It would be nice to avoid silly errors.
__________________
Support calibre developers at no cost to you by using calibre's get books feature. Use Calibre Companion to wirelessly connect your Android phone or tablet to calibre charles.haleys.org/calibre |
|
|
|
|
|
#37 |
|
Connoisseur
![]() Posts: 54
Karma: 10
Join Date: Dec 2012
Device: iphone
|
Chaley I was looking at your samples above. Will one of the rules be "does not contain"? That option will be extremely useful.
I have no idea how to "run from source" or I would offer my help to test. I look so forward to incorporating this new feature into my library. |
|
|
|
|
|
#38 | |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,849
Karma: 285886
Join Date: Jan 2010
Location: France
Device: Sony PRS-300, HTC WM6.5, Samsung Galaxy Nexus, HTC Sensation
|
Quote:
Try playing with coloring, using different colors to represent different icons. If you able to set the color of the text in a column to the "right" color then you will be able to set the icon for that text to the "right" icon. Coloring rules are defined at Preferences/Look & Feel/Column coloring.
__________________
Support calibre developers at no cost to you by using calibre's get books feature. Use Calibre Companion to wirelessly connect your Android phone or tablet to calibre charles.haleys.org/calibre |
|
|
|
|
|
|
#39 |
|
Member
![]() Posts: 19
Karma: 10
Join Date: Jan 2011
Device: nook
|
After the update, on clicking the Add Rule button on the column icons tab, this error occurs:
calibre, version 0.9.17 ERROR: Unhandled exception: <b>WindowsError</b>:[Error 3] The system cannot find the path specified: u'C:\\Users\\****\\AppData\\Roaming\\calibre\\cc_i cons\\*.*' Traceback (most recent call last): File "site-packages\calibre\gui2\preferences\coloring.py", line 728, in add_rule File "site-packages\calibre\gui2\preferences\coloring.py", line 309, in __init__ WindowsError: [Error 3] The system cannot find the path specified: u'C:\\Users\\****\\AppData\\Roaming\\calibre\\cc_i cons\\*.*' Apparently that folder was not created. |
|
|
|
|
|
#40 |
|
Connoisseur
![]() Posts: 54
Karma: 10
Join Date: Dec 2012
Device: iphone
|
Chaley I just installed the update. You are amazing. Thank you so much for this. Its perfect.
|
|
|
|
|
|
#41 |
|
Connoisseur
![]() Posts: 54
Karma: 10
Join Date: Dec 2012
Device: iphone
|
Btw. I got the same error that kevinrs got. I just created the folder manually and it worked great.
I also wanted to tell you that if people are looking for icons this is a great site <http://www.iconfinder.com/> I do have one question. If there is a column that is a date and you want to say <is less than> <today>. The column is looking for a date, how do I tell it today, whatever today is. This is fun. Easy and fun. I love it. Thank you again. Last edited by tarisea; 02-01-2013 at 03:13 AM. |
|
|
|
|
|
#42 |
|
Creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,473
Karma: 2944574
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Just create the missing directory in the error message manually and you should be fine. I'll upload a fixed build in a little bit.
__________________
Get calibre Notice to all: I can not provide assistance with DRM removal, for legal reasons, so please do not contact me about it. |
|
|
|
|
|
#43 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,849
Karma: 285886
Join Date: Jan 2010
Location: France
Device: Sony PRS-300, HTC WM6.5, Samsung Galaxy Nexus, HTC Sensation
|
@tarisea: There isn't any way to check for "today". It seems to be a reasonable thing to do, so I will look at adding it.
@kovid: thanks for making the fix. Clearly I never tested it on a clean install.
__________________
Support calibre developers at no cost to you by using calibre's get books feature. Use Calibre Companion to wirelessly connect your Android phone or tablet to calibre charles.haleys.org/calibre |
|
|
|
|
|
#44 |
|
Staff to 4 Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,688
Karma: 2485828
Join Date: Aug 2009
Location: The (original) Silicon Valley, USA
Device: Galaxy Tab 2,Black Astak PEz, K4NT(now Wifes)
|
I tried to replace just the icons used for my read column with 32x32 icons (green_spot, red_spot from the Oxygene set)
True green_spot, no text False red_spot, no text (undefined) no change seen, even after a restart
__________________
Using: Ubuntu(32 bit):Oneric,Precise and XPpro SP3, W7HP(64)- - Libre Office w/Writer2EPUB
|
|
|
|
|
|
#45 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,849
Karma: 285886
Join Date: Jan 2010
Location: France
Device: Sony PRS-300, HTC WM6.5, Samsung Galaxy Nexus, HTC Sensation
|
You probably have "use checkmarks" set on the column. That checkbox wins.
__________________
Support calibre developers at no cost to you by using calibre's get books feature. Use Calibre Companion to wirelessly connect your Android phone or tablet to calibre charles.haleys.org/calibre |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to move value(s) of tag column to a custom made column | zoorakhan | Library Management | 0 | 12-08-2012 03:53 AM |
| custom date column from two state column | Dopedangel | Library Management | 7 | 01-03-2012 08:20 AM |
| Can custom book data be displayed in a custom column? | kiwidude | Development | 9 | 03-02-2011 05:35 AM |
| Custom Icons not Honored in 0.7.18 | edbro | Calibre | 1 | 09-10-2010 09:15 PM |
| Custom Icons for Your ePub Files | Zero9 | ePub | 1 | 06-09-2009 07:45 PM |