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

Scan Music Library

%if headphones.MUSIC_DIR: %else: %endif

Local Music Directory:

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

Local Music Directory:

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

Import Last.FM Artists

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