10 November 2021 (In calibre source)
- Add the function current_virtual_library_name(). The documentation:
Quote:
Return the name of the current virtual library if there is one, otherwise the empty string. Library name case is preserved. Example:
Code:
program: current_virtual_library_name()
This function can be used only in the GUI.
|