View Single Post
Old Yesterday, 01:36 PM   #65
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,313
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
FYI, in Cal 9.4 Create catalog uses Calibre's template language now. That allows for custom columns and Calibre's template functions.

I wanted that because:
Quote:
Originally Posted by JimmXinu View Post
I'll be honest, I'm only looking at catalog as a crude possible replacement for Calibre Sync. (Look up story in catalog, note author & title, manually find in library dir.)
This idea is more feasible than I initially thought, because I can also put the author/title path in the catalog with:
Code:
<p>
/{title:'formats_path_segments(1, 1, 0, 0, '/')'}
</p>
Example:
Code:
/AkumaKami64/Darth Vader_ Shattered Galaxy (11860)
Then I'm able to copy that path and using a file manager like Material Files that has a 'Go to' input feature, paste that author/title path after the library path and go there.

This is, admittedly, only useful if you're syncing your library to android local storage, like I do, with a tool like syncthing.
JimmXinu is offline   Reply With Quote