@
eschwartz - at this stage I want lists of books not a single book.
Forget mobile view, I want default view functionality but terser presentation, I can get the detail via the Details link.
In default view I can have something like http colon //127.0.0.1:8080/browse/matches/authors/31
The 31 is the id of the author in the Author table. So I can create a csv from the Authors Table containing
name and
id, and then use the csv as the basis for creating the .lnk files via xxmklink. Where
id is used in creating the url to pass to Chrome.exe, and
name is used as the basis of naming the .lnk file
The .lnk files are sent to EN's autoadd folder. Then its simply matter of dragging the
name.lnk file from the Newnotes notebook to the
name note in the Authors Notebook. I think I saw mention of a Merge capability in EN - so I may not even need to do that.
Basically its working, needs more testing but...
I think I read a post from Kovid in which he said he was giving thought to enhancing calibre-server, even allowing metadata editing from there. Maybe he can squeeze in a no-frills book list presentation style for me - Author, Title, Publisher and Published is probably all I need
BR