Quote:
Originally Posted by kovidgoyal
There is no facility for adding JS code to the content server interface. You can of course edit the JS calibre itself uses to do whatever you want, and replace it in the file index-generated.html, but this is very fragile and likely to break.
|
Good day, and thank you again for the reply! I actually have been editing the index-generated.html. I can't seem to find what JS function is being used to call the total book count from the current library. The information appears on the mobile version, but not in the desktop browser version. If there's any way you can provide me with it, I'd be so grateful.
I'm still trying to reverse engineer the way the HTML is being constructed. I would like to provide an interface much like the one that is utilized in Plex, with the main libraries on the left, sorting and filtering features on a top bar and content in the main frame. If there are any tools that would help with repositioning the dynamic content, this would also be very useful to me. Thank you so much again for your amazing work!