View Single Post
Old 01-25-2017, 05:58 PM   #73
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,811
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Terisa de morgan View Post
Have you checked the new version?
Yes, I first noticed it after installing 0.0.8, so I reinstalled 0.0.7 and it has the same problem, unfortunately my backup archive for calibre's config data doesn't extend as far back as 0.0.6.

This is the .json from yesterday (Jan 25) when I had 0.0.7 installed.

Code:
{  "opc_name": "path", 
  "nom_col": "#original_file_path", 
  "path_col": "", 
  "procesados": {
    "jfcsxp.epub": "C:\\_Calibre\\Temporary\\calibre_ezu6rp\\jfcsxp.epub"
  }, 
  "configured": true, 
  "ext_col": ""
}
This is the .json from today (Jan 26), after installing 0.0.8

Code:
{
  "nom_col": "", 
  "procesados": {}, 
  "configured": true, 
  "opc_name": "path", 
  "ext_col": "", 
  "path_col": "#original_file_path"
}
Quote:
Originally Posted by Terisa de morgan View Post
Are those books Amazon books?
No I don't have any proprietary formats from the walled gardens.

The libraries where I use this PI contain public documents from public institutions, consultancies, think tanks etc, or material from media outlets - video's, podcasts, transcripts, blog posts etc. If it's not obvious from the content, the original file path can give me a clue as to the source. I also have it enabled on my _Test library.

Added : it's also not working in the calibre portable I use for testing plugins etc. I'll install a completely fresh portable and try 0.0.8 in it.

BR

Last edited by BetterRed; 01-25-2017 at 06:15 PM. Reason: Added
BetterRed is offline   Reply With Quote