/usr/share/mopidy/Mopidy_Beets-1.1.0.egg-info/PKG-INFO is in mopidy-beets 1.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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | Metadata-Version: 1.1
Name: Mopidy-Beets
Version: 1.1.0
Summary: Beets extension for Mopidy
Home-page: https://github.com/mopidy/mopidy-beets
Author: dz0ny
Author-email: dz0ny@shortmail.com
License: MIT
Description: ************
Mopidy-Beets
************
.. image:: https://pypip.in/v/Mopidy-Beets/badge.png
:target: https://pypi.python.org/pypi/Mopidy-Beets/
:alt: Latest PyPI version
.. image:: https://pypip.in/d/Mopidy-Beets/badge.png
:target: https://pypi.python.org/pypi/Mopidy-Beets/
:alt: Number of PyPI downloads
.. image:: https://travis-ci.org/mopidy/mopidy-beets.png?branch=master
:target: https://travis-ci.org/mopidy/mopidy-beets
:alt: Travis CI build status
.. image:: https://coveralls.io/repos/mopidy/mopidy-beets/badge.png?branch=master
:target: https://coveralls.io/r/mopidy/mopidy-beets?branch=master
:alt: Test coverage
`Mopidy <http://www.mopidy.com/>`_ extension for playing music from
`Beets <http://beets.radbox.org/>`_ via Beets' web extension.
Installation
============
Install by running::
pip install Mopidy-Beets
Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com
<http://apt.mopidy.com/>`_.
Configuration
=============
#. Setup the `Beets web plugin
<http://beets.readthedocs.org/en/latest/plugins/web.html>`_.
#. Tell Mopidy where to find the Beets web interface by adding the following to
your ``mopidy.conf``::
[beets]
hostname = 127.0.0.1
port = 8888
#. Restart Mopidy.
#. Searches in Mopidy will now return results from your Beets library.
Project resources
=================
- `Source code <https://github.com/mopidy/mopidy-beets>`_
- `Issue tracker <https://github.com/mopidy/mopidy-beets/issues>`_
- `Download development snapshot
<https://github.com/mopidy/mopidy-beets/tarball/master#egg=Mopidy-Beets-dev>`_
Changelog
=========
v1.1.0 (2014-01-20)
-------------------
- Reuqire Requests >= 2.0.
- Updated extension and backend APIs to match Mopidy 0.18.
v1.0.4 (2013-12-15)
-------------------
- Require Requests >= 1.0, as 0.x does not seem to be enough. (Fixes: #7)
- Remove hacks for Python 2.6 compatibility.
- Change search field ``track`` to ``track_name`` for compatibility with
Mopidy 0.17. (Fixes: mopidy/mopidy#610)
v1.0.3 (2013-11-02)
-------------------
- Properly encode search queries containing non-ASCII chars.
- Rename logger to ``mopidy_beets``.
v1.0.2 (2013-04-30)
-------------------
- Fix search.
v1.0.1 (2013-04-28)
-------------------
- Initial release.
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
|