Quote:
Originally Posted by hfpop
I would like to prepare a file extensions/collections.json, to speed up a bit the collections-by-folder process. Am I right to assume that the following would be correct to include all books in a folder to a collection with that specific name?
Code:
{
"re:^Adventures/Alexandre Dumas/*.mobi": ["Adventures/Alexandre Dumas"],
"re:^Adventures/Jules Verne/*.mobi": ["Adventures/Jules Verne"],
}
|
You do not need any json when building collections-by-folder.
The application uses the tree structure of the folders below /documents.
Note: no nested collections supported by these Kindles. Single level sub-tree only.