From 9921a3978485f65deb4fd16ddcc646152abb12fb Mon Sep 17 00:00:00 2001 From: OxygenCobalt Date: Wed, 13 Jul 2022 14:27:35 -0600 Subject: [PATCH] music: enable quality tags Actually enable quality tags now. Now that 2.5.0 is out, I can finally focus on the new metadata system. --- CHANGELOG.md | 7 +++++++ app/src/main/res/xml/prefs_main.xml | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd762a790..9cddc09e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.6.0 + +#### What's New +- Added option to ignore `MediaStore` tags, allowing more correct metadata +at the cost of longer loading times +- Added Last Added sorting + ## 2.5.0 #### What's New diff --git a/app/src/main/res/xml/prefs_main.xml b/app/src/main/res/xml/prefs_main.xml index f27a73508..e2c36d027 100644 --- a/app/src/main/res/xml/prefs_main.xml +++ b/app/src/main/res/xml/prefs_main.xml @@ -183,7 +183,6 @@ app:allowDividerBelow="false" app:defaultValue="false" app:iconSpaceReserved="false" - app:isPreferenceVisible="false" app:key="@string/set_key_quality_tags" app:summary="@string/set_quality_tags_desc" app:title="@string/set_quality_tags" />