Skip to content

Commit b927945

Browse files
kimtoredtcooper
authored andcommitted
Update configuration template for upstream 0.5.0
* Removes LIBRESPOT_SAMPLE_RATE * Removes LIBRESPOT_INTERPOLATION_QUALITY * Sets boolean values in config to 'on' or 'off'
1 parent f3f469c commit b927945

File tree

1 file changed

+9
-21
lines changed
  • raspotify/etc/raspotify

1 file changed

+9
-21
lines changed

raspotify/etc/raspotify/conf

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,34 +17,34 @@
1717
# Commenting out the environment variable will fallback to librespot's default
1818
# unless otherwise noted.
1919

20-
# Flags are either on (uncommented) or off (commented),
21-
# their values are otherwise not evaluated (but the "=" is still needed).
20+
# Flags can be set to either "on" or "off".
21+
# Empty values may cause errors.
2222

2323
# Only log warning and error messages.
24-
LIBRESPOT_QUIET=
24+
LIBRESPOT_QUIET=on
2525

2626
# Automatically play similar songs when your music ends.
27-
LIBRESPOT_AUTOPLAY=
27+
LIBRESPOT_AUTOPLAY=on
2828

2929
# Disable caching of the audio data.
3030
# Enabling audio data caching can take up a lot of space
3131
# if you don't limit the cache size with LIBRESPOT_CACHE_SIZE_LIMIT.
3232
# It can also wear out your Micro SD card. You have been warned.
33-
LIBRESPOT_DISABLE_AUDIO_CACHE=
33+
LIBRESPOT_DISABLE_AUDIO_CACHE=on
3434

3535
# Disable caching of credentials.
3636
# Caching of credentials is not necessary so long as
3737
# LIBRESPOT_DISABLE_DISCOVERY is not set.
38-
LIBRESPOT_DISABLE_CREDENTIAL_CACHE=
38+
LIBRESPOT_DISABLE_CREDENTIAL_CACHE=on
3939

4040
# Play all tracks at approximately the same apparent volume.
41-
LIBRESPOT_ENABLE_VOLUME_NORMALISATION=
41+
LIBRESPOT_ENABLE_VOLUME_NORMALISATION=on
4242

4343
# Enable verbose log output.
44-
#LIBRESPOT_VERBOSE=
44+
#LIBRESPOT_VERBOSE=off
4545

4646
# Disable zeroconf discovery mode.
47-
#LIBRESPOT_DISABLE_DISCOVERY=
47+
#LIBRESPOT_DISABLE_DISCOVERY=off
4848

4949
# Options will fallback to their defaults if commented out,
5050
# otherwise they must have a valid value.
@@ -60,18 +60,6 @@ LIBRESPOT_ENABLE_VOLUME_NORMALISATION=
6060
# Output format {F64|F32|S32|S24|S24_3|S16}. Defaults to S16.
6161
#LIBRESPOT_FORMAT="S16"
6262

63-
# Sample Rate to Resample to {44.1kHz|48kHz|88.2kHz|96kHz}.
64-
# Defaults to 44.1kHz meaning no resampling.
65-
# The option does not exist in upstream librespot.
66-
# DO NOT file a bug with librespot about this.
67-
#LIBRESPOT_SAMPLE_RATE="44.1kHz"
68-
69-
# Interpolation Quality to use if Resampling. {Low|Medium|High}.
70-
# Defaults to Low.
71-
# The option does not exist in upstream librespot.
72-
# DO NOT file a bug with librespot about this.
73-
#LIBRESPOT_INTERPOLATION_QUALITY="Low"
74-
7563
# Displayed device type. Defaults to speaker.
7664
#LIBRESPOT_DEVICE_TYPE="speaker"
7765

0 commit comments

Comments
 (0)