Skip to content

Commit eb3836a

Browse files
committed
added new configuration variable
1 parent ae0c50a commit eb3836a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

sample.env

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ YOUTUBE_API_KEY=
2929
# LISTENBRAINZ_DISCOVERY=playlist
3030
# Time to sleep (in minutes) between scanning and querying tracks from your system (If using Subsonic, Jellyfin)
3131
# SLEEP=1
32-
# How multiple artists are separated from eachother in metadata
3332
# Whether to provide additional info for debugging
34-
# DEBUG=false
33+
# DEBUG=false
34+
35+
## Metadata (formatting details, structure, etc.)
36+
37+
# true keeps only the main artist in the artist field; all featured artists go to the title (helps with keeping library clean, might limit ListenBrainz for recognizing the song)
38+
# SINGLE_ARTIST=false

0 commit comments

Comments
 (0)