{% include "root_header_begin.html" %} {% include "scan_paths/header_jquery.html" %} {% include "root_header_end.html" %} {% include "scan_paths/sidebar_start.html" %} {% include "scan_paths/sidebar_main.html" %} {% include "scan_paths/sidebar_end.html" %}
Scan Paths
Add a scan path

Please refer to the Zerrphix user guide for assistance in setting up scan paths.

{% for scan_path_key in scan_path_add_keys %} {% endfor %} {% for scan_path_key in scan_path_add_keys %}
{{ scan_path_title_dict[scan_path_key] }}
{% if scan_path_add_dict[scan_path_key] == 'text' %} {% elif scan_path_add_dict[scan_path_key] == 'bool' %} {% elif scan_path_add_dict[scan_path_key] == 'select' %} {% if scan_path_key == 'zp_share_id' %} {% elif scan_path_key == 'zp_share_server_id' %} {% elif scan_path_key == 'zp_share_credential_id' %} {% elif scan_path_key == 'fs_type' %} {% elif scan_path_key == 'zp_library_id' %} {% endif %} {% endif %} {% endfor %}


To enable the add button you must test connection to see if the scan path is correctly configured. The add button will become available even if the scan path is not configured corrrectly. Please make sure to read the output of test connection carefullly.
 

Edit a scan path
{% for scan_path_key in scan_path_keys %} {% endfor %} {% for scan_path in scan_path_list %} {% for scan_path_key in scan_path_keys %} {% endfor %} {% endfor %}
{{ scan_path_title_dict[scan_path_key] }}
{% if scan_path_key in scan_path_editable_dict %} {% if scan_path_editable_dict[scan_path_key] == 'bool' %} {% elif scan_path_editable_dict[scan_path_key] == 'text' %} {% elif scan_path_editable_dict[scan_path_key] == 'select' %} {% if scan_path_key in ['zp_share_id', 'zp_share_server_id', 'zp_share_credential_id'] %} {% if scan_path['fs_type'] == 2 %} {% if scan_path_key == 'zp_share_id' %} {% elif scan_path_key == 'zp_share_server_id' %} {% elif scan_path_key == 'zp_share_credential_id' %} {% endif %} {% else %} N/A {% endif %} {% elif scan_path_key == 'fs_type' %} {% elif scan_path_key == 'zp_library_id' %} {% endif %} {% elif scan_path_key == 'fs_type' %} {% if scan_path[scan_path_key] == 1 %} local {% else %} smb {% endif %} {% else %} {{ scan_path[scan_path_key] }} {% endif %} {% else %} {% if scan_path_key == 'zp_library_id' %} {% if scan_path[scan_path_key] == 1 %} Film {% else %} TV {% endif %} {% else %} {{ scan_path[scan_path_key] }} {% endif %} {% endif %}


{% include "root_footer.html" %}