File Types 
| Key | Description | Supported Metadata | 
Music | 
Retrieves media files of Music type. | Artist, SongName, TrackNumber, Album, Genre, Composer, FileNameAndPath, FileName, FileExtension, Drive, MimeType, FileSize, FileDate. | 
Sound | 
Retrieves media files of Sound type. | FileNameAndPath, FileName, FileExtension, Drive, MimeType, FileSize, FileDate. | 
Image | 
Retrieves media files of Image type. | FileNameAndPath, FileName, FileExtension, Drive, MimeType, FileSize, FileDate. | 
Video | 
Retrieves media files of Video type. | FileNameAndPath, FileName, FileExtension, Drive, MimeType, FileSize, FileDate. | 
StreamingUrl | 
Retrieves media files of Link type. | LinkFirstURL, FileNameAndPath, FileName, FileExtension, Drive, MimeType, FileSize ,FileDate. | 
Keys 
| Key | Description | 
| Type | Always a media file. | 
FileName | 
Filter/sort the result as per file name. | 
FileExtension | 
Filter/sort the result based on file extension. | 
Drive | 
Filter/sort the result as per file drive. | 
FileSize | 
Filter/sort the result as per file size. | 
FileData | 
Filter/sort the result as per file date. | 
MediaType | 
Filter/sort the result as per file type.  
Value: Description   | 
FileNameAndPath | 
Filter/sort the result as per full path of file. | 
SongName | 
Filter/sort the result as per song name. | 
Artist | 
Filter/sort the result as per artist name. | 
Album | 
Filter/sort the result as per album name. | 
MimeType | 
Filter/Sort the result based on mime type. | 
Output maps for various values of FileType 
| FileType | Output map | 
Image | 
Key: Value  Type: string FileName: string FileExtension: string Drive: string FileSize: int FileDate: datetime FileNameAndPath: string MimeType: string | 
Sound | 
Key: Value  Type: string FileName: string FileExtension: string Drive: string FileSize: int FileDate: datetime FileNameAndPath: string MimeType: string | 
Video | 
Key: Value  Type: string FileName: string FileExtension: string Drive: string FileSize: int FileDate: datetime FileNameAndPath: string MimeType: string | 
Music | 
Key: Value  Type: string FileName: string FileExtension: string Drive: string FileSize: int FileDate: datetime MimeType: string FileNameAndPath: string SongName: string Artist: string Album: string TrackNumber: string Genre: string Composer: string | 
StreamingUrl | 
Key: Value  Type: string FileName: string FileExtension: string Drive: string FileSize: int FileDate: datetime FileNameAndPath: string LinkFirstURL: string MimeType: string | 
See About this document... for information on suggesting changes.