package shakuhachi
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=541a7ac078a520730a71edf4d2fe0f17cc98f0b9ad82060db62120a7d2519ae5
sha512=37b98cb52dab8293adb92f71e91394cf1c5d0d481d03893c320cc8aa550459a30dabdfdc0018f512d3a7a547f2899b493a20d86f450bc084b78e30b40234a911
doc/shakuhachi.query/SkhcQuery/Field/index.html
Module SkhcQuery.FieldSource
Operations on field node' values.
type of field node' values.
title regex insensible s is string (String.title).
sort_name regex insensible s is string (String.sort_name).
artist regex insensible s is string (String.artist).
album regex insensible s is string (String.album).
album_artist regex insensible s is string (String.album_artist).
composer regex insensible s is string (String.composer).
genre regex insensible s is string (String.genre).
path regex insensible s is string (String.path).
extension regex insensible s is string (String.extension).
arbitrary regex insensible key value is string (String.artibrary).
avg_duration f is float (Float.avg_duration).
val fold :
('a String.t -> 'b) ->
('c Bool.t -> 'b) ->
('e Int.t -> 'b) ->
('d Int64.t -> 'b) ->
('f Float.t -> 'b) ->
('a, 'c, 'e, 'd, 'f) t ->
'bfold s b i i64 f field is s e if field is FString e, b e if field is FBool e, i e if field is FInt e, i64 e if field is FInt64 e and f e if field is FFloat e.
to_string field returns a string representation of field.
to_sexp field returns a s-expression compatible string of field.