szarroug3 / X-Ray_Calibre_Plugin

X-Ray Creator plugin for Calibre
http://www.mobileread.com/forums/showthread.php?t=273189
GNU General Public License v3.0
57 stars 12 forks source link

Update code to use whatever function calibre uses to get the directory where the book should be sent #28

Closed szarroug3 closed 8 years ago

szarroug3 commented 8 years ago

Right now, we are using our own function to get the directory of the book on the device. This includes modifying it to change certain symbols to _ or removing extra symbols. There has to be a function somewhere in Calibre's code that does this and we should be using that in case the way it's done changes or we missed a case or something.