For the complete documentation index, see llms.txt. This page is also available as Markdown.

Profiles

Profiles add an additional layer of management for dealing with one or more app configurations. spotify_sync allows you to cache these configurations in your operating system user cache.

When running spotify_sync with a profile, persistent data is stored per profile, per Spotify account. This makes it possible to have more than 1 configuration per account.

Currently, you can generate, add, list and remove config profiles.

Add your first profile

  • Generate an example to edit. This will output a config.json in the current working directory

spotify_sync config generate
  • Configure your config

  • Add your config file to the profile cache

spotify_sync config add myFirstProfile ./config.json

Last updated