📖
spotify_sync
  • Welcome to the docs
  • Home
    • Intro
    • Quick start
  • Configuration
    • Overview
    • Schema
    • Profiles
  • General
    • Scheduling
    • Backup and restore
    • Migrate from older versions
    • FAQ
  • Guides
    • Getting a Deezer arl
    • Setting up a Spotify oauth application
Powered by GitBook
On this page
  1. Configuration

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

PreviousSchemaNextScheduling

Last updated 2 years ago