mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-13 20:44:00 +01:00
Added option to keep folders when force post-processing under Manage. Also, added config option to keep original folder globally
This commit is contained in:
@@ -753,6 +753,12 @@
|
||||
<input type="checkbox" name="replace_existing_folders" value="1" ${config['replace_existing_folders']}>
|
||||
</label>
|
||||
</div>
|
||||
<div class="row indent">
|
||||
<label>
|
||||
Keep original folder?
|
||||
<input type="checkbox" name="keep_original_folder" value="1" ${config['keep_original_folder']}>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<label>
|
||||
Rename files
|
||||
|
||||
Reference in New Issue
Block a user