Quote:
Originally Posted by Dhevi
I've configured to SmartDevice App Interface plugin and it is working as desired when connecting as a Wireless device and Sending to Device from Calibre, but I've noted that the same is not true when connecting to Content Server and downloading from within CC. I've not been able to find information as to if this is configurable to store files with the template: {author_sort}/{series}/{title}.
|
You cannot configure the file path used for books when receiving from the content server.
The reason: in general it is up to a web client (e.g., CC) to determine where to store downloaded files. Calibre does not provide any template for this because in the vast majority of cases the file path would be ignored. As such, CC has no information about where it is to store the file, so it uses author/title.
To fix this, either CC would need to implement the calibre template language (not going to happen -- way too hard), or calibre's content server would need to be extended to evaluate a template and send a suggested file path along with the metadata for a book. This second could happen, but given that it would be used only by CC and would probably need to be "per device", the justification for creating yet another point-of-maintenance in calibre is quite weak.