<%inherit file="base.html"/> <%! import mylar %> <%def name="headerIncludes()">
Shut Down Restart
<%def name="body()"> <% mylar.DONATEBUTTON = False %>

settingsSettings

Configuration Options



MYLAR PROGRAM OPTIONS



DONATIONS


Bragging Rights
Useful Information
Coming Soon...
Branch history
Basic
e.g. localhost or 0.0.0.0

*Use this if experiencing parsing problems*

*Use this if CV's URL has changed*
Annual Handling
Series need to be Refreshed for annuals to appear

Enabled: Annuals are tracked as part of the series it belongs to
Disabled: Annuals are tracked independently and will appear on your watchlist as a series
API
specify your own CV API key here
Current API key: ${config['api_key']}
Interval
mins
mins
mins
Comic Location
Automatic folder creation happens BENEATH this path
Where do you store your comics?
(or where do you want me to store them)
e.g. /Users/name/Comics or /Volumes/share/comics
Permissions on created/moved directories
Permissions on created/moved directories
Usenet Sabnzbd NZBget Black Hole
usually http://localhost:8080
Get API
Where your SAB downloads go... (optional)
usually http://localhost
Where your NZBGet downloads go... (optional)
Folder your Download program watches for NZBs
Torrents

Local Folder your torrent client watches

Folder path your torrent seedbox client watches
(Mins) Force RSS
<% rss_last=mylar.RSS_LASTRUN %>last run: ${rss_last}
NZB.SU
( only needed for RSS feed )
DOGNZB
( only needed for RSS feed )
Use Experimental Search
Note: this is an experimental search - results may be better/worse.
Torrents
Newznab
<% newznab_number = 1 %> %for newznab in config['extra_newznabs']: <% if newznab[4] == '1' or newznab[4] == 1: newznab_enabled = "checked" else: newznab_enabled = "" %>
( only needed for RSS feed )
<% newznab_number += 1 %> %endfor
Quality
File-Size Search Restrictions
Duplicate Handling
Failed Download Handling
Post-Processing
enter in the absolute path to monitor for new issues
mins enter in the time delay scanning the folder
enter in the absolute path to the script
enter in the absolute path to the script
Metadata TaggingComicTagger and configparser are required
If left blank, will assume it's in root of mylar
If ComicVine API Key specified, will use with ComicTagger
Writing each type of metadata will increase API count respectively
Renaming options
Use: $Publisher, $Series, $Year
E.g.: $Publisher/$Series ($Year) = DC Comics/Action Comics (2011)
<% file_options = "$Series = SeriesName\n$Year = SeriesYear\n$Annual = Annual (word)\n$Issue = IssueNumber\n$VolumeY = V{SeriesYear}\n$VolumeN = V{Volume#}\n$month = publication month number\n$monthname = publication month name" %> Use: $Series, $Year, $Issue
E.g.: $Series $Issue ($Year) = Animal Man 0 (2012)
if tag isn't available, won't create it
Advanced Options

(will work regardless if Rename Files is enabled)
Miscellaneous
%if mylar.ENABLE_TORRENTS: %endif
Interface

Notifications

Prowl

NotifyMyAndroid

Separate multiple api keys with commas

Pushover

Boxcar.IO

Pushbullet

Web Interface changes require a restart to take effect

<%def name="javascriptIncludes()">