Module Values.TimedMetadataScheduleActionSettingsSource

Settings for the action to insert ID3 metadata (as a one-time action) in applicable output groups.

Sourcetype nonrec t = {
  1. id3 : string;
    (*

    Enter a base64 string that contains one or more fully formed ID3 tags.See the ID3 specification: http://id3.org/id3v2.4.0-structure

    *)
}
Sourceval context_ : string
Sourceval make : id3:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t