forked from j-hc/revanced-magisk-module
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: S M Mahbub Hossain <118460787+iamsmmh@users.noreply.github.com>
- Loading branch information
Showing
2 changed files
with
109 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
enable-magisk-update = true # set this to false if you do not want to receive updates for the module in magisk app | ||
|
||
# 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] | ||
enabled = true | ||
build-mode = "both" | ||
excluded-patches = "" | ||
included-patches = "'Add splash animation' 'Custom branding icon YouTube' 'Custom branding name YouTube' 'MaterialYou' 'Change header' 'Remove player controls background' 'Enable slide to seek'" | ||
patches-source = "inotia00/revanced-patches" | ||
integrations-source = "inotia00/revanced-integrations" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "Extended" | ||
version = "auto" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube" | ||
|
||
[YT-Music] | ||
enabled = true | ||
build-mode = "both" | ||
excluded-patches = "" | ||
included-patches = "'Custom branding icon YouTube Music' 'Custom branding name YouTube Music'" | ||
patches-source = "inotia00/revanced-patches" | ||
integrations-source = "inotia00/revanced-integrations" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "Extended" | ||
version = "auto" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music" | ||
arch = "both" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
enable-magisk-update = true # set this to false if you do not want to receive updates for the module in magisk app | ||
|
||
# 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] | ||
enabled = true | ||
build-mode = "both" | ||
excluded-patches = "" | ||
included-patches = "" | ||
patches-source = "anddea/revanced-patches" | ||
integrations-source = "anddea/revanced-integrations" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "ReVanced XteNded" | ||
version = "auto" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube" | ||
|
||
[YTMusic] | ||
enabled = true | ||
build-mode = "both" | ||
excluded-patches = "'Custom branding icon YouTube Music' 'Custom branding name YouTube Music'" | ||
patches-source = "anddea/revanced-patches" | ||
integrations-source = "anddea/revanced-integrations" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "ReVanced XteNded" | ||
version = "auto" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music" | ||
arch = "both" | ||
|
||
[YouTube-ReX] | ||
enabled = true | ||
build-mode = "both" | ||
excluded-patches = "" | ||
included-patches = "" | ||
patches-source = "YT-Advanced/ReX-patches" | ||
integrations-source = "YT-Advanced/ReX-integrations" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "" | ||
version = "auto" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube" | ||
|
||
[YTMusic-ReX] | ||
enabled = true | ||
build-mode = "both" | ||
excluded-patches = "'Custom branding icon YouTube Music' 'Custom branding name YouTube Music'" | ||
patches-source = "YT-Advanced/ReX-patches" | ||
integrations-source = "YT-Advanced/ReX-integrations" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "" | ||
version = "auto" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music" | ||
arch = "both" | ||
|
||
[YouTube-NX] | ||
enabled = true | ||
build-mode = "both" | ||
excluded-patches = "" | ||
included-patches = "" | ||
patches-source = "rufusin/revanced-patches" | ||
integrations-source = "rufusin/revanced-integrations" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "" | ||
version = "auto" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube" | ||
|
||
[YTMusic-NX] | ||
enabled = true | ||
build-mode = "both" | ||
excluded-patches = "'Custom branding icon YouTube Music' 'Custom branding name YouTube Music'" | ||
patches-source = "rufusin/revanced-patches" | ||
integrations-source = "rufusin/revanced-integrations" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "" | ||
version = "auto" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music" | ||
arch = "both" |