{ "info": { "author": "Bernhard Maeser", "author_email": "bernhard.maeser@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "===============\nvol\n===============\n\n************\nInstallation\n************\n\nwith pip as easy as: ::\n\n $ pip install vol\n\nor checkout the latest version from github: ::\n\n $ git clone https://github.com/bmaeser/vol.git\n $ cd vol\n $ python setup.py install\n\n*****\nWhat?\n*****\n\nvol lets you control your mac's audio volume from the commandline. It also has support for profiles.\n\n****\nWhy?\n****\n\nBecause i want to have profiles, and want to change my audio-volume via commandline.\nSo i can ssh into the box in my livingroom and change the volume while sitting on the couch.\n\n****\nHow?\n****\n\n::\n\n vol (in|out|alert) \n vol mute\n vol unmute\n vol load \n vol info\n\n vol (-h | --help)\n vol --version\n\n Options:\n -h --help Show this screen.\n --version Show version.\n\n*********\nExamples\n*********\n\nset output volume to 50 (of 100 max): ::\n\n vol out 50\n\nset input (mic) volume to 10: ::\n\n vol in 10\n\nmute and unmute: ::\n\n vol mute\n vol unmute\n\nload a profile from ``$HOME/.vol`` - file: ::\n\n vol load party\n\n********\nProfiles\n********\n\nvol looks for profiles in ``.vol`` in your home.\n\nIf your username is 'bob' vol will parse ``/Users/bob/.vol``\n\na short example for ``.vol``: ::\n\n [party]\n in= 0\n alert= 0\n out= 100\n\n [silence]\n out = 0\n in = 0\n alert = 0\n mute=True\n\n``.vol`` uses ini-style syntax. Please see the full example configfile in ./conf/", "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/bmaeser/vol", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "vol", "package_url": "https://pypi.org/project/vol/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vol/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bmaeser/vol" }, "release_url": "https://pypi.org/project/vol/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "volume control in the shell for your mac", "version": "0.1.1" }, "last_serial": 808932, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "44e2e163b601370edf2c75fe20ff5b55", "sha256": "a175f472814454ffa927856730c979d21523e9b6f25c0d9a1f26c343e0b9821a" }, "downloads": -1, "filename": "vol-0.1.0.tar.gz", "has_sig": false, "md5_digest": "44e2e163b601370edf2c75fe20ff5b55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3961, "upload_time": "2013-07-03T16:48:23", "url": "https://files.pythonhosted.org/packages/f2/7a/12481ad5aeca09bf984e8f71378c617bb2e5fad3415c218b1a2f38616339/vol-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c95f9a475c7afd6a099fb70d2835bcc1", "sha256": "50f06c692705ed7a2ca0089d3b1e24e06c8d838cc8e5d86ac5e752d3b0e9acb4" }, "downloads": -1, "filename": "vol-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c95f9a475c7afd6a099fb70d2835bcc1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4012, "upload_time": "2013-07-05T14:10:32", "url": "https://files.pythonhosted.org/packages/02/5f/5ca8531cb1b20b49e643981fc1ea00a85e7a23e41cf59da61a4f69e0a18e/vol-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c95f9a475c7afd6a099fb70d2835bcc1", "sha256": "50f06c692705ed7a2ca0089d3b1e24e06c8d838cc8e5d86ac5e752d3b0e9acb4" }, "downloads": -1, "filename": "vol-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c95f9a475c7afd6a099fb70d2835bcc1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4012, "upload_time": "2013-07-05T14:10:32", "url": "https://files.pythonhosted.org/packages/02/5f/5ca8531cb1b20b49e643981fc1ea00a85e7a23e41cf59da61a4f69e0a18e/vol-0.1.1.tar.gz" } ] }