{% for source in kodi_sources.music %}
{{ source.name }}
{{ source.path }}
true
{% endfor %}
{% for source in kodi_sources.pictures %}
{{ source.name }}
{{ source.path }}
true
{% endfor %}
{% for source in kodi_sources.files %}
{{ source.name }}
{{ source.path }}
true
{% endfor %}