From dde1d7e36765023e0ee05a4adae0aaef7c900dd4 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 5 Apr 2023 18:17:23 -0400 Subject: [PATCH 1/2] Add instructions for Flatpak. --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b4f1cb0..0745a20 100644 --- a/readme.md +++ b/readme.md @@ -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//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. From 1d24466a9ca225e394beb315a64b5256c90c5c5d Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 24 Apr 2023 21:31:00 -0400 Subject: [PATCH 2/2] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0745a20..f125022 100644 --- a/readme.md +++ b/readme.md @@ -39,9 +39,9 @@ bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/in ``` #### 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. +To install on the Flatpak version of Spotify: ``` -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//files/extra/share/spotify/ +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/active/files/extra/share/spotify/ ``` #### Optional Install Arguments: