~ubuntu-branches/ubuntu/karmic/coherence/karmic

« back to all changes in this revision

Viewing changes to coherence/upnp/services/servers/media_receiver_registrar_server.py

  • Committer: Bazaar Package Importer
  • Author(s): Charlie Smotherman
  • Date: 2009-05-13 00:34:24 UTC
  • mfrom: (1.1.6 upstream) (3.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090513003424-gvdr7y6msehcisoz
Tags: 0.6.4-1
* New upstream release.  Summary of changes.
    - new MediaServer backends that allow access to Picasa Web Albums
    - a TestServer to easily serve and test interaction with, 
        - one or more items and adjust 'upnp_class', 'mimetype'and 'DLNA-flags
        - items that are a GStreamer pipeline or an external program.
    - a new, used in parallel, D-Bus API with an 'org.DLNA' interface with the
      goal to create a common API for all UPnP/DNLA frameworks
    - support for the dlna-playcontainer URI
    - enchancements to the GStreamer MediaRenderer, supporting now
      dlna-playcontainer and SetNextAVTransportURI, and jumping to previous
      and next tracks
    - support for video items served by Ampache
    - base classes for a ScheduledRecording? service
    - some 'compatibility' adjustments for different devices
* Removed MochiKit symbolic link creation from debian/rules.
* Removed dependency on MochiKit in debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
class MediaReceiverRegistrarServer(service.ServiceServer, resource.Resource):
40
40
 
 
41
    implementation = 'optional'
 
42
 
41
43
    def __init__(self, device, backend=None):
42
44
        self.device = device
43
45
        if backend == None: