VLC
3.0.15
|
Go to the source code of this file.
Macros | |
#define | ML_PERSON_ARTIST "Artist" |
#define | ML_PERSON_ALBUM_ARTIST "Album Artist" |
#define | ML_PERSON_ENCODER "Encoder" |
#define | ML_PERSON_PUBLISHER "Publisher" |
#define ML_PERSON_ALBUM_ARTIST "Album Artist" |
#define ML_PERSON_ARTIST "Artist" |
#define ML_PERSON_ENCODER "Encoder" |
#define ML_PERSON_PUBLISHER "Publisher" |
enum ml_result_type_e |
enum ml_select_e |
List of Query select types.
In a query array or variable argument list, each select type is followed by an argument (X) of variable type (char* or int,
Enumerator | |
---|---|
ML_ALBUM | Album Title. |
ML_ALBUM_ID | Album ID. |
ML_ALBUM_COVER | Album Cover art url. |
ML_ARTIST | Artist, interpreted as ML_PEOPLE && ML_PEOPLE_ROLE = ML_PERSON_ARTIST. |
ML_ARTIST_ID | Artist ID, interpreted as ML_PEOPLE_ID && ML_PEOPLE_ROLE = ML_PERSON_ARTIST. |
ML_COMMENT | Comment about media. |
ML_COUNT_MEDIA | Number of medias. |
ML_COUNT_ALBUM | Number of albums. |
ML_COUNT_PEOPLE | Number of people. |
ML_COVER | Cover art url. |
ML_DURATION | Duration in ms. |
ML_DISC_NUMBER | Disc number of the track. |
ML_EXTRA | Extra/comment (string) on the media. |
ML_FIRST_PLAYED | First time media was played. |
ML_FILESIZE | Size of the media file. |
ML_GENRE | Genre of the media (if any) |
ML_ID | Media ID. |
ML_IMPORT_TIME | Date when media was imported. |
ML_LANGUAGE | Language. |
ML_LAST_PLAYED | Last play UNIX timestamp. |
ML_LAST_SKIPPED | Time when media was last skipped. |
ML_ORIGINAL_TITLE | Media original title (if any) |
ML_PEOPLE | Any People associated with this media. |
ML_PEOPLE_ID | Id of a person. |
ML_PEOPLE_ROLE | Person role. |
ML_PLAYED_COUNT | Media play count. |
ML_PREVIEW | Url of the video preview. |
ML_SKIPPED_COUNT | Number of times skipped. |
ML_SCORE | Computed media score. |
ML_TITLE | Media title. |
ML_TRACK_NUMBER | Media track number (if any) |
ML_TYPE | Media type.
|
ML_URI | Media full URI. |
ML_VOTE | Media user vote value. |
ML_YEAR | Media publishing year. |
ML_DIRECTORY | Monitored directory. |
ML_MEDIA | Full media descriptor.
|
ML_MEDIA_SPARSE | Sparse media.
|
ML_MEDIA_EXTRA | Sparse + Extra = Full media. |
ML_LIMIT | Limit a query to X results. |
ML_SORT_DESC | Sort a query descending on argument X. |
ML_SORT_ASC | Sort a query ascending on argument X. |
ML_DISTINCT | Add DISTINCT to SELECT statements. |
ML_END | End of argument list. |
enum ml_type_e |
Media types (audio, video, etc...)