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"],
}