Type Alias AudioProperty

AudioProperty:
    | "album"
    | "albumartist"
    | "artist"
    | "genre"
    | "title"
    | "year"
    | "track"
    | "duration"
    | "file"
    | "rating"
    | "path"
    | "musicfolders"
    | "lastscan"
    | "keeplibrary"
    | "sources"
    | "items"
    | "lastupdate"
    | "albumartists"
    | "artists"
    | "albums"
    | "songs"
    | "genres"
    | "recentlyaddedalbums"
    | "recentlyaddedsongs"
    | "recentlyplayedalbums"
    | "recentlyplayedsongs"
    | "musicdbversion"
    | "isplaying"
    | "datadir"
    | "id"
    | "name"

AudioProperty ($ref: "Audio.Property.Name") Represents a property name relevant to AudioLibrary methods. This type is a union of all possible property names that can be requested.