File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,13 @@ services:
1010 # - $PLAYLIST_DIR:$PLAYLIST_DIR # for MPD. Both paths should be as defined in .env (e.g /my/playlists/:/my/playlists/)
1111 environment :
1212 - TZ=UTC # Change this to the timezone set in ListenBrainz (default is UTC)
13-
13+
1414 - WEEKLY_EXPLORATION_SCHEDULE=15 00 * * 2 # Runs weekly, every Tuesday 15 minutes past midnight
1515 - WEEKLY_EXPLORATION_FLAGS= # Run weekly exploration with default settings
1616
17+ # Uncomment _SCHEDULE and _FLAGS variables to enable fetching different playlist
1718 # - WEEKLY_JAMS_SCHEDULE=30 00 * * 1 # Runs weekly, every Monday 30 minutes past midnight
1819 # - WEEKLY_JAMS_FLAGS=--playlist=weekly-jams --download-mode=skip # Get tracks from weekly-jams, and only add tracks that are found locally to playlist
1920
2021 # - DAILY_JAMS_SCHEDULE=15 01 * * * # Runs daily, every day 15 minutes past 1PM
21- # - DAILY_JAMS_FLAGS=--playlist=daily-jams --download-mode=skip # Get tracks from daily-jams, and only adds tracks that are found locally to playlist
22-
23- # For more Flag parameters, check out the wiki
22+ # - DAILY_JAMS_FLAGS=--playlist=daily-jams --download-mode=skip # Get tracks from daily-jams, and only adds tracks that are found locally to playlist
You can’t perform that action at this time.
0 commit comments