Ticket #22 (closed task: fixed)

Opened 6 years ago

Last modified 7 months ago

plugin system for devices

Reported by: dev Assigned to: dev
Priority: major Milestone: 1.0
Component: Core Version:
Keywords: Cc:

Description

move devices (MediaServer, MediaRenderer, ControlPoint) into a real plugin system

Change History

20.03.2007 20:50:19 changed by dev

(In [389]) switched to an entry points/setuptools based plugin system as [described by Philippe Nomand http://base-art.net/Articles/64/]

current entry points are:

  • coherence.plugins.backend.media_server
  • coherence.plugins.backend.media_renderer

Now external backends can much easier integrated and even installed separately.

This addresses #22 and closes #42.

04.12.2007 12:40:39 changed by dev

  • status changed from new to closed.
  • resolution set to fixed.

with the additional use of the simple_plugin in [631] now quite usable