trembon/switch-library-manager

Request: Add multiple Library locations to scan

Closed this issue · 2 comments

Hi, first thanks for this excellent app to catalog a local collection of files.

I do have a feature request:
Would it be possible to add multiple library locations as I do have a library split on multiple disks:
Current settings allow for a single library location e.g.:

settings.json
"folder": "F:\Sw",

Thanks! :)

does the setting scan_folders help you with this? or is anything else that you are after?

AH thanks,

 "folder": "F:\\Sw",
 "scan_folders": [
  "X:\\Down\\MIG Switch Game Collection"
 ],

This works, base folder must be set under "folder" and additional folders can be set with "scan_folders".
Thanks!!