MediaServer: your_name
Use this template to create new MediaServer wiki pages. Replace all instances of 'your_name' with the name of the MediaServer and remove this NewsFlash?
<your_name>
<description>
Additional dependencies
<dependencies>
UPnP ContentDirectory structure
<description of the data struture>
Configuration
The backend accepts these options:
- <option>:
- <description>
Examples
New config file:
<plugin active="yes"> <backend>your_name</backend> <name>your_name</name> </plugin>
Python code:
coherence.add_plugin('your_nameStore', name='your_name')
DBus:
coherence_service = dbus.SessionBus().get_object('org.Coherence','/org/Coherence') coherence_service.add_plugin('your_name', {'name':'your_name'}, dbus_interface='org.Coherence', reply_handler=add_plugin_callback, error_handler=error_callback)
Commandline:
coherence --plugin=backend:your_name
