Metadata¶
Non-Visible componentCategory | Requires | Version |
---|---|---|
Media | API 21, Android 5.0 Lollipop | 2 |
Overview¶
A non-visible component that reads the metadata of audio/video files.
Permissions
Events¶
No Metadata¶
Triggers when there is no metadata found in the file.
Params | |
---|---|
type | Text |
Methods¶
Album¶
Returns: Text
Get the Album from the file.
Artist¶
Returns: Text
Get the Artist from the file.
Author¶
Returns: Text
Get the Author from the file.
Bitrate¶
Returns: Text
Get the Bitrate from the file.
Composer¶
Returns: Text
Get the Composer from the file.
Custom Item¶
Returns: Text
Get a custom metadata item from the fileyou can find a list of ids on https://developer.android.com/reference/android/media/MediaMetadataRetriever.html
Params | |
---|---|
id | Number |
Date¶
Returns: Text
Get the Date from the file.
Disc Number¶
Returns: Text
Get the Disc Number from the file.
Duration¶
Returns: Text
Get the Duration from the file.
Embedded Picture¶
Returns: Text
This method finds the optional graphic or album/cover art associated associated with the data source. If there are more than one pictures, (any) one of them is returned.
Genre¶
Returns: Text
Get the Genre from the file.
Has Audio¶
Returns: Text
Get the Has Audio from the file.
Has Video¶
Returns: Text
Get the Has Video from the file.
Location¶
Returns: Text
Get the Location from the file.
Mimetype¶
Returns: Text
Get the Mimetype from the file.
Title¶
Returns: Text
Get the Title from the file.
Track Number¶
Returns: Text
Get the Track Number from the file.
Video Height¶
Returns: Text
Get the Video Height from the file.
Video Rotation¶
Returns: Text
Get the Video Rotation from the file.
Video Width¶
Returns: Text
Get the Video Width from the file.
Writer¶
Returns: Text
Get the Writer from the file.
Year¶
Returns: Text
Get the Year from the file.
Properties¶
File¶
Text Read Write - Designer Blocks
The name of the file.