mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-21 06:30:56 +10:00
version bump to 1.2.23.1114
- smart shuffle is enabled by default for everyone, since smart shuffle and enhance playlist & liked songs in the latest versions conflict a little (smartShuffle parameter has been replaced by EnhanceSongs for those who prefer to use enhance playlist & liked songs) #509 - grid with 8 shortcuts in main page - queue and track history in the right sidebar are temporarily disabled
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"bilboard": {
|
"bilboard": {
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.1.70",
|
"fr": "1.1.70",
|
||||||
"to": ""
|
"to": "1.2.20"
|
||||||
},
|
},
|
||||||
"match": ".(\\?\\[.{1,6}[a-zA-Z].leaderboard,)",
|
"match": ".(\\?\\[.{1,6}[a-zA-Z].leaderboard,)",
|
||||||
"replace": "false$1"
|
"replace": "false$1"
|
||||||
|
|||||||
@@ -54,8 +54,8 @@ param
|
|||||||
[Parameter(HelpMessage = 'Do not enable enhance liked songs.')]
|
[Parameter(HelpMessage = 'Do not enable enhance liked songs.')]
|
||||||
[switch]$enhance_like_off,
|
[switch]$enhance_like_off,
|
||||||
|
|
||||||
[Parameter(HelpMessage = 'Enable smart shuffle in playlists.')]
|
[Parameter(HelpMessage = 'Enable enhance playlist & liked songs.')]
|
||||||
[switch]$smartShuffle,
|
[switch]$EnhanceSongs,
|
||||||
|
|
||||||
[Parameter(HelpMessage = 'Enable funny progress bar.')]
|
[Parameter(HelpMessage = 'Enable funny progress bar.')]
|
||||||
[switch]$funnyprogressBar,
|
[switch]$funnyprogressBar,
|
||||||
@@ -339,7 +339,7 @@ if (!($version -and $version -match $match_v)) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# Recommended version for Win 10-12
|
# Recommended version for Win 10-12
|
||||||
$onlineFull = "1.2.22.982.g794acc0a-900"
|
$onlineFull = "1.2.23.1114.g74573b48-770"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -1015,12 +1015,12 @@ function Helper($paramname) {
|
|||||||
if ($enhance_like_off) { $remEnable.remove('EnhanceLikedSongs') }
|
if ($enhance_like_off) { $remEnable.remove('EnhanceLikedSongs') }
|
||||||
if ($enhance_playlist_off) { $remEnable.remove('EnhancePlaylist') }
|
if ($enhance_playlist_off) { $remEnable.remove('EnhancePlaylist') }
|
||||||
|
|
||||||
if (!($smartShuffle)) {
|
if ($EnhanceSongs) {
|
||||||
$smartShuffle = $webjson.others.EnableExp.SmartShuffle
|
$smartShuffle = $webjson.others.EnableExp.SmartShuffle
|
||||||
$webjson.others.DisableExp | Add-Member -MemberType NoteProperty -Name "SmartShuffle" -Value $smartShuffle
|
$webjson.others.DisableExp | Add-Member -MemberType NoteProperty -Name "SmartShuffle" -Value $smartShuffle
|
||||||
}
|
}
|
||||||
|
|
||||||
$remEnable.remove('RecentlyPlayedShortcut')
|
$remEnable.remove('QueueOnRightPanel')
|
||||||
$remEnable.remove('EncoreCards')
|
$remEnable.remove('EncoreCards')
|
||||||
if (!($funnyprogressBar)) { $remEnable.remove('HeBringsNpb') }
|
if (!($funnyprogressBar)) { $remEnable.remove('HeBringsNpb') }
|
||||||
# Old theme
|
# Old theme
|
||||||
@@ -1424,10 +1424,9 @@ If ($test_spa) {
|
|||||||
extract -counts 'one' -method 'zip' -name 'xpui.js' -helper 'OffadsonFullscreen'
|
extract -counts 'one' -method 'zip' -name 'xpui.js' -helper 'OffadsonFullscreen'
|
||||||
}
|
}
|
||||||
|
|
||||||
# Forced disable some exp
|
# Forced exp
|
||||||
extract -counts 'one' -method 'zip' -name 'xpui.js' -helper 'ForcedExp' -add $webjson.others.byspotx.add
|
extract -counts 'one' -method 'zip' -name 'xpui.js' -helper 'ForcedExp' -add $webjson.others.byspotx.add
|
||||||
|
|
||||||
# Experimental Feature
|
|
||||||
extract -counts 'one' -method 'zip' -name 'xpui.js' -helper 'VariousofXpui-js'
|
extract -counts 'one' -method 'zip' -name 'xpui.js' -helper 'VariousofXpui-js'
|
||||||
|
|
||||||
# Turn off podcasts
|
# Turn off podcasts
|
||||||
|
|||||||
Reference in New Issue
Block a user