From a6e075d1f6302335a0e7fe8acd6c168b59722830 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Mon, 13 Apr 2020 21:17:50 +0200 Subject: [PATCH] Added settings, can't save it yet --- public/css/style.css | 2 +- public/index.html | 128 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 129 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index be92181..ab51f54 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -369,7 +369,7 @@ button[disabled]{ color: var(--main-text); opacity: 0.75; } -input[type="text"], input[type="password"]{ +input[type="text"], input[type="password"], input[type="number"]{ width: 100%; border: 0px solid black; line-height: 36px; diff --git a/public/index.html b/public/index.html index 39746ec..2a74737 100644 --- a/public/index.html +++ b/public/index.html @@ -189,18 +189,146 @@

Settings

Playlsit track template

+
+

Create folder for playlist

+ +

Playlsit folder template

+
+

Create folder for artist

+ +

Artist folder template

+
+

Create folder for album

+ +

Album folder template

+
+

Create folder for CDs

+ +
+
+

Create folder structure for playlists

+ +
+
+

Create folder structure for singles

+ +
+
+

Pad tracks

+ +
+
+

Overwrite padding size

+ +
+
+

Illegal Character replacer

+ +
+
+

Concurrent Downloads

+ +
+
+

Preferred Bitrate

+ +
+
+

Bitrate fallback

+ +
+
+

Search fallback

+ +
+
+

Create log file for errors

+ +
+
+

Create log file for searched tracks

+ +
+
+

Create playlist file

+ +
+
+

Create .lyr files (Sync Lyrics)

+ +
+
+

Save covers

+ +
+
+

Cover name template

+ +
+
+

Save artist image

+ +
+
+

Artist picture name template

+ +
+
+

Save images as png

+ +
+
+

Save playlists as compilation

+ +
+
+

Remove album version from track title

+ +
+
+

What should I do with featured artists

+ +
+
+

Title casing

+ +
+
+

Artist casing

+ +