diff --git a/config-ex.toml b/config-ex.toml new file mode 100644 index 0000000000..8b4eb6b724 --- /dev/null +++ b/config-ex.toml @@ -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" diff --git a/config-x.toml b/config-x.toml new file mode 100644 index 0000000000..8f5e9c40d3 --- /dev/null +++ b/config-x.toml @@ -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"