This is probably a very stupid question... but how do I 'properly' import a story in my library using the CLI? I am using a variety of the calibre-debug.exe trick that I saw in the FAQ somewhere. (A variation because the exact command did not work, and calibre-debug because I assume the test version is not on Pip yet.)
Code:
c:\Program Files\Calibre2\calibre-debug.exe -r FanFicFare -- -d --library-path=Y:/Fanworks https://www.fanfiction.net/s/4050939/1/Herz-aus-Eis
Unfortunately, the best I can achieve is for it to put the .epub in the same directory as the script. It does not trigger cover generation, nor does it get put into the Calibre library. All I want is for the story go through all the same processes and put the e.pub in the same spot as when I'd manually select the option in the GUI.
I tried without specifying the library path but no good like that, either. What am I missing?