Media tags read
An action block that reads metadata tags from media content such as audio, video or image.
The fiber will proceed when the tags has been read.
The presence of tags depends on the type of media content, null
is assigned if a tag isn’t present or couldn’t be read.
Input arguments
- Content URI — URI or filename to media content.
Output variables
- Media title — variable to assign the title.
- Media album — variable to assign the album.
- Media artist — variable to assign the artist.
- Media genre — variable to assign the genre.
- Media duration — variable to assign the duration in seconds.
- Media track number — variable to assign the track number.
- Media release date — variable to assign the release/creation date as a unix timestamp.
- Media latitude — variable to assign the latitude.
- Media logitude — variable to assign the longitude.