View Single Post
Old 08-01-2024, 12:24 PM   #25
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,563
Karma: 240526511
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by JSWolf View Post
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.
Sirtel is online now   Reply With Quote