Added option to embed lyrics - modified config page, added lyrics variables where needed

This commit is contained in:
Remy
2011-08-21 00:51:59 -07:00
parent 9ac74bafdf
commit 13663c0bfa
6 changed files with 127 additions and 62 deletions

View File

@@ -205,6 +205,7 @@
<h4><input type="checkbox" name="cleanup_files" value="1" ${config['cleanup_files']} /> Delete leftover files (.m3u, .nfo, .sfv, .nzb, etc.)</h4>
<h4><input type="checkbox" name="add_album_art" value="1" ${config['add_album_art']}> Add album art as 'folder.jpg' to album folder</h4>
<h4><input type="checkbox" name="embed_album_art" value="1" ${config['embed_album_art']}> Embed album art in each file</h4>
<h4><input type="checkbox" name="embed_lyrics" value="1" ${config['embed_lyrics']}> Embed lyrics</h4>
</td>
</tr>