123456789101112131415161718192021222324252627282930313233343536373839404142(*****************************************************************************)(* *)(* Copyright (C) 2026 Yves Ndiaye *)(* *)(* This Source Code Form is subject to the terms of the Mozilla Public *)(* License, v. 2.0. If a copy of the MPL was not distributed with this *)(* file, You can obtain one at https://mozilla.org/MPL/2.0/. *)(* *)(*****************************************************************************)(** Operation on keys for field node. *)(* String *)lettitle="%title"letsort_name="%sort_name"letartist="%artist"letalbum="%album"letalbum_artist="%album_artist"letcomposer="%composer"letgenre="%genre"letpath="%path"letextension="%ext"(* Bool *)letart="%art"letflag="%flag"(* Int *)letid="%id"letsize="%size"lettrack="%track"letyear="%year"letdisc="%disc"letplays="%plays"letlength="%length"letrating="%rating"letalbum_count="%album_count"(* Float *)letavg_duration="%avg_duration"letavg_rating="%avg_rating"letavg_size="%avg_size"