https://github.com/ps3mediaserver/ps3me ... .java#L176
Replace "virtual_folders" with "vfolders"
EDIT:
I little bit lost here
I remember it worked with virtual_folders param but it seems during the time it changed to vfolders and format how to define folders is JSON only from some day.
It seems old format how to define folders stopped working because there were some cleanups is code? I suppose yes, old implementation was replaced with json one.
Have no time to read it right now but more info here:
viewtopic.php?f=11&t=6822#p32204
So format should be like:
- Code: Select all
vfolders = [{"name":"teste","files":["D:\\\\downloads","C:\\\\"],"childs":[{"name":"teste1", "files":["C:\\\\"]}]}]
- Code: Select all
vfolders = @vfolders_json.conf
JSON validator: http://jsonlint.com/
