From 54aaa24a5fa3eb50edc61886fc58167193647542 Mon Sep 17 00:00:00 2001 From: Afonso Jorge Ramos Date: Tue, 21 May 2024 19:51:06 +0100 Subject: [PATCH] chore: rename cli repo (#141) --- docs/advanced-usage/custom-apps.md | 2 +- docs/advanced-usage/installation.md | 10 +++++----- docs/development/compiling.md | 8 +++++--- docs/faq.md | 2 +- docs/getting-started.md | 4 ++-- docusaurus.config.js | 4 ++-- 6 files changed, 16 insertions(+), 14 deletions(-) diff --git a/docs/advanced-usage/custom-apps.md b/docs/advanced-usage/custom-apps.md index f032276..2895b95 100644 --- a/docs/advanced-usage/custom-apps.md +++ b/docs/advanced-usage/custom-apps.md @@ -97,7 +97,7 @@ spicetify apply ### Lyrics Plus -Get access to the current track's lyrics from various lyrics providers (Musixmatch, Netease, Genius). Learn more [here](https://github.com/spicetify/spicetify-cli/tree/master/CustomApps/lyrics-plus). +Get access to the current track's lyrics from various lyrics providers (Musixmatch, Netease, Genius). Learn more [here](https://github.com/spicetify/cli/tree/main/CustomApps/lyrics-plus). Colors, lyrics providers can be customized in config menu (in Profile menu, top right button with your user name). diff --git a/docs/advanced-usage/installation.md b/docs/advanced-usage/installation.md index 78f0b99..4d1772f 100644 --- a/docs/advanced-usage/installation.md +++ b/docs/advanced-usage/installation.md @@ -8,7 +8,7 @@ description: ⚡ An advanced view on how to install Spicetify. ### Powershell (pre-built binary) - Recommended ```powershell -iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1 | iex +iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex ``` ### Chocolatey @@ -45,7 +45,7 @@ winget install Spicetify.Spicetify ### Shell (pre-built binary) - Recommended ```bash -curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh | sh +curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh ``` ### Homebrew or LinuxBrew @@ -159,16 +159,16 @@ If you wish to use old Spotify client v1.1.56 or older, you have to install spic **Windows**: In powershell ```powershell -$v="1.2.1"; Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1" | Invoke-Expression +$v="1.2.1"; Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/spicetify/cli/main/install.ps1" | Invoke-Expression ``` **Linux/MacOS:** In bash ```bash -curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh -o /tmp/install.sh +curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh -o /tmp/install.sh sh /tmp/install.sh 1.2.1 ``` -spicetify v1 code is available in branch [`legacy`](https://github.com/spicetify/spicetify-cli/tree/legacy) if you want to build from source. +spicetify v1 code is available in branch [`legacy`](https://github.com/spicetify/cli/tree/legacy) if you want to build from source. If you want legacy themes, you can find them [here](https://github.com/spicetify/spicetify-themes/tree/legacy). diff --git a/docs/development/compiling.md b/docs/development/compiling.md index 4a39028..bdd6523 100644 --- a/docs/development/compiling.md +++ b/docs/development/compiling.md @@ -11,7 +11,9 @@ Clone repo and download dependencies: ```bash cd $HOME -git clone https://github.com/spicetify/spicetify-cli +mkdir spicetify +cd spicetify +git clone https://github.com/spicetify/cli ``` ### Build @@ -19,13 +21,13 @@ git clone https://github.com/spicetify/spicetify-cli #### Windows ```powershell -cd $HOME\spicetify-cli +cd $HOME\spicetify\cli go build -o spicetify.exe ``` #### Linux and MacOS ```bash -cd ~/spicetify-cli +cd ~/spicetify/cli go build -o spicetify ``` diff --git a/docs/faq.md b/docs/faq.md index 7f64fde..09b4b8b 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -60,7 +60,7 @@ Delete all files in the following folder and launch spotify again. ## Sometimes **Popup Lyrics** and/or **Lyrics Plus** seem to not work -This problem happens in the extension [Popup Lyrics](https://github.com/spicetify/spicetify-cli/wiki/Extensions#pop-up-lyrics) and custom app [Lyrics Plus](https://github.com/spicetify/spicetify-cli/wiki/Custom-Apps#lyrics-plus) mostly because your Musixmatch token has been flagged for doing too many requests. This can be fixed by just waiting without skipping songs too much, however, if it is still a problem for you, all you need to do is to install the Musixmatch official app, which is a web-based app like Spotify. +This problem happens in the extension [Popup Lyrics](https://github.com/spicetify/cli/wiki/Extensions#pop-up-lyrics) and custom app [Lyrics Plus](https://github.com/spicetify/cli/wiki/Custom-Apps#lyrics-plus) mostly because your Musixmatch token has been flagged for doing too many requests. This can be fixed by just waiting without skipping songs too much, however, if it is still a problem for you, all you need to do is to install the Musixmatch official app, which is a web-based app like Spotify. 1. **Linux:** find an archive online **Windows:** go to [store.rg-adguard.net](https://store.rg-adguard.net/) and then select ProductID and enter `9wzdncrfj235` and click done. Download the .appxbundle and install. diff --git a/docs/getting-started.md b/docs/getting-started.md index b2580bd..b3e52e4 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -14,7 +14,7 @@ This is the installation method we recommend for most users. It is the fastest a #### Powershell (pre-built binary) ```powershell -iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1 | iex +iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex ``` Also run the following if you would like to install the [**Spicetify Marketplace**](https://github.com/spicetify/spicetify-marketplace), which gives you access to a tab in Spotify's sidebar that allows you to search for and install _themes_, _extensions_, and _snippets_. @@ -27,7 +27,7 @@ iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main #### Shell (pre-built binary) Spicetify CLI ```sh -curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh | sh +curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh ``` Spicetify Marketplace ```sh diff --git a/docusaurus.config.js b/docusaurus.config.js index e0be5f2..6f7c162 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -74,10 +74,10 @@ const config = { { html: `
- GitHub stars + GitHub stars
`, - href: 'https://github.com/spicetify/spicetify-cli', + href: 'https://github.com/spicetify/cli', position: 'right', }, ],