Skip to content

Commit

Permalink
E
Browse files Browse the repository at this point in the history
  • Loading branch information
NoName-exe authored Nov 3, 2024
1 parent 9c5eb1c commit 483afe8
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 22 deletions.
12 changes: 6 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ 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"

[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"
Expand All @@ -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'"
56 changes: 40 additions & 16 deletions options.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

[
{
"patchName": "Custom Shorts action buttons",
Expand All @@ -14,7 +14,7 @@
"options": [
{
"key": "AppIcon",
"value": "youtube"
"value": "mmt"
},
{
"key": "ChangeSplashIcon",
Expand All @@ -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",
Expand All @@ -45,6 +54,14 @@
{
"key": "IconType",
"value": "rounded"
},
{
"key": "WiderButtonsSpace",
"value": true
},
{
"key": "ChangeTopButtons",
"value": true
}
]
},
Expand All @@ -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
}
]
},
Expand All @@ -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"
}
]
}
]

]

0 comments on commit 483afe8

Please sign in to comment.