{ "info": { "author": "lubos_strapko", "author_email": "lubos.strapko@me.com", "bugtrack_url": null, "classifiers": [ "Environment :: No Input/Output (Daemon)", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Multimedia :: Sound/Audio :: Players" ], "description": "***************\nMopidy-YamahaMixer\n***************\n\n`Mopidy `_ extension for controlling power, mute and volume on external\n Yamaha RX-V673 or compatible device, for example `yamaha-audio-polyfill `_ .\n\n\nInstallation\n============\n\nInstall ``mopidy_yamahamixer`` from PyPI::\n\n sudo pip install mopidy_yamahamixer\n\n\nConfiguration\n=============\n\nThe Mopidy-YamahaMixer extension is enabled by default. To disable it, add the\nfollowing to ``mopidy.conf``::\n\n [yamahamixer]\n enabled = false\n\nThe Yamaha receiver must be connected to the local network and the receiver ip\nmust be specified in the configuration.\n\nTo use the Yamaha or Yamaha compatible receiver to control volume, set the ``audio/mixer`` config\nvalue in ``mopidy.conf`` to ``yamahamixer``. You must also add some\nproperties to the ``yamahamixer`` config section.\n\nSupported properties:\n\n- ``host``: The ip or hostname to the receiver.\n\n- ``source``: The source that should be selected on the amplifier, like\n ``HDMI1``, ``AV_1``, ``AUDIO_1``, etc. Leave unset if you don't want\n the mixer to change it for you.\n\n- ``party_mode``: Enable/Disable party mode. Party mode sends the same audio to\n all of the receiver's zones. Not available on all receivers.\n Example values: ``on`` or ``off``.\n\nConfiguration example::\n\n [audio]\n mixer = yamahamixer\n\n # If the amplifier is available at IP 192.168.1.15\n # and audio is connected to the HDMI 2 port.\n [yamahamixer]\n host = 192.168.1.15\n source = HDMI2\n party_mode = off\n\n\nProject resources\n=================\n\n- `Source code `_\n- `Issue tracker `_\n- `Download development snapshot `_\n\n\nUploading to PyPI\n=================\n\nUpload ``mopidy_yamahamixer`` to PyPI::\n\n python setup.py sdist upload\n\n\nChangelog\n=========\n\nv0.1.0 (2016-07-10)\n-------------------\n\n- Initial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lubino/mopidy-yamahamixer", "keywords": null, "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "Mopidy-YamahaMixer", "package_url": "https://pypi.org/project/Mopidy-YamahaMixer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Mopidy-YamahaMixer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/lubino/mopidy-yamahamixer" }, "release_url": "https://pypi.org/project/Mopidy-YamahaMixer/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Mopidy extension for controlling power, volume and mute on Yamaha receivers", "version": "0.1.0" }, "last_serial": 2225170, "releases": { "0.1.0": [] }, "urls": [] }