-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
executable file
·34 lines (31 loc) · 1.46 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
enable-magisk-update = false # set this to false if you do not want to receive updates for the module in magisk app
patches-version = "v2.223.0-dev.19"
integrations-version = "v0.150.0-dev.4"
# add 'enabled = false' for not patching a specific app or remove it from the config
# see https://github.com/j-hc/revanced-magisk-module/blob/main/CONFIG.md for more detailed explanations
# you can use rvmm-config-gen to generate a config
[YouTube-Extended]
app-name = "YouTube"
rv-brand = "YouMe"
patches-source = "anddea/revanced-patches"
integrations-source = "anddea/revanced-integrations"
cli-source = "j-hc/revanced-cli"
build-mode = "apk"
version = "auto"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"
excluded-patches = "'Custom package name' 'Spoof player parameters' 'Hide fullscreen button'"
included-patches = "'Custom branding heading' 'Custom branding name YouTube' 'Custom branding icon YouTube'"
module-prop-name = "yt-rvx"
[Music]
build-mode = "apk"
app-name = "YouTube Music"
rv-brand = "YouMusic"
patches-source = "anddea/revanced-patches"
integrations-source = "anddea/revanced-integrations"
cli-source = "j-hc/revanced-cli"
excluded-patches = "'Custom package name' 'Spoof player parameters' 'Hide fullscreen button'"
included-patches = "'Custom branding name YouTube Music' 'Custom branding icon YouTube Music'"
version = "auto"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/"
module-prop-name = "ytm-rvx"
arch = "both"