Quote:
Originally Posted by BetterRed
We share the same dream - particularly the '... and outside...' 
|
@
Joanna - I do have a kludge for the '... and outside...' links.
When the server is used the url's for Authors and Books are of the form:
Code:
http://127.0.0.1:8080/browse/matches/authors/187
http://127.0.0.1:8080/browse/book/7934
The numbers (187 and 7394) are the row numbers in the metadata.db Author and Book tables. I periodically export the two tables as csv files from SQLite Browser. From the csv's I most often create shortcuts to access the Authors and Books via calibre server from EverNote and OneNote (just drop the LNK file into the note) using Chrome.
Code:
%ChromeBrowser% http://127.0.0.1:8080/browse/matches/authors/187
%ChromeBrowser% http://127.0.0.1:8080/browse/book/7934
I use Chrome explicitly because its not my default browser and it has no extensions which might cause headaches - but mainly its because I don't want my library 'stuff' jumbled up with regular browsing.
I'm keeping my fingers crossed that the new server will be as easy to 'work' with as the the current one - if not I'll have to find another keyhole
BR