<%inherit file="base.html" /> <%! import mylar from mylar.helpers import checked %> <%def name="headerIncludes()">
Manage Comics Manage Issues Manage Failed Links
<%def name="body()">

Manage

Current Import Status %if mylar.IMPORT_STATUS: %if mylar.IMPORT_STATUS == 'Import completed.':
%else:
%endif %else:
%endif ${mylar.IMPORT_TOTALFILES} %if int(mylar.IMPORT_FILES) != int(mylar.IMPORT_TOTALFILES): / ${mylar.IMPORT_FILES} %endif
${mylar.IMPORT_CID_COUNT}
${mylar.IMPORT_PARSED_COUNT}
${mylar.IMPORT_FAILURE_COUNT}
%if mylar.IMPORTLOCK:



%endif
Scan Comic Library

Where do you keep your comics?

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

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'


%if mylar.COMIC_DIR: %else: %endif
Use existing Metadata to better locate series for import
Leaving this unchecked will not move anything, but will mark the issues as Archived
Rename files to configuration settings

%if mylar.IMPORTBUTTON: %endif
Manual Run

Manual Post-Processing

You can put in any directory, and it will scan for comic files in that folder (including all subdirectories) that exist on your watchlist.
For example: '/Users/name/Comics'

It may take a while depending on how many files you have. You can navigate away from this as soon as you click 'Go'.


Only series' that exist on your watchlist will be post-processed with your current post-processing options.
The remainder will not be moved from the given directory

%if mylar.CHECK_FOLDER: %else: %endif
Export

Additional Options
<%def name="javascriptIncludes()">