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.
- Loading branch information
1 parent
e65a296
commit c07cf16
Showing
1 changed file
with
17 additions
and
76 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 |
---|---|---|
@@ -1,83 +1,24 @@ | ||
enable-magisk-update = true # set this to false if you do not want to receive updates for the module in magisk app | ||
enable-magisk-update = true | ||
parallel-jobs = 1 | ||
|
||
# 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] | ||
build-mode = "both" | ||
excluded-patches = "" | ||
included-patches = "" | ||
version = "auto" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube" | ||
uptodown-dlurl = "https://youtube.en.uptodown.com/android" | ||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube" | ||
|
||
[Music] | ||
build-mode = "both" | ||
arch = "both" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music" | ||
uptodown-dlurl = "https://youtube-music.en.uptodown.com/android" | ||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music" | ||
|
||
[GooglePhotos] | ||
build-mode = "both" | ||
arch = "both" | ||
version = "auto" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/photos/" | ||
uptodown-dlurl = "https://google-photos.en.uptodown.com/android" | ||
|
||
# dont build on gh actions (https://github.com/j-hc/revanced-magisk-module/issues/554) | ||
[Music-Extended] | ||
enabled = false | ||
app-name = "Music" | ||
patches-source = "inotia00/revanced-patches" | ||
integrations-source = "inotia00/revanced-integrations" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "ReVanced Extended" | ||
build-mode = "both" | ||
arch = "both" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music" | ||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music" | ||
rv-brand = "inotia00 ReVanced" | ||
patches-version = "dev" | ||
|
||
[YouTube-Extended] | ||
enabled = false | ||
app-name = "YouTube" | ||
patches-source = "inotia00/revanced-patches" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "ReVanced Extended" | ||
build-mode = "both" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube" | ||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube" | ||
|
||
[Twitch] | ||
enabled = false | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/twitch-interactive-inc/twitch/" | ||
uptodown-dlurl = "https://twitch.en.uptodown.com/android" | ||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/tv.twitch.android.app" | ||
|
||
[Twitter] | ||
enabled = false | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/x-corp/twitter" | ||
build-mode = "apk" | ||
dpi = "120-640dpi" | ||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.twitter.android" | ||
|
||
[TikTok] | ||
enabled = false | ||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.zhiliaoapp.musically" | ||
included-patches = "'SIM spoof'" | ||
apkmirror-dlurl = "https://apkmirror.com/apk/google-inc/youtube/" | ||
build-mode = "module" | ||
version = "19.16.39" | ||
included-patches = "'Force hide player buttons background' 'Hide Shorts dimming' 'Hide shortcuts' 'MaterialYou' 'Return YouTube Username'" | ||
excluded-patches = "'Custom branding icon for YouTube' 'Custom branding name for YouTube' 'Theme'" | ||
patcher-args = "-e 'Custom Shorts action buttons' -OiconType=outline -e 'Hide shortcuts' -Oexplore=true -Osubscriptions=true -Osearch=true -Oshorts=true -e 'Overlay buttons' -OiconType=thin -e 'SponsorBlock' -OoutlineIcon=true -e 'Translations for YouTube' -OselectedTranslations=ja-rJP -OselectedStringResources=ja " | ||
|
||
[Messenger] | ||
enabled = false | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/facebook-2/messenger/" | ||
[Music-Extended] | ||
apkmirror-dlurl = "https://apkmirror.com/apk/google-inc/youtube-music/" | ||
arch = "arm64-v8a" | ||
|
||
[Spotify] | ||
enabled = false | ||
uptodown-dlurl = "https://spotify.en.uptodown.com/android" | ||
|
||
[IconPackStudio] | ||
enabled = false | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/smart-launcher-team/icon-pack-studio/" | ||
build-mode = "module" | ||
version = "7.16.53" | ||
included-patches = "'Hide overlay filter' 'Hide player overlay filter' 'Return YouTube Username' 'Spoof client'" | ||
excluded-patches = "'Custom branding icon for YouTube Music' 'Custom branding name for YouTube Music'" | ||
patcher-args = "-e 'Translations for YouTube Music' -OselectedTranslations=ja-rJP -OselectedStringResources=ja " |