From 08a5a2cab404bbcac0f0156f7a870ffaee33aacf Mon Sep 17 00:00:00 2001 From: ILoveOpenSourceApplications Date: Wed, 22 Jan 2025 18:24:06 +0530 Subject: [PATCH 1/2] feat(YouTube Music - Change start page): Add more start pages --- .../main/resources/music/settings/host/values/arrays.xml | 8 ++++++-- .../main/resources/music/settings/host/values/strings.xml | 6 ++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/patches/src/main/resources/music/settings/host/values/arrays.xml b/patches/src/main/resources/music/settings/host/values/arrays.xml index c1adaccded..64db6d4400 100644 --- a/patches/src/main/resources/music/settings/host/values/arrays.xml +++ b/patches/src/main/resources/music/settings/host/values/arrays.xml @@ -1,17 +1,21 @@ - @string/revanced_change_start_page_entry_chart + @string/revanced_change_start_page_entry_charts @string/revanced_change_start_page_entry_explore + @string/revanced_change_start_page_entry_history @string/revanced_change_start_page_entry_home @string/revanced_change_start_page_entry_library - @string/revanced_change_start_page_entry_subscription + @string/revanced_change_start_page_entry_podcasts + @string/revanced_change_start_page_entry_subscriptions FEmusic_charts FEmusic_explore + FEmusic_history FEmusic_home FEmusic_library_landing + FEmusic_non_music_audio FEmusic_library_corpus_artists diff --git a/patches/src/main/resources/music/settings/host/values/strings.xml b/patches/src/main/resources/music/settings/host/values/strings.xml index 4b7216254e..47634e2936 100644 --- a/patches/src/main/resources/music/settings/host/values/strings.xml +++ b/patches/src/main/resources/music/settings/host/values/strings.xml @@ -138,11 +138,13 @@ Limitations: Change start page Select which page the app opens in. - Charts + Charts Explore + History Home Library - Subscriptions + Podcasts + Subscriptions Disable dislike redirection Disables redirection to the next track when clicking the Dislike button. Disable forced auto captions From 90154da5310b34883e1d5fd8b98a7dfa1cbee38a Mon Sep 17 00:00:00 2001 From: ILoveOpenSourceApplications Date: Wed, 22 Jan 2025 19:04:54 +0530 Subject: [PATCH 2/2] Add more start pages --- .../src/main/resources/music/settings/host/values/arrays.xml | 4 ++++ .../src/main/resources/music/settings/host/values/strings.xml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/patches/src/main/resources/music/settings/host/values/arrays.xml b/patches/src/main/resources/music/settings/host/values/arrays.xml index 64db6d4400..2082f18a90 100644 --- a/patches/src/main/resources/music/settings/host/values/arrays.xml +++ b/patches/src/main/resources/music/settings/host/values/arrays.xml @@ -2,19 +2,23 @@ @string/revanced_change_start_page_entry_charts + @string/revanced_change_start_page_entry_episodes_for_later @string/revanced_change_start_page_entry_explore @string/revanced_change_start_page_entry_history @string/revanced_change_start_page_entry_home @string/revanced_change_start_page_entry_library + @string/revanced_change_start_page_entry_liked_music @string/revanced_change_start_page_entry_podcasts @string/revanced_change_start_page_entry_subscriptions FEmusic_charts + VLSE FEmusic_explore FEmusic_history FEmusic_home FEmusic_library_landing + VLLM FEmusic_non_music_audio FEmusic_library_corpus_artists diff --git a/patches/src/main/resources/music/settings/host/values/strings.xml b/patches/src/main/resources/music/settings/host/values/strings.xml index 47634e2936..005fc1f780 100644 --- a/patches/src/main/resources/music/settings/host/values/strings.xml +++ b/patches/src/main/resources/music/settings/host/values/strings.xml @@ -139,10 +139,12 @@ Limitations: Change start page Select which page the app opens in. Charts + Episodes for Later Explore History Home Library + Liked Music Podcasts Subscriptions Disable dislike redirection