Update Banner handling for new sorts

This commit is contained in:
Crash Cringle
2025-03-03 23:36:06 -08:00
committed by teejusb
parent b482c26612
commit c3886adb07
7 changed files with 36 additions and 15 deletions
@@ -0,0 +1 @@
Common fallback banner
@@ -0,0 +1 @@
Common fallback banner
+7 -1
View File
@@ -306,9 +306,13 @@ HardMeterText=Hard Meter
LengthText=Length
MediumMeterText=Medium Meter
PopularityText=Player's Best!
PopularityP1Text=P1's Most Played
PopularityP2Text=P2's Most Played
PreferredText=Preferred
TitleText=Title
RecentText=Recent
RecentText=Recently Played
RecentP1Text=P1's Recent Songs
RecentP2Text=P2's Recent Songs
TopGradesText=Top Grades
TopP1GradesText=P1 Top Grades
TopP2GradesText=P2 Top Grades
@@ -2039,6 +2043,8 @@ LowestGrades=Lowest Grades
MostPlays=Most Plays
Randomize=Randomize
TopGrades=Top Grades
RecentlyPlayed=Recently Played
MostPlayed=Most Played
[Sort]
NotAvailable=N/A
+5 -1
View File
@@ -965,13 +965,15 @@ RecentSongsToShow=30
UseEasyMarkerFlag=false
ModeMenuChoiceNames="Preferred,Group,Title,Bpm,Popularity,TopGrades,TopP1Grades,TopP2Grades,Artist,EasyMeter,MediumMeter,HardMeter,ChallengeMeter,DoubleEasyMeter,DoubleMediumMeter,DoubleHardMeter,DoubleChallengeMeter,Genre,Length,Recent"
ModeMenuChoiceNames="Preferred,Group,Title,Bpm,Popularity,PopularityP1,PopularityP2,TopGrades,TopP1Grades,TopP2Grades,Artist,EasyMeter,MediumMeter,HardMeter,ChallengeMeter,DoubleEasyMeter,DoubleMediumMeter,DoubleHardMeter,DoubleChallengeMeter,Genre,Length,Recent,RecentP1,RecentP2"
# ModeMenuChoiceNames="Preferred,Group,Title,Bpm,Popularity,TopGrades,Artist,EasyMeter,MediumMeter,HardMeter,ChallengeMeter,DoubleEasyMeter,DoubleMediumMeter,DoubleHardMeter,DoubleChallengeMeter,Genre,Length,Recent,NormalMode,BattleMode"
ChoicePreferred="sort,Preferred"
ChoiceGroup="sort,Group"
ChoiceTitle="sort,Title"
ChoiceBpm="sort,BPM"
ChoicePopularity="sort,Popularity"
ChoicePopularityP1="sort,PopularityP1"
ChoicePopularityP2="sort,PopularityP2"
ChoiceTopGrades="sort,TopGrades"
ChoiceTopP1Grades="sort,TopP1Grades"
ChoiceTopP2Grades="sort,TopP2Grades"
@@ -987,6 +989,8 @@ ChoiceDoubleHardMeter="sort,DoubleHardMeter"
ChoiceDoubleChallengeMeter="sort,DoubleChallengeMeter"
ChoiceLength="sort,Length"
ChoiceRecent="sort,Recent"
ChoiceRecentP1="sort,RecentP1"
ChoiceRecentP2="sort,RecentP2"
ChoiceNormalMode="playmode,regular"
ChoiceBattleMode="playmode,battle"