Quote:
Originally Posted by JSWolf
I mostly read ePub. The KoboTouchExtended driver allows a script to be used to decide what format to send. I have a custom column that I put a Y in when I want to send KePub. Otherwise by default it sends ePub.
Here is the code I use. It's under the KobotTouchExtended Extended tab. Select Send books as kepus and also check Use template for kepubification next to this is where the program code goes). You may or may not want to check the option to Upload DRM -encumbered ePub files.
Code:
program:
$#kepub == 'yes'
|
This wouldn't help if I want to send the same book as kepub to one device and as epub to the other. So I'll still have to flip the driver between devices.