auto fix linting and formatting
This commit is contained in:
parent
d04e173ab7
commit
5ffced823b
1 changed files with 992 additions and 941 deletions
99
index.html
99
index.html
|
|
@ -2007,7 +2007,8 @@
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Waveform Seekbar</span>
|
<span class="label">Waveform Seekbar</span>
|
||||||
<span class="description"
|
<span class="description"
|
||||||
>Show a visual waveform of the track in the progress bar (Experimental)</span
|
>Show a visual waveform of the track in the progress bar
|
||||||
|
(Experimental)</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
|
|
@ -2091,8 +2092,9 @@
|
||||||
<span class="description"
|
<span class="description"
|
||||||
>Adjust the intensity of the visualizer effects.
|
>Adjust the intensity of the visualizer effects.
|
||||||
<strong
|
<strong
|
||||||
>Warning: High sensitivity may cause flashing lights and rapid motion, which
|
>Warning: High sensitivity may cause flashing lights and rapid motion,
|
||||||
can trigger seizures in people with photosensitive epilepsy.</strong
|
which can trigger seizures in people with photosensitive
|
||||||
|
epilepsy.</strong
|
||||||
></span
|
></span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -2177,7 +2179,9 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Show Library in Sidebar</span>
|
<span class="label">Show Library in Sidebar</span>
|
||||||
<span class="description">Display the Library link in the sidebar navigation</span>
|
<span class="description"
|
||||||
|
>Display the Library link in the sidebar navigation</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="sidebar-show-library-toggle" checked />
|
<input type="checkbox" id="sidebar-show-library-toggle" checked />
|
||||||
|
|
@ -2187,7 +2191,9 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Show Recent in Sidebar</span>
|
<span class="label">Show Recent in Sidebar</span>
|
||||||
<span class="description">Display the Recent link in the sidebar navigation</span>
|
<span class="description"
|
||||||
|
>Display the Recent link in the sidebar navigation</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="sidebar-show-recent-toggle" checked />
|
<input type="checkbox" id="sidebar-show-recent-toggle" checked />
|
||||||
|
|
@ -2209,7 +2215,9 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Show Donate in Sidebar</span>
|
<span class="label">Show Donate in Sidebar</span>
|
||||||
<span class="description">Display the Donate link in the sidebar navigation</span>
|
<span class="description"
|
||||||
|
>Display the Donate link in the sidebar navigation</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="sidebar-show-donate-toggle" checked />
|
<input type="checkbox" id="sidebar-show-donate-toggle" checked />
|
||||||
|
|
@ -2219,7 +2227,9 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Show Settings in Sidebar</span>
|
<span class="label">Show Settings in Sidebar</span>
|
||||||
<span class="description">Display the Settings link in the sidebar navigation</span>
|
<span class="description"
|
||||||
|
>Display the Settings link in the sidebar navigation</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="sidebar-show-settings-toggle" checked />
|
<input type="checkbox" id="sidebar-show-settings-toggle" checked />
|
||||||
|
|
@ -2229,7 +2239,9 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Show Account in Sidebar</span>
|
<span class="label">Show Account in Sidebar</span>
|
||||||
<span class="description">Display the Account link in the sidebar navigation</span>
|
<span class="description"
|
||||||
|
>Display the Account link in the sidebar navigation</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="sidebar-show-account-toggle" checked />
|
<input type="checkbox" id="sidebar-show-account-toggle" checked />
|
||||||
|
|
@ -2239,7 +2251,9 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Show About in Sidebar</span>
|
<span class="label">Show About in Sidebar</span>
|
||||||
<span class="description">Display the About link in the sidebar navigation</span>
|
<span class="description"
|
||||||
|
>Display the About link in the sidebar navigation</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="sidebar-show-about-toggle" checked />
|
<input type="checkbox" id="sidebar-show-about-toggle" checked />
|
||||||
|
|
@ -2249,7 +2263,9 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Show Download in Sidebar</span>
|
<span class="label">Show Download in Sidebar</span>
|
||||||
<span class="description">Display the Download link in the sidebar navigation</span>
|
<span class="description"
|
||||||
|
>Display the Download link in the sidebar navigation</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="sidebar-show-download-toggle" checked />
|
<input type="checkbox" id="sidebar-show-download-toggle" checked />
|
||||||
|
|
@ -2259,7 +2275,9 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Show Discord in Sidebar</span>
|
<span class="label">Show Discord in Sidebar</span>
|
||||||
<span class="description">Display the Discord link in the sidebar navigation</span>
|
<span class="description"
|
||||||
|
>Display the Discord link in the sidebar navigation</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="sidebar-show-discord-toggle" checked />
|
<input type="checkbox" id="sidebar-show-discord-toggle" checked />
|
||||||
|
|
@ -2426,14 +2444,22 @@
|
||||||
<span class="label">ReplayGain Pre-Amp</span>
|
<span class="label">ReplayGain Pre-Amp</span>
|
||||||
<span class="description">Adjust gain manually (dB)</span>
|
<span class="description">Adjust gain manually (dB)</span>
|
||||||
</div>
|
</div>
|
||||||
<input type="number" id="replay-gain-preamp" value="3" step="0.5" style="width: 80px" />
|
<input
|
||||||
|
type="number"
|
||||||
|
id="replay-gain-preamp"
|
||||||
|
value="3"
|
||||||
|
step="0.5"
|
||||||
|
style="width: 80px"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 16-Band Equalizer -->
|
<!-- 16-Band Equalizer -->
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Equalizer</span>
|
<span class="label">Equalizer</span>
|
||||||
<span class="description">16-band parametric equalizer for fine audio control</span>
|
<span class="description"
|
||||||
|
>16-band parametric equalizer for fine audio control</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="equalizer-enabled-toggle" />
|
<input type="checkbox" id="equalizer-enabled-toggle" />
|
||||||
|
|
@ -2463,7 +2489,11 @@
|
||||||
<option value="acoustic">Acoustic</option>
|
<option value="acoustic">Acoustic</option>
|
||||||
<option value="podcast">Podcast / Speech</option>
|
<option value="podcast">Podcast / Speech</option>
|
||||||
</select>
|
</select>
|
||||||
<button id="equalizer-reset-btn" class="btn-secondary" title="Reset to Flat">
|
<button
|
||||||
|
id="equalizer-reset-btn"
|
||||||
|
class="btn-secondary"
|
||||||
|
title="Reset to Flat"
|
||||||
|
>
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="16"
|
width="16"
|
||||||
|
|
@ -2718,7 +2748,9 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Compact Artists</span>
|
<span class="label">Compact Artists</span>
|
||||||
<span class="description">Show artist cards in a compact, horizontal layout</span>
|
<span class="description"
|
||||||
|
>Show artist cards in a compact, horizontal layout</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="compact-artist-toggle" />
|
<input type="checkbox" id="compact-artist-toggle" />
|
||||||
|
|
@ -2728,7 +2760,9 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Compact Albums</span>
|
<span class="label">Compact Albums</span>
|
||||||
<span class="description">Show album cards in a compact, horizontal layout</span>
|
<span class="description"
|
||||||
|
>Show album cards in a compact, horizontal layout</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="compact-album-toggle" />
|
<input type="checkbox" id="compact-album-toggle" />
|
||||||
|
|
@ -2745,7 +2779,8 @@
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Zipped Bulk Downloads</span>
|
<span class="label">Zipped Bulk Downloads</span>
|
||||||
<span class="description"
|
<span class="description"
|
||||||
>Download multiple tracks as a single ZIP file (requires browser support)</span
|
>Download multiple tracks as a single ZIP file (requires browser
|
||||||
|
support)</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
|
|
@ -2756,7 +2791,9 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Download Lyrics</span>
|
<span class="label">Download Lyrics</span>
|
||||||
<span class="description">Include .lrc files when downloading tracks/albums</span>
|
<span class="description"
|
||||||
|
>Include .lrc files when downloading tracks/albums</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="download-lyrics-toggle" />
|
<input type="checkbox" id="download-lyrics-toggle" />
|
||||||
|
|
@ -2818,7 +2855,9 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Generate M3U8</span>
|
<span class="label">Generate M3U8</span>
|
||||||
<span class="description">Include extended M3U8 playlist files in downloads</span>
|
<span class="description"
|
||||||
|
>Include extended M3U8 playlist files in downloads</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="generate-m3u8-toggle" />
|
<input type="checkbox" id="generate-m3u8-toggle" />
|
||||||
|
|
@ -2840,7 +2879,9 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Generate NFO</span>
|
<span class="label">Generate NFO</span>
|
||||||
<span class="description">Include NFO files for media center compatibility</span>
|
<span class="description"
|
||||||
|
>Include NFO files for media center compatibility</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="generate-nfo-toggle" />
|
<input type="checkbox" id="generate-nfo-toggle" />
|
||||||
|
|
@ -2899,18 +2940,27 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Backup & Restore</span>
|
<span class="label">Backup & Restore</span>
|
||||||
<span class="description">Export or import your library and history as JSON</span>
|
<span class="description"
|
||||||
|
>Export or import your library and history as JSON</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex; gap: 0.5rem">
|
<div style="display: flex; gap: 0.5rem">
|
||||||
<button id="export-library-btn" class="btn-secondary">Export</button>
|
<button id="export-library-btn" class="btn-secondary">Export</button>
|
||||||
<button id="import-library-btn" class="btn-secondary">Import</button>
|
<button id="import-library-btn" class="btn-secondary">Import</button>
|
||||||
<input type="file" id="import-library-input" style="display: none" accept=".json" />
|
<input
|
||||||
|
type="file"
|
||||||
|
id="import-library-input"
|
||||||
|
style="display: none"
|
||||||
|
accept=".json"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">ADVANCED: Custom Database/Auth</span>
|
<span class="label">ADVANCED: Custom Database/Auth</span>
|
||||||
<span class="description">Configure custom PocketBase and Firebase instances</span>
|
<span class="description"
|
||||||
|
>Configure custom PocketBase and Firebase instances</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<button id="custom-db-btn" class="btn-secondary">Configure</button>
|
<button id="custom-db-btn" class="btn-secondary">Configure</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -2919,7 +2969,8 @@
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">API Instances</span>
|
<span class="label">API Instances</span>
|
||||||
<span class="description"
|
<span class="description"
|
||||||
>Manage and prioritize API instances. Automatically sorted by speed.</span
|
>Manage and prioritize API instances. Automatically sorted by
|
||||||
|
speed.</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<button id="refresh-speed-test-btn" class="btn-secondary">
|
<button id="refresh-speed-test-btn" class="btn-secondary">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue