Add instructions for Flatpak.

This commit is contained in:
Korbs 2023-04-05 18:17:23 -04:00 committed by GitHub
parent fda20d4854
commit dde1d7e367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,12 @@ NOTE: SpotX does not support the Spotify client from Snap
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh)
```
#### Flatpak Version
To install on the Flatpak version of Spotify, you'll need to set the path. In the `/stable/` folder of Spotify, there is a folder name that always changes after each update, usually a long name of random characters.
```
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -P /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/<FOLDERNAME>/files/extra/share/spotify/
```
#### Optional Install Arguments:
`-c` Clear app cache -- use if UI-related patches aren't working
`-e` Experimental features -- enables experimental features
@ -55,7 +61,6 @@ The following example clears app cache, adds experimental features and uses the
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -ce
```
### Uninstall:
- Close Spotify completely.