You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sample.env
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ YOUTUBE_API_KEY=
29
29
# LISTENBRAINZ_DISCOVERY=playlist
30
30
# Time to sleep (in minutes) between scanning and querying tracks from your system (If using Subsonic, Jellyfin)
31
31
# SLEEP=1
32
-
# How multiple artists are separated from eachother in metadata
33
32
# 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)
0 commit comments