shakuhachi.metadata
SkhcMetadata.Field
Operations on fields.
shakuhachi.config
shakuhachi.database
shakuhachi.libs
shakuhachi.plugin
shakuhachi.query
shakuhachi.util
type t =
| FTitle
| FArtist
| FAlbum
| FTitleSort
| FAlbumArtist
| FArtistSort
| FAlbumSort
| FTrack
| FYear
| FDisc
| FCover
| FGenre
| FComment
type of the fields.
val compare : t -> t -> int
compare lhs rhs is Stdlib.compare lhs rhs.
compare lhs rhs
Stdlib.compare lhs rhs
val equal : t -> t -> bool
equal lhs rhs is Stdlib.( = ) lhs rhs.
equal lhs rhs
Stdlib.( = ) lhs rhs
val to_string : t -> string
to_string f is the string representation of f.
to_string f
f
val choices : (string * t) list
choices is all fields associated with their string representation.
choices