Combination of Russian and main installer into one.
It is also now more convenient to add other languages if necessary
This commit is contained in:
amd64fox
2022-07-03 20:45:29 +03:00
parent b39f484dbd
commit 0fe08d8f8f
12 changed files with 460 additions and 1526 deletions
+15 -24
View File
@@ -11,7 +11,7 @@
</p>
<h2> <div align="center"><b> Modified Spotify Client for Windows </b></div> </h2>
<h1>System requirements:</h1>
<h1>System requirements</h1>
* <strong>OS: Windows 7-11</strong>
@@ -19,7 +19,7 @@
* <strong>For Windows Desktop only (Microsoft store version is not suitable).</strong>
* <strong>PowerShell: 3 or higher</strong>
<h1>Features:</h1>
<h1>Features</h1>
* <strong>Blocks all banner, video and audio ads in the client</strong>
* <strong>Unlocks the skip function of any track</strong>
@@ -40,20 +40,20 @@
* <strong>Code minification</strong>
<h1>Fast installation / Update:</h1>
<h1>Fast installation / Update</h1>
<h3>Choose installation type:</h3>
<details>
<summary><small>Usual installation</small></summary><p>
<h4>During installation, you need to confirm some actions</h4>
* Just download and run [Install.bat](https://cutt.ly/PErptD8)
* Just download and run [Install.bat](https://raw.githack.com/amd64fox/SpotX/main/Install.bat)
or
* Run The following command in PowerShell:
```ps1
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1' | iex
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content | iex
```
</details>
@@ -64,12 +64,12 @@ or
<h4>Automatic installation without confirmation (remove Spotify MS, install over recommended version, remove podcasts from homepage, block updates, no cache clear installation)</h4>
* Just download and run [Install_Auto.bat](https://cutt.ly/AKPeK8l)
* Just download and run [Install_Auto.bat](https://raw.githack.com/amd64fox/SpotX/main/scripts/Install_Auto.bat)
or
```ps1
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $(iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1') } -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_off -cache_off -block_update_on"
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content) } -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_off -cache_off -block_update_on -start_spoti"
```
@@ -81,13 +81,13 @@ or
<h4>Usual installation only without ad blocking, for those who have a premium account</h4>
* Just download and run [Install_Prem.bat](https://cutt.ly/HKPeXZc)
* Just download and run [Install_Prem.bat](https://raw.githack.com/amd64fox/SpotX/main/scripts/Install_Prem.bat)
or
* Run The following command in PowerShell:
```ps1
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $(iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1') } -premium"
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content) } -premium"
```
</details>
@@ -102,23 +102,14 @@ You can specify various parameters for a more flexible installation, more [detai
<details>
<summary><small>Русский установщик</small></summary><p>
<summary><small>Установка на русском</small></summary><p>
<h4>Обычный установщик с подтверждениями на русском языке</h4>
* Скачайте и запустите [Install_Rus.bat](https://cutt.ly/ZEnk1qf)
или
* Запустите следующую строку напрямую в терминале PowerShell:
```ps1
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/scripts/Install_Rus.ps1').Content | iex
```
Теперь установка на русском языке доступна в основном скрипте, просто скачайте и запустите `Install.bat` или выполните другие типы установки указанные выше.
</details>
<h1>Uninstall:</h1>
<h1>Uninstall</h1>
* Just run [Uninstall.bat](https://cutt.ly/dErpPEK)
@@ -128,7 +119,7 @@ or
<h1>Possible problems:</h1>
<h1>Possible problems</h1>
<details>
<summary><small>Outdated versions of PowerShell</small></summary><p>
@@ -160,7 +151,7 @@ The curl command was not found in the system (in windows 10 and above it comes o
<h1>Additional Notes:</h1>
<h1>Additional Notes</h1>
* The repository is based on <a href="https://github.com/mrpond/BlockTheSpot">BlockTheSpot</a>, and also some tricks were taken from <a href="https://github.com/khanhas/spicetify-cli">spicetify-cli</a>, many thanks to the contributors
* SpotX will only work correctly on the latest versions of Spotify, please make sure of this before asking a question.