From 483afe86f88b833d54d877eab16976fbf23433c0 Mon Sep 17 00:00:00 2001 From: NoName-exe <52629189+NoName-exe@users.noreply.github.com> Date: Sun, 3 Nov 2024 07:35:02 +0000 Subject: [PATCH] E --- config.toml | 12 +++++------ options.json | 56 +++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 46 insertions(+), 22 deletions(-) diff --git a/config.toml b/config.toml index 8932f49..359af8d 100755 --- a/config.toml +++ b/config.toml @@ -10,9 +10,9 @@ rv-brand = "ReVanced eXtended MNML" # you can use rvmm-config-gen to generate a config [YouTube] -build-mode = "both" -excluded-patches = "'Alternative thumbnails' 'Change start page' 'Custom branding name for YouTube' 'Custom double tap length' 'Disable auto audio tracks' 'Disable splash animation' 'Enable debug logging' 'Layout switch' 'Spoof app version' 'Spoof client' 'Translations for YouTube'" -included-patches = "'Force hide player buttons background' 'Hide Shorts dimming' 'Hide animated button background' 'Hide double tap overlay filter' 'MaterialYou' 'Visual preferences icons'" +build-mode = "both" +included-patches = "'Force hide player buttons background' 'Hide Shorts dimming' 'MaterialYou' 'Return YouTube Username'" +excluded-patches = "'Alternative thumbnails' 'Change start page' 'Custom double tap length' 'Enable debug logging' 'Layout switch' 'Theme' 'Translations for YouTube'" version = "auto" apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/" module-prop-name = "yt-rvx-mnml" @@ -20,8 +20,8 @@ module-prop-name = "yt-rvx-mnml" [Music] build-mode = "both" app-name = "YouTube-Music" -excluded-patches = "'Change start page' 'Custom branding name for YouTube Music' 'Enable debug logging' 'Restore old style library shelf' 'Spoof app version' 'Translations for YouTube Music'" -included-patches = "'Custom header for YouTube Music' 'Hide double tap overlay filter' 'Hide player overlay filter'" +included-patches = "'Custom header for YouTube Music' 'Hide player overlay filter' 'Return YouTube Username'" +excluded-patches = "'Change start page' 'Custom branding name for YouTube Music' 'Enable debug logging' 'Translations for YouTube Music'" version = "auto" apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/" module-prop-name = "ytm-rvx-mnml" @@ -30,4 +30,4 @@ arch = "arm64-v8a" [Reddit] apkmirror-dlurl = "https://apkmirror.com/apk/redditinc/reddit/" version = "auto" -excluded-patches = "'Hide recommended communities shelf' 'Premium icon'" +excluded-patches = "'Hide recommended communities shelf' 'Premium icon'" \ No newline at end of file diff --git a/options.json b/options.json index 8479641..4e086f4 100644 --- a/options.json +++ b/options.json @@ -1,4 +1,4 @@ - + [ { "patchName": "Custom Shorts action buttons", @@ -14,7 +14,7 @@ "options": [ { "key": "AppIcon", - "value": "youtube" + "value": "mmt" }, { "key": "ChangeSplashIcon", @@ -27,7 +27,16 @@ ] }, { - "patchName": "Custom package name", + "patchName": "Custom branding name for YouTube", + "options": [ + { + "key": "AppName", + "value": "ReVanced eXtended MNML" + } + ] + }, + { + "patchName": "GmsCore support", "options": [ { "key": "PackageNameYouTube", @@ -45,6 +54,14 @@ { "key": "IconType", "value": "rounded" + }, + { + "key": "WiderButtonsSpace", + "value": true + }, + { + "key": "ChangeTopButtons", + "value": true } ] }, @@ -67,11 +84,15 @@ ] }, { - "patchName": "Visual preferences icons", + "patchName": "Visual preferences icons for YouTube", "options": [ { "key": "RVXSettingsMenuIcon", - "value": "extension" + "value": "custom_branding_icon" + }, + { + "key": "ApplyToAll", + "value": true } ] }, @@ -85,35 +106,38 @@ { "key": "ChangeSplashIcon", "value": true + }, + { + "key": "RestoreOldSplashIcon", + "value": true } ] }, { - "patchName": "Settings for YouTube Music", + "patchName": "Custom header for YouTube Music", "options": [ { - "key": "RVXSettingsMenuName", - "value": "ReVanced eXtended MNML" + "key": "CustomHeader", + "value": "custom_branding_icon" } ] }, { - "patchName": "Change package name", + "patchName": "Settings for YouTube Music", "options": [ { - "key": "PackageNameReddit", - "value": "rdt.rvx.mnml.noname.exe" + "key": "RVXSettingsMenuName", + "value": "ReVanced eXtended MNML" } ] }, { - "patchName": "Settings for Reddit", + "patchName": "Visual preferences icons for YouTube Music", "options": [ { - "key": "RVXSettingsMenuName", - "value": "ReVanced eXtended MNML" + "key": "RVXSettingsMenuIcon", + "value": "custom_branding_icon" } ] } -] - \ No newline at end of file +] \ No newline at end of file