README ¶ MTV https://github.com/OpenKD/repository.cobramod/blob/main/repo/plugin.video.viacom.mtv/resources/lib/provider.py https://play.google.com/store/apps/details?id=com.mtvn.mtvPrimeAndroid Install system certificate. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables type Item func NewItem(addr string) Item func (i Item) Property() (*Property, error) type Property func (p Property) Topaz() (*Topaz, error) type Topaz Constants ¶ This section is empty. Variables ¶ View Source var LogLevel format.LogLevel Functions ¶ This section is empty. Types ¶ type Item ¶ added in v1.48.8 type Item struct { EntityType string ShortID string VideoServiceURL string } func NewItem ¶ added in v1.48.8 func NewItem(addr string) Item func (Item) Property ¶ added in v1.48.8 func (i Item) Property() (*Property, error) type Property ¶ type Property struct { Data struct { Item Item } } func (Property) Topaz ¶ func (p Property) Topaz() (*Topaz, error) type Topaz ¶ type Topaz struct { StitchedStream struct { Source string } } Source Files ¶ View all Source files mtv.go Click to show internal directories. Click to hide internal directories.