Date: Thu, 2 May 2024 20:52:41 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 156d794e76ae - main - multimedia/navidrome: Update sample config with ScanSchedule Message-ID: <202405022052.442KqfSw039727@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=156d794e76aec7c5080b27207250325a83cd9064 commit 156d794e76aec7c5080b27207250325a83cd9064 Author: Frieder Griesshammer <mail@der-beweis.de> AuthorDate: 2024-05-02 20:51:47 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2024-05-02 20:51:47 +0000 multimedia/navidrome: Update sample config with ScanSchedule PR: 278690 --- multimedia/navidrome/Makefile | 2 +- multimedia/navidrome/files/config.toml.sample.in | 4 ++-- 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405022052.442KqfSw039727>