From 64e7cc0bb0802527fde54d8164d811e76b47967a Mon Sep 17 00:00:00 2001 From: whoeevee <94960726+whoeevee@users.noreply.github.com> Date: Sun, 5 May 2024 20:56:26 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c36e071..6ae8a24 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Please refrain from opening issues about the following features, as they are ser - Very High audio quality - Native playlist downloading (you can download podcast episodes though) -- Lyrics (server-sided with monthly limit, see [#42](/../../issues/42) for more info) + +EeveeSpotify replaces Spotify monthly limited lyrics with Genius. If the tweak is unable to find a song or process the lyrics, you'll see the original Spotify one. In theory, implementing downloading/offline mode locally *should* be possible, but it will **not** be included in this tweak. @@ -26,6 +27,6 @@ The tweak patches this file while initializing; Spotify loads it and assumes you ![Hex](Images/hex.png) -Tweak also changes query parameters `trackRows` and `video` in HTTP requests to true, so Spotify loads videos and not just track names at the artist page. Sorry if the code seems cringe; the main focus is on the concept. It can stop working just like Spotilife, but so far, it works on the latest Spotify 8.9.## (Spotilife also patches `offline.bnk`, but it changes obscure bytes that do nothing on new versions). Spotify reloads user data from time to time (and on changing network, for example), so if Premium stops working, simply restart the app. +Tweak also changes query parameters `trackRows` and `video` in HTTP requests to true, so Spotify loads videos and not just track names at the artist page. Sorry if the code seems cringe; the main focus is on the concept. It can stop working just like Spotilife, but so far, it works on the latest Spotify 8.9.## (Spotilife also patches `offline.bnk`, but it changes obscure bytes that do nothing on new versions). Spotify may reload user data, and you'll be switched to the Free plan. When this happens, you'll see a popup with quick restart app and reset data actions. To open Spotify links in sideloaded app, use [OpenSpotifySafariExtension](https://github.com/BillyCurtis/OpenSpotifySafariExtension). From fa6fb42dcf70496889c4d3d02b59419342700f07 Mon Sep 17 00:00:00 2001 From: whoeevee <94960726+whoeevee@users.noreply.github.com> Date: Sun, 5 May 2024 22:07:59 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ae8a24..4ef5845 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Please refrain from opening issues about the following features, as they are ser - Very High audio quality - Native playlist downloading (you can download podcast episodes though) +- Jam (hosting a Spotify Jam requires Premium, joining by link currently works only with Jailbreak/TrollStore). EeveeSpotify replaces Spotify monthly limited lyrics with Genius. If the tweak is unable to find a song or process the lyrics, you'll see the original Spotify one. From f5a244a9a529f92eaca457e86c5ddc35db16f4c6 Mon Sep 17 00:00:00 2001 From: whoeevee <94960726+whoeevee@users.noreply.github.com> Date: Sun, 5 May 2024 22:09:14 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ef5845..cafd95d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Please refrain from opening issues about the following features, as they are ser - Very High audio quality - Native playlist downloading (you can download podcast episodes though) -- Jam (hosting a Spotify Jam requires Premium, joining by link currently works only with Jailbreak/TrollStore). +- Jam (hosting a Spotify Jam requires Premium, joining by link currently works only with Jailbreak/TrollStore) EeveeSpotify replaces Spotify monthly limited lyrics with Genius. If the tweak is unable to find a song or process the lyrics, you'll see the original Spotify one.