~ubuntu-dev/ubuntu/lucid/coherence/lucid-201002101853

« back to all changes in this revision

Viewing changes to Coherence.egg-info/PKG-INFO

  • Committer: Bazaar Package Importer
  • Author(s): Charlie Smotherman
  • Date: 2010-01-02 10:57:15 UTC
  • mfrom: (1.1.7 upstream) (3.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100102105715-sghzl2nw4lr5b1ob
Tags: 0.6.6.2-1
*  New  upstream release, summary of changes:
    - adding all necessary files to MANIFEST.in, to compensate for the
      gone 'auto-include-all-files-under-version-control' setuptools
      feature.
    - rearranging genre and genres attribute in DIDLLite - thx Caleb  
    - fix face_path typo, fixes #275.   

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Metadata-Version: 1.0
2
2
Name: Coherence
3
 
Version: 0.6.4
 
3
Version: 0.6.6.2
4
4
Summary: Coherence - DLNA/UPnP framework for the digital living
5
 
Home-page: http://coherence.beebits.net
 
5
Home-page: http://coherence-project.org
6
6
Author: Frank Scholz
7
 
Author-email: coherence@beebits.net
 
7
Author-email: dev@coherence-project.org
8
8
License: MIT
9
 
Download-URL: http://coherence.beebits.net/download/Coherence-0.6.4.tar.gz
 
9
Download-URL: http://coherence-project.org/download/Coherence-0.6.6.2.tar.gz
10
10
Description: Coherence is a framework written in Python,
11
11
        providing a variety of UPnP MediaServer and UPnP MediaRenderer implementations
12
 
        for instant use. It includes an UPnP ControlPoint, which is accessible via
13
 
        D-Bus too. Furthermore it enables your application to participate in
 
12
        for instant use.
 
13
        
 
14
        It includes an UPnP ControlPoint, which is accessible via D-Bus too.
 
15
        
 
16
        Furthermore it enables your application to participate in
14
17
        digital living networks, at the moment primarily the DLNA/UPnP universe.
15
 
        
16
18
        Its objective and demand is to relieve your application from all the
17
19
        membership/the UPnP related tasks as much as possible.
18
20
        
19
 
        New in this 0.6.4 - Pont Mirabeau - release
 
21
        New in this 0.6.6.2 - the Red-Nosed Reindeer Revolutions - release
20
22
        
21
23
        * new MediaServer backends that allow access to
22
 
        * Picasa Web Albums (http://picasa.google.com)
23
 
        * a TestServer to easily serve and test interaction with
24
 
        * one or more items and adjust 'upnp_class', 'mimetype' and 'DLNA-flags',
25
 
        * items that are a GStreamer pipeline or an external program
26
 
        * a new - used in parallel - D-Bus API with an 'org.DLNA' interface
27
 
        with the goal to create a common API for all UPnP/DNLA frameworks
28
 
        * support for the dlna-playcontainer URI
29
 
        (http://netzflocken.de/2009/4/23/media-collection-playing-the-dlna-way)
30
 
        * enchancements to the GStreamer MediaRenderer, supporting now
31
 
        dlna-playcontainer and SetNextAVTransportURI, and jumping to previous
32
 
        and next tracks
33
 
        * support for video items served by Ampache (http://ampache.org)
34
 
        * base classes for a ScheduledRecording service
35
 
        * more 'compatibility' enhancements for different devices
 
24
        * Banshee - exports audio and video files from Banshees media db (http://banshee-project.org/)
 
25
        * FeedStore - a MediaServer serving generic RSS feeds
 
26
        * Playlist - exposes the list of video/audio streams from a m3u playlist (e.g. web TV listings published by french ISPs such as Free, SFR...)
 
27
        * YAMJ - serves the movie/TV series data files and metadata from a given YAMJ (Yet Another Movie Jukebox) library (http://code.google.com/p/moviejukebox/)
 
28
        * updates on Mirabeau - our "UPnP over XMPP" bridge
 
29
        * simplifications in the D-Bus API
 
30
        * a first implementation of an JSON/REST API
 
31
        * advancements of the GStreamer MediaRenderer, supporting now GStreamers playbin2
 
32
        * upgrade of the DVB-Daemon MediaServer
 
33
        * refinements in the transcoding section, having now the choice to use GStreamer pipelines or external processes like mencoder
 
34
        * more 'compatibility' improvements for different devices (e.g. Samsung TVs or Apache Felix)
36
35
        * and - as every time - the usual bugfixes and enhancements
37
36
        
38
 
        Kudos go to jmsizun, cjsmo, chewi, and lightyear.
 
37
        Kudos go to:
 
38
        
 
39
        * Benjamin (lightyear) Kampmann,
 
40
        * Charlie (porthose) Smotherman
 
41
        * Dominik (schrei5) Ruf,
 
42
        * Frank (dev) Scholz,
 
43
        * Friedrich (frinring) Kossebau,
 
44
        * Jean-Michel (jmsizun) Sizun,
 
45
        * Philippe (philn) Normand,
 
46
        * Sebastian (sebp) Poelsterl,
 
47
        * Zaheer (zaheerm) Merali
 
48
        
39
49
        
40
50
        
41
51
Keywords: UPnP,DLNA,multimedia,gstreamer