mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 01:39:29 +01:00
Moved the 'freeze db' option to advanced->misc. tab
This commit is contained in:
@@ -742,10 +742,6 @@
|
||||
</label>
|
||||
</div>
|
||||
<div class="row checkbox left clearfix">
|
||||
<label title="Freeze the database, so new artists won't be added automatically. Use this if Headphones adds artists because due to wrong snatches. This check is skipped when the folder name is appended with release group ID.">
|
||||
Freeze database for adding new artist
|
||||
<input type="checkbox" name="freeze_db" id="freeze_db" value="1" ${config['freeze_db']} />
|
||||
</label>
|
||||
<label>
|
||||
Move downloads to Destination Folder
|
||||
<input type="checkbox" name="move_files" id="move_files" value="1" ${config['move_files']} />
|
||||
@@ -1374,6 +1370,12 @@
|
||||
name="autowant_manually_added" value="1" ${config['autowant_manually_added']} />
|
||||
<label>Automatically mark manually added albums as wanted</label>
|
||||
</div>
|
||||
<div class="row left checkbox">
|
||||
<label title="Freeze the database, so new artists won't be added automatically. Use this if Headphones adds artists because due to wrong snatches. This check is skipped when the folder name is appended with release group ID.">
|
||||
Don't add new artists when post-processing albums
|
||||
<input type="checkbox" name="freeze_db" id="freeze_db" value="1" ${config['freeze_db']} />
|
||||
</label>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label>Folder Permissions</label>
|
||||
<input type="text" name="folder_permissions" value="${config['folder_permissions']}" size="7">
|
||||
|
||||
Reference in New Issue
Block a user