This file is indexed.

/usr/share/pyshared/Coherence-0.6.6.2.egg-info/PKG-INFO is in python-coherence 0.6.6.2-8.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Metadata-Version: 1.1
Name: Coherence
Version: 0.6.6.2
Summary: Coherence - DLNA/UPnP framework for the digital living
Home-page: http://coherence-project.org
Author: Frank Scholz
Author-email: dev@coherence-project.org
License: MIT
Download-URL: http://coherence-project.org/download/Coherence-0.6.6.2.tar.gz
Description: Coherence is a framework written in Python,
        providing a variety of UPnP MediaServer and UPnP MediaRenderer implementations
        for instant use.
        
        It includes an UPnP ControlPoint, which is accessible via D-Bus too.
        
        Furthermore it enables your application to participate in
        digital living networks, at the moment primarily the DLNA/UPnP universe.
        Its objective and demand is to relieve your application from all the
        membership/the UPnP related tasks as much as possible.
        
        New in this 0.6.6.2 - the Red-Nosed Reindeer Revolutions - release
        
         * new MediaServer backends that allow access to
           * Banshee - exports audio and video files from Banshees media db (http://banshee-project.org/)
           * FeedStore - a MediaServer serving generic RSS feeds
           * 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...)
           * 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/)
         * updates on Mirabeau - our "UPnP over XMPP" bridge
         * simplifications in the D-Bus API
         * a first implementation of an JSON/REST API
         * advancements of the GStreamer MediaRenderer, supporting now GStreamers playbin2
         * upgrade of the DVB-Daemon MediaServer
         * refinements in the transcoding section, having now the choice to use GStreamer pipelines or external processes like mencoder
         * more 'compatibility' improvements for different devices (e.g. Samsung TVs or Apache Felix)
         * and - as every time - the usual bugfixes and enhancements
        
        Kudos go to:
        
         * Benjamin (lightyear) Kampmann,
         * Charlie (porthose) Smotherman
         * Dominik (schrei5) Ruf,
         * Frank (dev) Scholz,
         * Friedrich (frinring) Kossebau,
         * Jean-Michel (jmsizun) Sizun,
         * Philippe (philn) Normand,
         * Sebastian (sebp) Poelsterl,
         * Zaheer (zaheerm) Merali
        
        
        
Keywords: UPnP,DLNA,multimedia,gstreamer
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python