Package brisa :: Package upnp :: Package didl :: Module didl_lite
[hide private]
[frames] | no frames]

Module didl_lite

source code

DIDL-Lite classes (object, items, containers and etc).

Classes [hide private]
  Resource
Represents a resource.
  Object
Root class and most basic class of the content directory class hierarchy.
  SearchClass
Instances of this class may be passed to search_classes parameter of Container constructors.
  CreateClass
Instances of this class may be passed to create_classes parameter of Container constructors.
  Container
An object that can contain other objects.
  Item
A class used to represent atomic (non-container) content objects.
  AudioItem
A piece of content that when rendered generates audio.
  MusicTrack
A discrete piece of audio that should be interpreted as music.
  AudioBroadcast
A continuous stream of audio.
  AudioBook
Discrete piece of audio that should be interpreted as a book.
  VideoItem
A video representation.
  Movie
A movie representation.
  VideoBroadcast
A continuous stream of video representation.
  MusicVideoClip
A music video clip representation.
  ImageItem
An image representation.
  Photo
A photo representation.
  PlaylistItem
Represents a playable sequence of resources (audio, video, image).
  Album
Ordered collection of objects.
  MusicAlbum
A music album representation.
  PhotoAlbum
A photo album representation.
  Genre
A container with a name denoting a genre.
  MusicGenre
Style of music.
  MovieGenre
Style of movies.
  PlaylistContainer
A collection of objects.
  Person
Unordered collection of objects that belong to a person.
  MusicArtist
Person which should be interpreted as a music artist.
  StorageSystem
Heterogeneous collection of storage media.
  StorageVolume
Some physical storage unit of a single type.
  StorageFolder
Collection of objects stored on some storage medium.
  Element
Wrapper for elements.
Functions [hide private]
 
find(elt, namespace, key) source code
 
findall(elt, namespace, key) source code
Variables [hide private]
  ns = {'didl': 'urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/', ...
Variables Details [hide private]

ns

Value:
{'didl': 'urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/', 'dc': 'http:/\
/purl.org/dc/elements/1.1/', 'upnp': 'urn:schemas-upnp-org:metadata-1-\
0/upnp/', 'dlna': 'urn:schemas-dlna-org:metadata-1-0'}