n0k0m3 / revanced-build-template

Github Template for building Revanced
GNU General Public License v3.0
138 stars 151 forks source link

Spotify #63

Closed gosndka closed 1 year ago

gosndka commented 1 year ago

Since revanced group is also doing spotify would you mind adding the spotify to your code? So that we can build revanced spotify.

SCPF-Bot commented 1 year ago

@gosndka

I think you should do it manually, I mean add that feature to your repo. Since his/her repo focuses on downloading the applications in APK Mirror, there will be a lot of work adding the Spotify in the code because the APK Mirror doesn't have the Spotify application.

For me, I brought back the UpToDown download script that is used here from before it is changed to APK Mirror download script. That script downloads the Spotify from UpToDown instead on APK Mirror. I didn't put the version selection code with it so it downloads the latest version of Spotify, but you can add that if you want.

If you want, I can give you the example script that I'm using right now.

n0k0m3 commented 1 year ago

I don't see any desired feature from revanced spotify patches comparing to XManager (https://github.com/xManager-v2/xManager-Spotify). Will close this issue but feel free to keep discussing

gosndka commented 1 year ago

@gosndka

I think you should do it manually, I mean add that feature to your repo. Since his/her repo focuses on downloading the applications in APK Mirror, there will be a lot of work adding the Spotify in the code because the APK Mirror doesn't have the Spotify application.

For me, I brought back the UpToDown download script that is used here from before it is changed to APK Mirror download script. That script downloads the Spotify from UpToDown instead on APK Mirror. I didn't put the version selection code with it so it downloads the latest version of Spotify, but you can add that if you want.

If you want, I can give you the example script that I'm using right now.

I have no coding knowledge at all so I can't really create a script to download it from uptodown.

SCPF-Bot commented 1 year ago

@gosndka

Check this script, maybe it can help you :

https://raw.githubusercontent.com/SCP-017/main/main/revanced/packages/spotify/download.sh

The script is from my repo here : https://github.com/SCP-017/main

(I also have no coding knowledge and I just made my repo from other's scripts/repo.)