Upnpmedia table
From MythTV Official Wiki
Note: The correct title of this article is upnpmedia table. It appears incorrectly here due to technical restrictions.
The upnpmedia table is used for serving media files through UPnP.
Table Description
Field name | Type | Null | Key | Default | Extras | Description |
---|---|---|---|---|---|---|
intid | int(10) unsigned | PRI | 0 | unique ID | ||
class | varchar(64) | MUL | 'VIDEO',... | |||
itemtype | varchar(128) | 'FILE','FOLDER',... | ||||
parentid | int(10) unsigned | MUL | 0 | REFERENCES upnpmedia(intid) | ||
itemproperties | varchar(255) | |||||
filepath | varchar(512) | MUL | ||||
title | varchar(255) | |||||
filename | varchar(512) | |||||
coverart | varchar(512) |