forked from j-hc/revanced-magisk-module
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig-rv-ex.toml
38 lines (34 loc) · 1.73 KB
/
config-rv-ex.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
35
36
37
38
# see https://github.com/j-hc/revanced-magisk-module/blob/main/CONFIG.md for more detailed explanations
compression-level = 9 # compression level for module zips. between 1 and 9
logging-to-file = true # enables logging of every patch process to a seperate file
enable-magisk-update = true # set this to false if you do not want to receive updates for the module in magisk app
parallel-jobs = 1 # max number of concurrent building jobs
build-mindetach-module = true
# extended
patches-source = "inotia00/revanced-patches"
integrations-source = "inotia00/revanced-integrations"
rv-brand = "ReVanced Extended"
[YouTube]
build-mode = "apk"
excluded-patches = "sponsorblock return-youtube-dislike hide-shorts-button layout-switch translations custom-package-name custom-playback-speed custom-branding-icon-afn-blue custom-branding-icon-afn-red custom-branding-icon-revancify hide-my-mix"
included-patches = "materialyou custom-branding-name-Revanced"
version = "18.09.39"
exclusive-patches = false
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"
[Music-arm64]
enabled = false
build-mode = "both"
app-name = "Music"
excluded-patches = ""
included-patches = ""
version = "auto"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/"
arch = "arm64-v8a"
[Music-arm]
build-mode = "apk"
app-name = "YT-Music"
excluded-patches = "custom-branding compact-header tasteBuilder-remover translations-music custom-branding-music-afn-blue custom-branding-music-afn-red custom-branding-music-revancify enable-force-shuffle"
included-patches = "optimize-resource-music custom-branding-name-Revanced"
version = "latest"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/"
arch = "arm-v7a"