mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-21 14:40:55 +10:00
version bump to 1.1.96.783
This commit is contained in:
+7
-7
@@ -66,8 +66,8 @@ param
|
|||||||
[Parameter(HelpMessage = 'Enable audio equalizer for Desktop.')]
|
[Parameter(HelpMessage = 'Enable audio equalizer for Desktop.')]
|
||||||
[switch]$equalizer_off,
|
[switch]$equalizer_off,
|
||||||
|
|
||||||
[Parameter(HelpMessage = 'Enable showing a new and improved device picker UI.')]
|
[Parameter(HelpMessage = 'Return the old device picker')]
|
||||||
[switch]$device_new_off,
|
[switch]$device_picker_old,
|
||||||
|
|
||||||
[Parameter(HelpMessage = 'Disable the new home structure and navigation.')]
|
[Parameter(HelpMessage = 'Disable the new home structure and navigation.')]
|
||||||
[switch]$navalt_off,
|
[switch]$navalt_off,
|
||||||
@@ -914,7 +914,7 @@ function Helper($paramname, $addstring) {
|
|||||||
"OffadsonFullscreen" {
|
"OffadsonFullscreen" {
|
||||||
$offadson_fullscreen = @{
|
$offadson_fullscreen = @{
|
||||||
# Removing a billboard on the homepage
|
# Removing a billboard on the homepage
|
||||||
Bilboard = '.(\?\[..\(..leaderboard,)', 'false$1'
|
Bilboard = '.(\?\[.{1,6}[a-zA-Z].leaderboard,)', 'false$1'
|
||||||
# Removing audio ads
|
# Removing audio ads
|
||||||
AudioAds = '(case .:)return this.enabled=...+?(;case .:this.subscription=this.audioApi).+?(;case .)', '$1$2.cosmosConnector.increaseStreamTime(-100000000000)$3'
|
AudioAds = '(case .:)return this.enabled=...+?(;case .:this.subscription=this.audioApi).+?(;case .)', '$1$2.cosmosConnector.increaseStreamTime(-100000000000)$3'
|
||||||
# Removing an empty block
|
# Removing an empty block
|
||||||
@@ -929,7 +929,7 @@ function Helper($paramname, $addstring) {
|
|||||||
ConnectUnlock3 = '(className:.,disabled:)(..)', '$1false'
|
ConnectUnlock3 = '(className:.,disabled:)(..)', '$1false'
|
||||||
ConnectUnlock4 = 'return (..isDisabled)(\?(..createElement|\(.{1,10}\))\(..,)', 'return false$2'
|
ConnectUnlock4 = 'return (..isDisabled)(\?(..createElement|\(.{1,10}\))\(..,)', 'return false$2'
|
||||||
# Removing the track download quality switch
|
# Removing the track download quality switch
|
||||||
DownloadQuality = '(children:..\(.,.\)|xe\(.,.\)\)\)\)).+?(children:..\(.,.\)|xe\(.,.\)\)\)\))', '$1'
|
DownloadQuality = '(\(.,..jsxs\)\(.{1,3}|..createElement\(.{1,4}),{filterMatchQuery:.{1,6}get\("desktop.settings.downloadQuality.title.+?(children:.{1,2}\(.,.\).+?,|xe\(.,.\).+?,)', ''
|
||||||
# temporary Russian strings for xpui.js
|
# temporary Russian strings for xpui.js
|
||||||
Creator = '("creator",value:")Creator("\})', '$1Автор$2'
|
Creator = '("creator",value:")Creator("\})', '$1Автор$2'
|
||||||
CustomOrder = '("custom-order",value:")Custom order("\})', '$1Особая$2'
|
CustomOrder = '("custom-order",value:")Custom order("\})', '$1Особая$2'
|
||||||
@@ -1073,7 +1073,7 @@ function Helper($paramname, $addstring) {
|
|||||||
DisographyArtist = '(Enable a condensed disography shelf on artist pages",default:)(!1)', '$1true'
|
DisographyArtist = '(Enable a condensed disography shelf on artist pages",default:)(!1)', '$1true'
|
||||||
LyricsMatch = '(Enable Lyrics match labels in search results",default:)(!1)', '$1true'
|
LyricsMatch = '(Enable Lyrics match labels in search results",default:)(!1)', '$1true'
|
||||||
Equalizer = '(Enable audio equalizer for Desktop and Web Player",default:)(!1)', '$1true'
|
Equalizer = '(Enable audio equalizer for Desktop and Web Player",default:)(!1)', '$1true'
|
||||||
DevicePicker = '(Enable showing a new and improved device picker UI",default:)(!1)', '$1true'
|
DevicePickerOld = '(Enable showing a new and improved device picker UI",default:)(!.)', '$1false'
|
||||||
NewHome = '(Enable the new home structure and navigation",values:.,default:)(..DISABLED)', '$1true'
|
NewHome = '(Enable the new home structure and navigation",values:.,default:)(..DISABLED)', '$1true'
|
||||||
MadeForYou = '(Show "Made For You" entry point in the left sidebar.,default:)(!1)', '$1true'
|
MadeForYou = '(Show "Made For You" entry point in the left sidebar.,default:)(!1)', '$1true'
|
||||||
ClearCache = '(Enable option in settings to clear all downloads",default:)(!1)', '$1true'
|
ClearCache = '(Enable option in settings to clear all downloads",default:)(!1)', '$1true'
|
||||||
@@ -1091,8 +1091,8 @@ function Helper($paramname, $addstring) {
|
|||||||
if ($new_artist_pages_off) { $exp_features.Remove('DisographyArtist') }
|
if ($new_artist_pages_off) { $exp_features.Remove('DisographyArtist') }
|
||||||
if ($new_lyrics_off) { $exp_features.Remove('LyricsMatch') }
|
if ($new_lyrics_off) { $exp_features.Remove('LyricsMatch') }
|
||||||
if ($equalizer_off) { $exp_features.Remove('Equalizer') }
|
if ($equalizer_off) { $exp_features.Remove('Equalizer') }
|
||||||
if ($device_new_off) { $exp_features.Remove('DevicePicker') }
|
if (!($device_picker_old)) { $exp_features.Remove('DevicePicker') }
|
||||||
if ($made_for_you_off) { $exp_features.Remove('MadeForYou') }
|
if ($made_for_you_off -or $ofline -ge "1.1.95.893") { $exp_features.Remove('MadeForYou') }
|
||||||
if ($exp_standart) {
|
if ($exp_standart) {
|
||||||
$exp_features.Remove('EnhanceLiked'), $exp_features.Remove('EnhancePlaylist'),
|
$exp_features.Remove('EnhanceLiked'), $exp_features.Remove('EnhancePlaylist'),
|
||||||
$exp_features.Remove('DisographyArtist'), $exp_features.Remove('LyricsMatch'),
|
$exp_features.Remove('DisographyArtist'), $exp_features.Remove('LyricsMatch'),
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<h1>System requirements</h1>
|
<h1>System requirements</h1>
|
||||||
|
|
||||||
- <strong>OS: Windows 7-11</strong>
|
- <strong>OS: Windows 7-11</strong>
|
||||||
- <strong>Spotify: Recommended official version [1.1.95.893](https://cutt.ly/8EH6NuH)</strong>
|
- <strong>Spotify: Recommended official version [1.1.96.783](https://cutt.ly/8EH6NuH)</strong>
|
||||||
- <strong>For Windows Desktop only (Microsoft store version is not suitable).</strong>
|
- <strong>For Windows Desktop only (Microsoft store version is not suitable).</strong>
|
||||||
- <strong>PowerShell: 3 or higher</strong>
|
- <strong>PowerShell: 3 or higher</strong>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user