- Code: Select all
[
{
"name": "Movies", // root folder
"files": [ "/path/to/Movies1", "/path/to/Movies2" ]
},
{
"name": "/Media/TV", // TV appears under the Media folder
"files": [ "/path/to/TV1", "/path/to/TV2" ]
}
]
Also: why do you need the @ sign?
- Code: Select all
vfolders = @vfolders.json
And, someone (I guess me) should mention the fact that the "children" field is optional.
Oh, and thanks to everyone who's contributed! It works well.
