From 7bd7a9b41e972d307bf4765469903b63ddb6f500 Mon Sep 17 00:00:00 2001 From: Martin Natano Date: Sat, 12 Mar 2022 20:23:54 +0100 Subject: [PATCH] Tweak sort defaults to make more sense - SortBPMDivision: Reduce from 20 to 10 to match up with ECS "tiers". - SortLengthDivision: Increase from 5 seconds to 1 minute. Divisions of 5 seconds don't seem very useful. --- Themes/_fallback/metrics.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index 60c7ec666a..5c786d2146 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -981,9 +981,9 @@ ShowRandom=false ShowPortal=false ShowSectionsInBPMSort=true -SortBPMDivision=20 +SortBPMDivision=10 ShowSectionsInLengthSort=true -SortLengthDivision=5 +SortLengthDivision=60 MostPlayedSongsToShow=30 RecentSongsToShow=30