diff --git a/Music/_NSYNC/Celebrity/01 - Pop.flac b/Music/_NSYNC/Celebrity/01 - Pop.flac deleted file mode 100644 index 079095f6..00000000 Binary files a/Music/_NSYNC/Celebrity/01 - Pop.flac and /dev/null differ diff --git a/Music/_NSYNC/Celebrity/cover.jpg b/Music/_NSYNC/Celebrity/cover.jpg deleted file mode 100644 index 202ef70b..00000000 Binary files a/Music/_NSYNC/Celebrity/cover.jpg and /dev/null differ diff --git a/config/settings.py b/config/settings.py index 94105426..55709478 100644 --- a/config/settings.py +++ b/config/settings.py @@ -495,6 +495,17 @@ class ConfigManager: "hifi_download": { "quality": "lossless", # Options: "low", "high", "lossless", "hires" }, + "hifi": { + "embed_tags": True, + "tags": { + "track_id": True, + "artist_id": True, + "album_id": True, + "isrc": True, + "bpm": True, + "copyright": True, + } + }, "lidarr_download": { "url": "", "api_key": "", diff --git a/webui/index.html b/webui/index.html index 31f00e67..81a11004 100644 --- a/webui/index.html +++ b/webui/index.html @@ -5217,13 +5217,14 @@ - 4 tags + 5 tags
@@ -5275,6 +5276,25 @@ + +