Added ability to set a seperate post-processing folder

This commit is contained in:
Justin Tabish
2014-01-21 15:01:41 -08:00
parent e879af6b0e
commit d4a5afea8b
4 changed files with 18 additions and 13 deletions

View File

@@ -507,6 +507,11 @@
<input type="checkbox" name="embed_album_art" value="1" ${config['embed_album_art']}><label>Embed album art in each file</label>
<input type="checkbox" name="embed_lyrics" value="1" ${config['embed_lyrics']}><label>Embed lyrics</label>
</div>
<div class="row">
<label>Path to Post-Processing Folder</label>
<input type="text" name="post_processing_dir" value="${config['post_processing_dir']}" size="50">
<small>Set this to where your download client puts its completed downloads in</small>
</div>
<div class="row">
<label>Path to Destination Folder</label>
<input type="text" name="destination_dir" value="${config['dest_dir']}" size="50">