Update README.md

This commit is contained in:
whoeevee
2024-06-07 22:55:30 +03:00
committed by GitHub
parent 833f811e0e
commit 7d02a70c6e
+2 -2
View File
@@ -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.