CHANGELOG.rst
LICENCE
MANIFEST.in
README.rst
setup.py
Cohen.egg-info/PKG-INFO
Cohen.egg-info/SOURCES.txt
Cohen.egg-info/dependency_links.txt
Cohen.egg-info/entry_points.txt
Cohen.egg-info/requires.txt
Cohen.egg-info/top_level.txt
bin/cohen
coherence/__init__.py
coherence/backend.py
coherence/base.py
coherence/dbus_constants.py
coherence/dbus_service.py
coherence/dispatcher.py
coherence/json_service.py
coherence/log.py
coherence/transcoder.py
coherence/tube_service.py
coherence/backends/__init__.py
coherence/backends/ampache_storage.py
coherence/backends/appletrailers_storage.py
coherence/backends/audiocd_storage.py
coherence/backends/axiscam_storage.py
coherence/backends/banshee_storage.py
coherence/backends/bbc_storage.py
coherence/backends/buzztard_control.py
coherence/backends/dvbd_storage.py
coherence/backends/elisa_renderer.py
coherence/backends/elisa_storage.py
coherence/backends/feed_storage.py
coherence/backends/flickr_storage.py
coherence/backends/fs_storage.py
coherence/backends/gallery2_storage.py
coherence/backends/gstreamer_renderer.py
coherence/backends/iradio_storage.py
coherence/backends/itv_storage.py
coherence/backends/lastfm_storage.py
coherence/backends/lolcats_storage.py
coherence/backends/mediadb_storage.py
coherence/backends/miroguide_storage.py
coherence/backends/picasa_storage.py
coherence/backends/playlist_storage.py
coherence/backends/radiotime_storage.py
coherence/backends/swr3_storage.py
coherence/backends/ted_storage.py
coherence/backends/test_storage.py
coherence/backends/tracker_storage.py
coherence/backends/twitch_storage.py
coherence/backends/yamj_storage.py
coherence/backends/youtube_storage.py
coherence/extern/__init__.py
coherence/extern/covers_by_amazon.py
coherence/extern/db_row.py
coherence/extern/louie.py
coherence/extern/simple_plugin.py
coherence/extern/xdg.py
coherence/extern/youtubedl/__init__.py
coherence/extern/youtubedl/youtubedl.py
coherence/upnp/__init__.py
coherence/upnp/core/DIDLLite.py
coherence/upnp/core/__init__.py
coherence/upnp/core/action.py
coherence/upnp/core/device.py
coherence/upnp/core/dlna.py
coherence/upnp/core/event.py
coherence/upnp/core/msearch.py
coherence/upnp/core/service.py
coherence/upnp/core/soap_lite.py
coherence/upnp/core/soap_proxy.py
coherence/upnp/core/soap_service.py
coherence/upnp/core/ssdp.py
coherence/upnp/core/utils.py
coherence/upnp/core/uuid.py
coherence/upnp/core/variable.py
coherence/upnp/core/xml_constants.py
coherence/upnp/core/xml-service-descriptions/AVTransport1.xml
coherence/upnp/core/xml-service-descriptions/AVTransport2.xml
coherence/upnp/core/xml-service-descriptions/ConnectionManager1.xml
coherence/upnp/core/xml-service-descriptions/ConnectionManager2.xml
coherence/upnp/core/xml-service-descriptions/ContentDirectory1.xml
coherence/upnp/core/xml-service-descriptions/ContentDirectory2.xml
coherence/upnp/core/xml-service-descriptions/Dimming1.xml
coherence/upnp/core/xml-service-descriptions/MediaRenderer2.xml
coherence/upnp/core/xml-service-descriptions/MediaServer2.xml
coherence/upnp/core/xml-service-descriptions/RenderingControl1.xml
coherence/upnp/core/xml-service-descriptions/RenderingControl2.xml
coherence/upnp/core/xml-service-descriptions/ScheduledRecording1.xml
coherence/upnp/core/xml-service-descriptions/SwitchPower1.xml
coherence/upnp/core/xml-service-descriptions/X_MS_MediaReceiverRegistrar1.xml
coherence/upnp/devices/__init__.py
coherence/upnp/devices/basics.py
coherence/upnp/devices/control_point.py
coherence/upnp/devices/internet_gateway_device_client.py
coherence/upnp/devices/media_renderer.py
coherence/upnp/devices/media_renderer_client.py
coherence/upnp/devices/media_server.py
coherence/upnp/devices/media_server_client.py
coherence/upnp/devices/wan_connection_device_client.py
coherence/upnp/devices/wan_device_client.py
coherence/upnp/services/__init__.py
coherence/upnp/services/clients/__init__.py
coherence/upnp/services/clients/av_transport_client.py
coherence/upnp/services/clients/connection_manager_client.py
coherence/upnp/services/clients/content_directory_client.py
coherence/upnp/services/clients/dimming_client.py
coherence/upnp/services/clients/rendering_control_client.py
coherence/upnp/services/clients/switch_power_client.py
coherence/upnp/services/clients/wan_common_interface_config_client.py
coherence/upnp/services/clients/wan_ip_connection_client.py
coherence/upnp/services/clients/wan_ppp_connection_client.py
coherence/upnp/services/servers/__init__.py
coherence/upnp/services/servers/av_transport_server.py
coherence/upnp/services/servers/connection_manager_server.py
coherence/upnp/services/servers/content_directory_server.py
coherence/upnp/services/servers/dimming_server.py
coherence/upnp/services/servers/media_receiver_registrar_server.py
coherence/upnp/services/servers/rendering_control_server.py
coherence/upnp/services/servers/scheduled_recording_server.py
coherence/upnp/services/servers/switch_power_server.py
coherence/web/__init__.py
coherence/web/ui.py
docs/.gitignore
docs/Makefile
docs/backends.rst
docs/changelog.rst
docs/cli.rst
docs/conf.py
docs/ext_github.py
docs/index.rst
docs/install.rst
docs/backend/backend_twitch.rst
misc/cohen-initscript.sh
misc/cohen.conf.example
misc/media_server_observer.py
misc/upnp-tester.py
misc/device-icons/ampache-icon.png
misc/device-icons/coherence-icon.png
misc/device-icons/elisa-icon.png
misc/device-icons/flickr-icon.png
misc/device-icons/youtube-icon.png
tests/__init__.py
tests/rpc_client.py
tests/test_base.py
tests/test_dbus.py
tests/test_dispatching.py
tests/test_transcoder.py
tests/backends/__init__.py
tests/backends/test_ampache_storage.py
tests/backends/test_fs_storage.py
tests/upnp/__init__.py
tests/upnp/test_content_directory_server.py
tests/upnp/core/AVTransport-1.xml
tests/upnp/core/ConnectionManager-1.xml
tests/upnp/core/RenderingControl-1.xml
tests/upnp/core/__init__.py
tests/upnp/core/device-description-1.xml
tests/upnp/core/test_ServiceServer.py
tests/upnp/core/test_action.py
tests/upnp/core/test_device.py
tests/upnp/core/test_didl.py
tests/upnp/core/test_msearch.py
tests/upnp/core/test_service.py
tests/upnp/core/test_soap_lite.py
tests/upnp/core/test_ssdp.py
tests/upnp/core/test_utils.py
tests/upnp/core/test_uuid.py