View Single Post
Old 08-29-2022, 09:26 AM   #9
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,960
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Artemide View Post
Thanks all for replies.
Major problem for me is solved.
Format column is still missing from Device library form, can't find how to add it.
Now I call converted books as "title2" in order to distinguish it from epub version.
If I can suggest, maybe the thread could be marked as solved
Are you saying you have multiple formats of the same eBook on your Libra 2?

What you can do is create a custom Y/N column. In the KoboTouchExtended drvier, you

Under the Extended tab there is a checkbox for Use template for kepubification. Check that. The code posted below is what I put in the template editor. I have my column named kepub. If it's yes in the column, the ePub will be converted to KePub. If not, it will be sent as ePub. If you read mostly KePub, you could call the column epub and change the column name in the code. This would alo show you what format the eBook is in on your Kobo. You would just have to search for Y in the column to see what's ePub and not Y for what's not ePub. Also, if you use the Reading List plugin, you can have a Y/N column for what's on your Libra 2. So you could make the search for just what you have on your Libra 2.

Code:
program: 
	$#kepub == 'yes'
JSWolf is offline   Reply With Quote