Installing with parameters #60
Locked
amd64fox
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can customize your setup based on input parameters.
For example, we will perform an automatic installation for a premium account, we will also add automatically enabling Spotify after installation is completed:
Now our custom installer is ready:
If it is more convenient for you to run the installation through a
.bat
file, then you can download any bat file like this one and edit its parameters to your own.You just need to substitute your parameters at the end of the command and start the installation.
Warning
Important: do not use parameters that contradict each other simultaneously.
Full list of parameters
Spotify install / uninstall parameters
-version -v - change recommended version of Spotify
-version 1.2.13.661.ga588f749-4064
Note
full version can be taken from the spreadsheet
-confirm_spoti_recomended_over -sp-over - If an outdated or unsupported version of Spotify is found, the recommended version will automatically be installed over it
-confirm_spoti_recomended_uninstall -sp-uninstall - If an outdated or unsupported version of Spotify is found, it will be automatically uninstalled and the recommended version will be installed.
-confirm_uninstall_ms_spoti - automatic uninstallation of Spotify MS if it was found
Parameters for experimental features
Note
Sometimes Spotify developers forcefully enable\disable experimental features for everyone. In this case, enabling\disabling them will no longer work, so either live with it or stay on the old version of Spotify in which it worked for you.
-exp_spotify - all standard and experimental features are now managed by Spotify developers, just like in the original client.
If the parameter is not specified, all experimental features listed on this page will be enabled (except for those marked in the header as disabled by default)
Warning
SpotX will still control the exp features that are crucial for disabling ads or for the operation of other SpotX features
-new_theme - new theme activated (new right and left sidebar, some cover change)
-topsearchbar - enable top search bar
Note
since version 1.2.46 activated for all from spotify side
-canvasHome - enable big cards (canvases) on the main page, works with 1.2.42 +
-rightsidebar_off - disable new right sidebar
-rightsidebarcolor - enable right sidebar coloring to match cover color (only works with new theme)
-lyrics_block - disable native lyrics
-old_lyrics - return old lyrics for new theme
-lyrics_stat - enable static themes for lyrics, for example, this way you can turn on theme blueberry:
-lyrics_stat blueberry
-adsections_off - hiding ad-like sections from the homepage
-plus - plus button replaces the heart button, you can save and select destinations for songs, playlists, or podcasts
-funnyprogressBar - funny progress bar (works from 1.2.14)
Note
in the latest versions they moved the inclusion of the funny progress bar to the additional developer settings, so to enable/disable the funny progress bar you must use the additional
-dev
parameter during spotx installation-homesub_off - disable subfeed filter chips on home.
-hide_col_icon_off - don't hide the icon of collaborations in playlists
Patcher language parameters
-language it - forced Italian for installer
-l it - a simplified version of the same command
Parameters for podcasts
-podcasts_off - remove podcasts from homepage
-podcasts_on - don't remove podcasts from homepage
Parameters for blocking updates
-block_update_on - block Spotify automatic updates
-block_update_off - don't block Spotify automatic updates
Other parameters
-mirror -m - use github.io mirror instead of raw.githubusercontent.
Note
In the installation batch files, a mirror is automatically used, therefore, if you are experiencing connection issues, you can use a batch file from the existing ones in the repository. Alternatively, if you want to use the GitHub.io mirror directly without a batch file, use the following command:
iex "& { $(iwr -useb 'https://spotx-official.github.io/run.ps1') } -m -new_theme"
-DisableStartup - disable Spotify autostart on Windows boot
-cache_limit -cl - change limit for clearing audio cache
-cache_limit 700
or-cl 700
(value range from 500 to 20000)-premium - installation without ad blocking for premium accounts (ads are blocked only in podcasts)
-urlform_goofy -idbox_goofy - history of listening to songs
-start_spoti - automatic launch of Spotify after installation is complete
-no_shortcut - do not add Spotify shortcut to desktop
-devtools -dev - activates developer mode
Note
does not work after 1.2.37
Beta Was this translation helpful? Give feedback.
All reactions