معرفی شرکت ها


Mopidy-Beets-4.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Beets extension for Mopidy
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Mopidy-Beets-4.0.1
نام Mopidy-Beets
نسخه کتابخانه 4.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Lars Kruse
ایمیل نویسنده devel@sumpfralle.de
آدرس صفحه اصلی https://github.com/mopidy/mopidy-beets
آدرس اینترنتی https://pypi.org/project/Mopidy-Beets/
مجوز MIT
************ Mopidy-Beets ************ .. image:: https://img.shields.io/pypi/v/Mopidy-Beets :target: https://pypi.org/project/Mopidy-Beets/ :alt: Latest PyPI version .. image:: https://img.shields.io/circleci/build/gh/mopidy/mopidy-beets :target: https://circleci.com/gh/mopidy/mopidy-beets :alt: CircleCI build status .. image:: https://img.shields.io/codecov/c/gh/mopidy/mopidy-beets :target: https://codecov.io/gh/mopidy/mopidy-beets :alt: Test coverage `Mopidy <https://mopidy.com/>`_ extension for browsing, searching and playing music from `Beets <https://beets.io/>`_ via Beets' web extension. Installation ============ Install by running:: sudo python3 -m pip install Mopidy-Beets See https://mopidy.com/ext/beets/ for alternative installation methods. Configuration ============= #. Setup the `Beets web plugin <https://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 = 8337 #. Restart Mopidy. #. The Beets library is now accessible in the "browser" section of your Mopidy client. Additionally searches in Mopidy return results from your Beets library. Proxy configuration for OGG files (optional) -------------------------------------------- You may want to configure an http proxy server in front of your Beets plugin (not mopidy). Otherwise you could have problems with playing OGG files and other formats that require seeking (in technical terms: support for http "Range" requests is required for these files). The following Nginx configuration snippet is sufficient:: server { listen 127.0.0.1:8338; root /usr/share/beets/beetsplug/web; server_name beets.local; location / { proxy_pass http://localhost:8337; # this statement forces Nginx to emulate "Range" responses proxy_force_ranges on; } } Now you should change the mopidy configuration accordingly to point to the Nginx port above instead of the Beets port. Afterwards mopidy will be able to play file formats that require seeking. Usage ===== #. Run ``beet web`` to start the Beets web interface. #. Start Mopidy and access your Beets library via any Mopidy client: * Browse your collection by album * Search for tracks or albums * Let the music play! Project resources ================= - `Source code <https://github.com/mopidy/mopidy-beets>`_ - `Issue tracker <https://github.com/mopidy/mopidy-beets/issues>`_ - `Changelog <https://github.com/mopidy/mopidy-beets/releases>`_ Credits ======= - Original author: `Janez Troha <https://github.com/dz0ny>`_ - Current maintainer: `Lars Kruse <devel@sumpfralle.de>`_ - `Contributors <https://github.com/mopidy/mopidy-beets/graphs/contributors>`_


نیازمندی

مقدار نام
>=3.0.0 Mopidy
>=2.0.1 Pykka
>=2.0.0 requests
- setuptools
- black
- check-manifest
- flake8
- flake8-bugbear
- flake8-import-order
- isort[pyproject]
- build
- twine
- pytest
- pytest-cov
- black
- check-manifest
- flake8
- flake8-bugbear
- flake8-import-order
- isort[pyproject]
- build
- twine
- pytest
- pytest-cov


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl Mopidy-Beets-4.0.1:

    pip install Mopidy-Beets-4.0.1.whl


نصب پکیج tar.gz Mopidy-Beets-4.0.1:

    pip install Mopidy-Beets-4.0.1.tar.gz