Add option to encode only lossless files

This commit is contained in:
pabloalcantara
2011-08-25 10:35:20 -03:00
parent b2b50c6e96
commit 4ae294f915
5 changed files with 27 additions and 12 deletions

View File

@@ -263,6 +263,8 @@
<br>
<h3><input type="checkbox" name="encode" value="1" ${config['encode']}/> Re-encode downloads during postprocessing</h3>
<i class="smalltext">Note: this option requires the lame or ffmpeg encoder</i>
<br>
<h3><input type="checkbox" name="encoderlossless" value="1" ${config['encoderlossless']}/> Re-encode only LossLess format (.flac)</h3>
<br><br>
<%
if config['encoder'] == 'lame':

View File

@@ -263,6 +263,8 @@
<br>
<h3><input type="checkbox" name="encode" value="1" ${config['encode']}/> Re-encode downloads during postprocessing</h3>
<i class="smalltext">Note: this option requires the lame or ffmpeg encoder</i>
<br>
<h3><input type="checkbox" name="encoderlossless" value="1" ${config['encoderlossless']}/> Re-encode only LossLess format (.flac)</h3>
<br><br>
<%
if config['encoder'] == 'lame':