You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<small>Use: $Disc/$disc (disc #), $Track/$track (track #), $Title/$title, $Artist/$artist, $Album/$album and $Year/$year. Put optional variables in curly braces, use single-quote marks to escape curly braces literally ('{', '}').</small>
1373
+
<small>Use: In addition to the above, there is also $Title/$title (track title), $Track (track #), $Disc (disc #), $DiscTotal.</small>
1374
1374
</div>
1375
-
<divclass="checkbox row clearfix">
1375
+
<divclass="checkbox row left clearfix nopad">
1376
1376
<inputtype="checkbox" name="file_underscores" id="file_underscores" value="1" ${config['file_underscores']}/><label>Use underscores instead of spaces</label>
1377
1377
</div>
1378
+
<divclass="checkbox row left clearfix nopad">
1379
+
<inputtype="checkbox" name="rename_single_disc_ignore" id="rename_single_disc_ignore" value="1" ${config['rename_single_disc_ignore']}/><label>Don't include disc# for single disc albums</label>
1380
+
</div>
1378
1381
</fieldset>
1379
1382
1380
1383
<fieldset>
1381
1384
<legend>Re-Encoding Options</legend>
1382
1385
<smallclass="heading"><iclass="fa fa-info-circle"></i> Note: this option requires the lame, ffmpeg or xld encoder</small>
1383
-
<divclass="checkbox row clearfix">
1386
+
<divclass="checkbox row left clearfix nopad">
1384
1387
<inputtype="checkbox" name="music_encoder" id="music_encoder" value="1" ${config['music_encoder']}/><label>Re-encode downloads during postprocessing</label>
0 commit comments