<%inherit file="base.html" /> <%! import headphones from headphones.helpers import checked %> <%def name="headerIncludes()">
<%def name="body()">

Scan Music Library

Where do you keep your music?

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

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

%endif

Automatically add new artists

This process runs in the background.

Import Last.FM Artists

Enter the username whose artists you want to import:

<% if headphones.LASTFM_USERNAME: lastfmvalue = headphones.LASTFM_USERNAME else: lastfmvalue = 'Last.fm Username' %>

Force Search


Force Check for Wanted Albums

Force Update Active Artists

Force Post-Process Albums in Download Folder



Check for Headphones Updates