| 505 | } |
| 506 | |
| 507 | func helpConfig() { |
| 508 | utils.PrintBold("CONFIG MEANING") |
| 509 | log.Println(utils.Bold("[Setting]") + ` |
| 510 | spotify_path |
| 511 | Path to Spotify directory |
| 512 | |
| 513 | prefs_path |
| 514 | Path to Spotify's "prefs" file |
| 515 | |
| 516 | current_theme |
| 517 | Name of folder of your theme |
| 518 | |
| 519 | color_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 | |
| 523 | inject_css <0 | 1> |
| 524 | Whether custom css from user.css in theme folder is applied |
| 525 | |
| 526 | inject_theme_js <0 | 1> |
| 527 | Whether custom js from theme.js in theme folder is applied |
| 528 | |
| 529 | replace_colors <0 | 1> |
| 530 | Whether custom colors is applied |
| 531 | |
| 532 | spotify_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 | |
| 537 | always_enable_devtools <0 | 1> |
| 538 | Whether Chrome DevTools is enabled when launching/restarting Spotify. |
| 539 | |
| 540 | check_spicetify_update <0 | 1> |
| 541 | Whether to always check for updates when running Spicetify. |
| 542 | |
| 543 | ` + utils.Bold("[Preprocesses]") + ` |
| 544 | disable_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 | |
| 548 | disable_ui_logging <0 | 1> |
| 549 | Various elements logs every user clicks, scrolls. |
| 550 | Enable to stop logging and improve user experience. |
| 551 | |
| 552 | remove_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 | |
| 557 | expose_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]") + ` |
| 562 | custom_apps <string> |
| 563 | List of custom apps. Separate each app with "|". |
| 564 | |