shakuhachi.query
String.Key
Operations on keys for string field
shakuhachi.config
shakuhachi.database
shakuhachi.libs
shakuhachi.metadata
shakuhachi.plugin
shakuhachi.util
type t =
| Title
| SortName
| Artist
| Album
| AlbumArtist
| Composer
| Genre
| Path
| FileExtension
| Arbitrary of string
val default : t list
default is a list of keys used by skhc when the query.field key in configuration file is missing.
default
val equal : t -> t -> bool
val compare : t -> t -> int
val to_string : t -> string
to_string field returns a string representation of field.
to_string field
field
val of_string : string -> t option
of_string s tries to parse s a key associated with a substring.
of_string s
s