mirror of https://github.com/evilhero/mylar
FIX:(#2122) Changed file format config option to reflect that = Issue Year and not Series Year. Also added hover-tip to Folder Format section to show available tags (similar to file format)
This commit is contained in:
parent
f213bb028a
commit
3cdae9153a
|
@ -1158,7 +1158,11 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<label>Folder Format</label>
|
||||
<input type="text" title="$Publisher, $Series, $Year" name="folder_format" value="${config['folder_format']}" size="43">
|
||||
<input type="text" name="folder_format" value="${config['folder_format']}" size="43">
|
||||
<%
|
||||
folder_options = "$Series = SeriesName\n$Year = SeriesYear\n$Annual = Annual (word)\n$VolumeY = V{SeriesYear}\n$VolumeN = V{Volume#}"
|
||||
%>
|
||||
<a href="#" title="${folder_options}"><img src="interfaces/default/images/info32.png" height="16" alt="" /></a>
|
||||
<small>Use: $Publisher, $Series, $Year<br />
|
||||
E.g.: $Publisher/$Series ($Year) = DC Comics/Action Comics (2011)</small>
|
||||
</div>
|
||||
|
@ -1166,7 +1170,7 @@
|
|||
<label> File Format</label>
|
||||
<input type="text" name="file_format" value="${config['file_format']}" size="43">
|
||||
<%
|
||||
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"
|
||||
file_options = "$Series = SeriesName\n$Year = IssueYear\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"
|
||||
%>
|
||||
<a href="#" title="${file_options}"><img src="interfaces/default/images/info32.png" height="16" alt="" /></a>
|
||||
<small>Use: $Series, $Year, $Issue<br />
|
||||
|
|
Loading…
Reference in New Issue