aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrieder Griesshammer <mail@der-beweis.de>2024-05-02 20:51:47 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2024-05-02 20:51:47 +0000
commit156d794e76aec7c5080b27207250325a83cd9064 (patch)
tree8e2df6000cac9388d43e96d96caf9918b24ac4f6
parenta66b8f6102fe56d83583db9f4041f3e7fa6c1ba9 (diff)
downloadports-156d794e76aec7c5080b27207250325a83cd9064.tar.gz
ports-156d794e76aec7c5080b27207250325a83cd9064.zip
multimedia/navidrome: Update sample config with ScanSchedule
PR: 278690
-rw-r--r--multimedia/navidrome/Makefile2
-rw-r--r--multimedia/navidrome/files/config.toml.sample.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/navidrome/Makefile b/multimedia/navidrome/Makefile
index 9dab483237d3..84ef46744592 100644
--- a/multimedia/navidrome/Makefile
+++ b/multimedia/navidrome/Makefile
@@ -1,7 +1,7 @@
PORTNAME= navidrome
DISTVERSIONPREFIX= v
DISTVERSION= 0.50.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= http://people.freebsd.org/~kbowling/distfiles/:npmcache
DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npmcache
diff --git a/multimedia/navidrome/files/config.toml.sample.in b/multimedia/navidrome/files/config.toml.sample.in
index 29fdfc953dff..9aeda433ab9e 100644
--- a/multimedia/navidrome/files/config.toml.sample.in
+++ b/multimedia/navidrome/files/config.toml.sample.in
@@ -7,8 +7,8 @@
MusicFolder = "%%DATADIR%%/music"
# Folder to store application data (database, cache, etc.)
#DataFolder = "/var/db/navidrome"
-# How frequently to scan for changes in your music library. Set it to 0 to disable scans
-#ScanInterval = "1m"
+# How frequently to scan for changes in your music library using cron syntax. Set it to 0 to disable scans
+#ScanSchedule = "@every 1m"
# Log level. Useful for troubleshooting. Possible values: error, info, debug, trace. Default: info
LogLevel = "info"