<%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*
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
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 files
%if 'windows' not in mylar.OS_DETECT:
Set Ownership of files/directories (name OR uid)
Set Group Ownership of files/directories (name OR gid)
%endif
Usenet Sabnzbd NZBget Black Hole
usually http://localhost:8080
Get API
This is *ONLY* required if Mylar and SABnzbd are on separate machines, otherwise don't touch it
Where your SAB downloads go (required for PP)

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
Use Experimental Search
Note: this is an experimental search - results may be better/worse.
Torrents
python 2.7.9 required for 32P usage
Legacy Mode Auth Mode
( enter in the full url for any CURRENT 32P RSS feed ) ( Currently will only montior NEW releases feed )
do NOT use a VPN with this option
( monitor the NEW releases feed & your personal notifications )

Newznab
<% newznab_number = 1 %> %for newznab in config['extra_newznabs']: <% if newznab[5] == '1' or newznab[5] == 1: newznab_enabled = "checked" else: newznab_enabled = "" if newznab[2] == '1' or newznab[2] == 1: newznab_verify = "checked" else: newznab_verify = "" %>
( only needed for RSS feed )
<% newznab_number += 1 %> %endfor
Quality
File-Size Search Restrictions
Duplicate Handling ( if filetypes are identical, will retain larger filesize )
Duplicate Dump Folder
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 is included but configparser is required
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

Warning: Will send to ALL your pushbullet devices

Web Interface changes require a restart to take effect

<%def name="javascriptIncludes()">