Skip to content

Customization

Patrick de Mooij edited this page Oct 7, 2018 · 4 revisions

This app has a few customization options. You can change them by adjusting values in the 'config.json' file.

Options

This are the customizable options.

wallpaperWidth

The width of the generated wallpaper in pixels. default: 1920

wallpaperHeight

The height of the generated wallpaper in pixels. default: 1080

coverWidth

The width of the centered cover in pixels. default: 700

coverHeight

The height of the centered cover in pixels. default: 700

blur

The intensity of the background blur. default: 25

coverFit

Specifies whether the centered cover fits or fills the entered dimensions. default: false

clientId

Your client id from spotify. You can get the it here. default: not set

clientSecret

Your client secret from spotify. You can get the it here. default: not set

port

A non-used port on your machine to temporarily spin up the server at. default: 3001

interval

The timespan between song checks in seconds. default: 60

log

The location of logfile (relative to app root). default: ./log.txt

output

The output location of the generated wallpaper. When this property is not set, will the wallpaper be save in the wallpapers folder in the app root. default: not set

Clone this wiki locally