UserTags
Jump to navigation
Jump to search
UserTags are structured objects representing contents (movies, series...), along with their associated tags (watched, completed, favorite, etc.) and resume (playback) info. This struct is the main object for many of the MyTv features, showing lists of tagged user contents
Field | Data Type | Description |
---|---|---|
TagValue | int | Movie ID (in the case of series it will be the ID of the "movie" object -of series type- referring the whole series) |
TagType | Array of TagType | Array of tags "active" for the object (for example, a movie may have tags "watched" + "completed" + "favorite") |
ResumeValue | int | It will contain the resume time value (for objects with "watched" started but not totally "completed"), or "-1" if completed.
|
TaggedContent | SimpleMovie |
|
Members
{{{Members}}}
Example
{
- "ID": 13939,
- "SeriesId": 0,
- "SeriesName": "",
- "SeasonId": 0,
- "SeasonNumber": 0,
- "Type": 1,
- "Title": "_Bem-vindo ao canal Adulto",
- "Duration": 60,
- "Year": 0,
- "AgeRating": {
- InstanceAgeRating object
- },
- "Subtitles": [
- Array of Subtitle object
- ],
- "Genres": [
- Array of Genre objects
- ],
- "Stars": 2.81818181818182,
- "Views": 235,
- "ShortDescription": "Bem-vindo ao canal ...",
- "Images": [
- Array of Image object
- ],
- "ResizableImages": [
- Array of Image object
- ],
- "RequiresPin": true,
- "ChildrenCount": 0,
- "Medias": [
- Array of Media
- ],
- "AvailableForThisDevice": true,
- "AvailableForThisDeviceInHD": true,
- "AvailableForThisDeviceInSD": true,
- "OrderEpisode": 0,
- "PlaybackAccess": 2,
- "IsDtp": false,
- "Distributor": {
- Distributor object
- },
- "CommercializationType": 4,
- "Producer": {
- }
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |