Backends ======== Introduction ------------ The backends are a special part of the Cohen3 project. They add extra capabilities to the main project, allowing to create a server which will serve some content depending on the enabled backend. The plugins were wrote a long time ago, and due to the nature of the backend himself it needs some kind of maintenance because, on some cases, we depend on external resources which may change... this could lead into some plugins may stop working. Another reason for backend failure maybe a bug in source code, if you detect that some backend is not working anymore, please, create a new issue at `Cohen3 issue tracker `_, this way there is a chance that the problem could be solved. If you plan to create your own backend you should check the section :ref:`Write a backend ` which describes different methods for creating a backend. Working Backends ---------------- - :ref:`Appletrailers storage ` - :ref:`FSStore storage ` - :ref:`Gstreamer renderer ` - :ref:`Lolcats storage ` - :ref:`Playlist storage ` - :ref:`Ted storage ` Untested Backends ----------------- - :ref:`Ampache storage ` - :ref:`Audiocd storage ` - :ref:`Axiscam storage ` - :ref:`Banshee storage ` - :ref:`Buzztard storage ` - :ref:`DVBD storage ` - :ref:`Elisa renderer ` (see note 1) - :ref:`Elisa storage ` (see note 1) - :ref:`Feed storage ` - :ref:`Flickr storage ` - :ref:`Gallery2 storage ` - :ref:`Iradio storage ` - :ref:`Itv storage ` - :ref:`Mediadb storage ` - :ref:`SWR3 storage ` - :ref:`Test storage ` - :ref:`Tracker storage ` - :ref:`Yamj storage ` *Note 1: Those backends depends on twisted.axiom and twisted.epsilon, which has been partially migrated to python 3...and may not work.* Not working backends -------------------- - :ref:`Miroguide storage `: miroguide's api is not working anymore - :ref:`BBC storage `: bbc shutdown rss service - :ref:`LastFM storage `: service moved to new api...needs update - :ref:`Picasa storage `: google shutdown this service - :ref:`Twitch storage `: Partially working, video play is not working - :ref:`Youtube storage `: api must be updated to v3 Note: Some of this non working backends, may be removed in a future releases (if we not find some way around the backend's problem). .. toctree:: :hidden: :titlesonly: