From 7d02a70c6e56cf181303d28e54d8853d93c99e73 Mon Sep 17 00:00:00 2001 From: whoeevee <94960726+whoeevee@users.noreply.github.com> Date: Fri, 7 Jun 2024 22:55:30 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c91ad0..4c18c13 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Please refrain from opening issues about the following features, as they are ser - Native playlist downloading (you can download podcast episodes though) - Jam (hosting a Spotify Jam and joining it remotely requires Premium; only joining in-person works) -In theory, implementing downloading/offline mode locally *should* be possible, but it will **not** be included in this tweak. +It's possible to implement downloading locally, but it will never be included in EeveeSpotify (unless someone opens a pull request). ## Lyrics Support @@ -40,6 +40,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. It can stop working just like Spotilife, but so far, it works on the latest Spotify 8.9.## (Spotilife also patches `offline.bnk`, however, it changes obscure bytes that do nothing on new versions). +Tweak also sets `trackRowsEnabled` in `SPTFreeTierArtistHubRemoteURLResolver` to `true`, so Spotify loads not just track names on the artist page. It can stop working just like Spotilife, but so far, it works on the latest Spotify 8.9.## (Spotilife also patches `offline.bnk`, however, it changes obscure bytes that do nothing on new versions). To open Spotify links in sideloaded app, use [OpenSpotifySafariExtension](https://github.com/BillyCurtis/OpenSpotifySafariExtension). Remember to activate it and allow access in Settings > Safari > Extensions.