Quote:
Originally Posted by JSWolf
The current KoboTouchExtended includes a way to have both ePub or KePub sent to your Kobo. I have a Y/N column and if it's Y, I get a KPpub. Otherwise I get ePub.
This is the code that I use in the extended section.
Code:
program:
$#kepub == 'yes'
|
The problem with that is that I have mostly the same books on both, as I often switch between them reading the same book. Whether I send kepub or epub depends on which device is connected at the moment. I can't think of a way to populate a column based on such a setup...