MCPcopy
hub / github.com/spicetify/cli / helpConfig

Function helpConfig

spicetify.go:507–583  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

505}
506
507func helpConfig() {
508 utils.PrintBold("CONFIG MEANING")
509 log.Println(utils.Bold("[Setting]") + `
510spotify_path
511 Path to Spotify directory
512
513prefs_path
514 Path to Spotify's "prefs" file
515
516current_theme
517 Name of folder of your theme
518
519color_scheme
520 Color config section name in color.ini file.
521 If color_scheme is blank, first section in color.ini file would be used.
522
523inject_css <0 | 1>
524 Whether custom css from user.css in theme folder is applied
525
526inject_theme_js <0 | 1>
527 Whether custom js from theme.js in theme folder is applied
528
529replace_colors <0 | 1>
530 Whether custom colors is applied
531
532spotify_launch_flags <string>
533 Command-line flags used when launching/restarting Spotify.
534 Separate each flag with "|".
535 List of valid flags: https://spicetify.app/docs/development/spotify-cli-flags
536
537always_enable_devtools <0 | 1>
538 Whether Chrome DevTools is enabled when launching/restarting Spotify.
539
540check_spicetify_update <0 | 1>
541 Whether to always check for updates when running Spicetify.
542
543` + utils.Bold("[Preprocesses]") + `
544disable_sentry <0 | 1>
545 Prevents Sentry and Amazon Qualaroo to send console log/error/warning to Spotify developers.
546 Enable if you don't want to catch their attention when developing extension or app.
547
548disable_ui_logging <0 | 1>
549 Various elements logs every user clicks, scrolls.
550 Enable to stop logging and improve user experience.
551
552remove_rtl_rule <0 | 1>
553 To support Arabic and other Right-To-Left language, Spotify added a lot of
554 CSS rules that are obsoleted to Left-To-Right users.
555 Enable to remove all of them and improve render speed.
556
557expose_apis <0 | 1>
558 Leaks some Spotify's API, functions, objects to Spicetify global object that
559 are useful for making extensions to extend Spotify functionality.
560
561` + utils.Bold("[AdditionalOptions]") + `
562custom_apps <string>
563 List of custom apps. Separate each app with "|".
564

Callers 1

initFunction · 0.85

Calls 2

PrintBoldFunction · 0.92
BoldFunction · 0.92

Tested by

no test coverage detected