Updated fmpeg path on windows, took out the 'Optional' from the Path to Encoder on config page just to avoid some confusion

This commit is contained in:
rembo10
2012-12-05 22:34:36 -05:00
parent 3b757cfce0
commit c2bd06e685
2 changed files with 2 additions and 2 deletions

View File

@@ -546,7 +546,7 @@
</div>
</div>
<div class="row">
<label>Path to Encoder (Optional)</label>
<label>Path to Encoder</label>
<input type="text" name="encoderfolder" value="${config['encoderfolder']}" size="43">
</div>
</td>

View File

@@ -98,7 +98,7 @@ def encode(albumPath):
encoder="lame"
elif headphones.ENCODER =='ffmpeg':
if headphones.SYS_PLATFORM == "win32":
encoder = "C:/Program Files/ffmpeg/ffmpeg.exe"
encoder = "C:/Program Files/ffmpeg/bin/ffmpeg.exe"
else:
encoder="ffmpeg"