first config frontend draft
This commit is contained in:
@@ -64,6 +64,23 @@
|
||||
<span class="slider"></span>
|
||||
</label>
|
||||
</div>
|
||||
<!-- New Formatting Options -->
|
||||
<div class="config-item">
|
||||
<label>Custom Directory Format:</label>
|
||||
<input
|
||||
type="text"
|
||||
id="customDirFormat"
|
||||
placeholder="e.g. %artist%/%album%"
|
||||
/>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<label>Custom Track Format:</label>
|
||||
<input
|
||||
type="text"
|
||||
id="customTrackFormat"
|
||||
placeholder="e.g. %tracknum% - %music%"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="service-tabs">
|
||||
|
||||
Reference in New Issue
Block a user