Quote:
Originally Posted by daffy4u
Sorry, I was out. I see you found the answer but I'll tell you what I did anyway. I opened the plugin with Idle and searched for "prc". I changed that line from this:
Code:
file_types = set(['prc']) # The file types that this plugin will be applied to
to this:
Code:
file_types = set(['azw', 'prc', 'mobi']) # The file types that this plugin will be applied
Now I don't have to change the file extension. 
|
I wonder what will happen if you add a file with say a mobi extension that is not DRM'd and it tries to apply the script...