mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 14:14:38 +02:00
108 lines
3.6 KiB
TOML
Executable File
108 lines
3.6 KiB
TOML
Executable File
# 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 = 3 # max number of concurrent building jobs
|
|
update-prebuilts = true # dont touch this
|
|
build-mindetach-module = true
|
|
|
|
|
|
[YouTube]
|
|
enabled = true # add 'enabled = false' key to entries to not build them
|
|
build-mode = "both" # 'both', 'apk' or 'module'
|
|
excluded-patches = "debugging" # whitespace seperated list of patches to exclude (multiline strings are not supported)
|
|
included-patches = "" # whitespace seperated list of patches to include
|
|
version = "auto" # 'auto', 'latest' or a custom one like '17.40.41'
|
|
exclusive-patches = false # excludes all patches by default
|
|
microg-patch = "microg-support"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"
|
|
module-prop-name = "ytrv-magisk"
|
|
merge-integrations = true
|
|
|
|
[Music-arm64]
|
|
build-mode = "both"
|
|
app-name = "Music"
|
|
excluded-patches = ""
|
|
included-patches = ""
|
|
version = "auto"
|
|
microg-patch = "music-microg-support"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/"
|
|
module-prop-name = "ytmusicrv-magisk"
|
|
arch = "arm64-v8a"
|
|
|
|
[Music-arm]
|
|
build-mode = "both"
|
|
app-name = "Music"
|
|
excluded-patches = ""
|
|
included-patches = ""
|
|
version = "auto"
|
|
microg-patch = "music-microg-support"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/"
|
|
module-prop-name = "ytmusicrv-arm-magisk"
|
|
arch = "arm-v7a"
|
|
|
|
[Twitter]
|
|
build-mode = "apk"
|
|
excluded-patches = "hide-views-stats"
|
|
version = "auto"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/twitter-inc/twitter/"
|
|
|
|
[Reddit]
|
|
build-mode = "apk"
|
|
version = "auto"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/redditinc/reddit/"
|
|
|
|
[Twitch]
|
|
build-mode = "apk"
|
|
version = "auto"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/twitch-interactive-inc/twitch/"
|
|
merge-integrations = true
|
|
|
|
[TikTok]
|
|
version = "auto"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/tiktok-pte-ltd/tik-tok-including-musical-ly/"
|
|
merge-integrations = true
|
|
|
|
[Spotify]
|
|
enabled = false
|
|
build-mode = "apk"
|
|
version = "auto"
|
|
uptodown-dlurl = "https://spotify.en.uptodown.com/android"
|
|
|
|
[Citra]
|
|
enabled = false
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/citra-emulator/citra-emulator/"
|
|
|
|
[Backdrops]
|
|
enabled = false
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/backdrops/backdrops-wallpapers/"
|
|
|
|
[WarnWetter]
|
|
enabled = false
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/deutscher-wetterdienst/warnwetter/"
|
|
|
|
[Windyapp]
|
|
enabled = false
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/windy-weather-world-inc/windy-wind-weather-forecast/"
|
|
|
|
[MyExpenses]
|
|
enabled = false
|
|
uptodown-dlurl = "https://my-expenses.en.uptodown.com/android"
|
|
|
|
[NyxMusicPlayer]
|
|
enabled = false
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/awedea/nyx-music-player/"
|
|
|
|
[IconPackStudio]
|
|
enabled = false
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/smart-launcher-team/icon-pack-studio/"
|
|
|
|
[TickTick]
|
|
enabled = false
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/appest-inc/ticktick-to-do-list-with-reminder-day-planner/"
|
|
|
|
[Tasker]
|
|
enabled = false
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/joaomgcd/tasker/"
|