This file is indexed.

/usr/lib/python2.7/dist-packages/Mopidy-2.1.0.egg-info/PKG-INFO is in mopidy 2.1.0-1.

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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Metadata-Version: 1.1
Name: Mopidy
Version: 2.1.0
Summary: Music server with MPD and Spotify support
Home-page: http://www.mopidy.com/
Author: Stein Magnus Jodal
Author-email: stein.magnus@jodal.no
License: Apache License, Version 2.0
Description: ******
        Mopidy
        ******
        
        Mopidy is an extensible music server written in Python.
        
        Mopidy plays music from local disk, Spotify, SoundCloud, Google Play Music, and
        more. You edit the playlist from any phone, tablet, or computer using a range
        of MPD and web clients.
        
        **Stream music from the cloud**
        
        Vanilla Mopidy only plays music from your local disk and radio streams.
        Through extensions, Mopidy can play music from cloud services like Spotify,
        SoundCloud, and Google Play Music. With Mopidy's extension support, backends
        for new music sources can be easily added.
        
        **Mopidy is just a server**
        
        Mopidy is a Python application that runs in a terminal or in the background on
        Linux computers or Macs that have network connectivity and audio output. Out of
        the box, Mopidy is an MPD and HTTP server. Additional frontends for controlling
        Mopidy can be installed from extensions.
        
        **Everybody use their favorite client**
        
        You and the people around you can all connect their favorite MPD or web client
        to the Mopidy server to search for music and manage the playlist together. With
        a browser or MPD client, which is available for all popular operating systems,
        you can control the music from any phone, tablet, or computer.
        
        **Mopidy on Raspberry Pi**
        
        The Raspberry Pi is a popular device to run Mopidy on, either using Raspbian or
        Arch Linux. It is quite slow, but it is very affordable. In fact, the
        Kickstarter funded Gramofon: Modern Cloud Jukebox project used Mopidy on a
        Raspberry Pi to prototype the Gramofon device. Mopidy is also a major building
        block in the Pi Musicbox integrated audio jukebox system for Raspberry Pi.
        
        **Mopidy is hackable**
        
        Mopidy's extension support and Python, JSON-RPC, and JavaScript APIs makes
        Mopidy perfect for building your own hacks. In one project, a Raspberry Pi was
        embedded in an old cassette player. The buttons and volume control are wired up
        with GPIO on the Raspberry Pi, and is used to control playback through a custom
        Mopidy extension. The cassettes have NFC tags used to select playlists from
        Spotify.
        
        To get started with Mopidy, check out
        `the installation docs <http://docs.mopidy.com/en/latest/installation/>`_.
        
        - `Documentation <https://docs.mopidy.com/>`_
        - `Discussion forum <https://discuss.mopidy.com/>`_
        - `Source code <https://github.com/mopidy/mopidy>`_
        - `Issue tracker <https://github.com/mopidy/mopidy/issues>`_
        - IRC: ``#mopidy`` at `irc.freenode.net <http://freenode.net/>`_
        - Announcement list: `mopidy@googlegroups.com <https://groups.google.com/forum/?fromgroups=#!forum/mopidy>`_
        - Twitter: `@mopidy <https://twitter.com/mopidy/>`_
        
        .. image:: https://img.shields.io/pypi/v/Mopidy.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy/
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/travis/mopidy/mopidy/develop.svg?style=flat
            :target: https://travis-ci.org/mopidy/mopidy
            :alt: Travis CI build status
        
        .. image:: https://img.shields.io/coveralls/mopidy/mopidy/develop.svg?style=flat
           :target: https://coveralls.io/r/mopidy/mopidy?branch=develop
           :alt: Test coverage
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Multimedia :: Sound/Audio :: Players