mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[scan] Changes to commit 9a3cb3b7
* 'split_genre' -> 'only_first_genre' + changed description * fix memleak on multiple genre tags
This commit is contained in:
@@ -171,11 +171,11 @@ library {
|
||||
# to trigger a rescan.
|
||||
# filescan_disable = false
|
||||
|
||||
# Should server use first genre found in metadata
|
||||
# Tracks may be tagged with multiple genres, such as 'Pop' and 'Rock'.
|
||||
# This option instructs the server to use only the first genre found
|
||||
# (ie 'Pop' in this case) when parsing genre
|
||||
# split_genre = false
|
||||
# Only use the first genre found in metadata
|
||||
# Some tracks have multiple genres semicolon-separated in the same tag,
|
||||
# e.g. 'Pop;Rock'. If you don't want them listed like this, you can
|
||||
# enable this option and only the first genre will be used (i.e. 'Pop').
|
||||
# only_first_genre = false
|
||||
|
||||
# Should metadata from m3u playlists, e.g. artist and title in EXTINF,
|
||||
# override the metadata we get from radio streams?
|
||||
|
||||
Reference in New Issue
Block a user