<%inherit file="base.html" /> <%! import headphones from headphones.helpers import checked %> <%def name="headerIncludes()">
<%-- Retained id="manage_albums" as it's a specific trigger for a dialog --%> Manage Albums Manage Artists %if not headphones.CONFIG.AUTO_ADD_ARTISTS: Manage New Artists %endif Manage Unmatched
<%def name="body()">

Manage

<%-- action="musicScan" method="GET" is fine for form submission if full page reload is intended --%>
Scan Music Library

Where do you keep your music?

You can put in any directory, and it will scan for audio files in that folder (including all subdirectories).
For example: '/Users/name/Music'

It may take a while depending on how many files you have. You can navigate away from the page
as soon as you click 'Save changes'


<%-- Using HTML5 placeholder attribute and proper ID --%>

<%-- Buttons use classes and data attributes for AJAX --%>
Import Last.FM Artists

Enter the username whose artists you want to import:


<%-- Using HTML5 placeholder attribute --%> <%-- Changed to use class and data attributes for AJAX --%> Reset username
<%-- Changed to use class and data attributes for AJAX --%>

Import Last.FM Tag

Enter tag from which you want import top artists:



<%-- Standard submit button for this form --%>
Force Search
Force Legacy

Please note that these functions will take a significant amount of time to complete.

<%-- Shared dialog for post-process confirmation --%>
<%def name="javascriptIncludes()"> ${parent.javascriptIncludes()} <%-- Ensure parent javascript includes are kept --%>