This file is indexed.

/usr/lib/python2.7/dist-packages/Mopidy_Youtube-2.0.0.egg-info/PKG-INFO is in mopidy-youtube 2.0.0-2.

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
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
Metadata-Version: 1.1
Name: Mopidy-Youtube
Version: 2.0.0
Summary: Mopidy extension that plays sound from Youtube
Home-page: https://github.com/dz0ny/mopidy-youtube
Author: Janez Troha
Author-email: dz0ny@ubuntu.si
License: Apache License, Version 2.0
Description: **************
        Mopidy-Youtube
        **************
        
        .. image:: https://app.wercker.com/status/08a31153413287cd9a6965d8b7f26586/m
            :target: https://app.wercker.com/project/bykey/08a31153413287cd9a6965d8b7f26586
            :alt: CI build status
        
        .. image:: https://img.shields.io/pypi/v/Mopidy-Youtube.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy-Youtube/
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/pypi/dm/Mopidy-Youtube.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy-Youtube/
            :alt: Number of PyPI downloads
        
        .. image:: https://img.shields.io/coveralls/dz0ny/mopidy-youtube/master.svg?style=flat
           :target: https://coveralls.io/r/dz0ny/mopidy-youtube?branch=master
           :alt: Test coverage
        
        
        Mopidy extension that plays sound from Youtube.
        
        
        Installation
        ============
        
        Make sure you already have the GStreamer plugins, if not you can install it by
        running::
        
            $ sudo apt-get install gstreamer0.10-plugins-bad
        
        
        Install by running::
        
            $ pip install Mopidy-Youtube
        
        
        How to use
        ==========
        
        Simply use search for filename in your MPD client or add Youtube url to
        playlist prefixed by ``yt:``.
        
        Example: ``yt:http://www.youtube.com/watch?v=Njpw2PVb1c0``
        
        Example for playlist:
        ``yt:http://www.youtube.com/playlist?list=PLeCg_YDclAETQHa8VyFUHKC_Ly0HUWUnq``
        
        
        If resolving stops working
        ==========================
        
        Update pafy library::
        
           pip install pafy -U
        
        
        Project resources
        =================
        
        - `Source code <https://github.com/dz0ny/mopidy-youtube>`_
        - `Issue tracker <https://github.com/dz0ny/mopidy-youtube/issues>`_
        - `Download development snapshot <https://github.com/dz0ny/mopidy-youtube/archive/master.tar.gz#egg=Mopidy-Youtube-dev>`_
        
        
        Changelog
        =========
        
        v2.0.0 (2015-04-01)
        -------------------
        
        - Require Mopidy >= 1.0.
        
        - Update to work with the new playback API in Mopidy 1.0.
        
        - Update to work with the new search API in Mopidy 1.0.
        
        v1.0.2 (2015-01-02)
        -------------------
        
        - Changelog missing.
        
        v1.0.1 (2014-05-28)
        -------------------
        
        - Changelog missing.
        
        v0.1.0 (2014-03-06)
        -------------------
        
        - Initial release.
        
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia :: Sound/Audio :: Players