{ "info": { "author": "chuugar", "author_email": "charles-thomas@sfr.fr", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Environment :: Console :: Curses", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python :: 3", "Topic :: Multimedia :: Sound/Audio :: Mixers", "Topic :: Utilities" ], "description": "# mpdnotify\n\nNotifies when mpd's song changes.\n\n![mpdnotify](https://raw.githubusercontent.com/chuugar/mpdnotify/master/screenshot.png)\n\n## Installation\n\nIt has been test on Debian 9.5, it shall work on any other Linux distribution with Python >= 3.2.\nPlease let me now if it works on OSX.\n\n### PyPa\n\nFor now, *mpdnotify* is not a PyPa's package.\n\n### Manual\n\n#### Requirements\n\n* `notify-send`\n* Python >= 3.2\n* [Pillow](https://github.com/python-pillow/Pillow)\n* [python-mpd2](https://github.com/Mic92/python-mpd2)\n\n#### Installation\n\n```\ngit clone https://github.com/chuugar/mpdnotify.git\ncd mpdnotify\npip3 install -r requirements.txt -e .\n```\n\n## Usage\n\nA few arguments can be passed to mpdnotify :\n* **-a / --appname** : specifies the app name for notify-send.\n* **-c / --config** : path to the configuration file.\n* **--host** : mpd's address.\n* **-m / --musicdir** : path to mpd's music library folder.\n* **-p / --port** : mpd's server port.\n* **-o / --oneshot** : send a notification and exit immediately.\n\nAll this arguments can be save in a configuration file, please see `mpdnotifyrc.sample` for further informations.\n\n**Once running, `mpdnotify` will wait for the next song to send a notification** (unless **-o / --oneshot** has been passed).\nCover is used as notification icon if a file (cover/front/album).(png/jpg) is find in the same folder as the music file.\n\n## TODO\n\n* Add a test suite.\n* Allow user to change the notification format.\n* If cover cannot be found as an image, look at the tags.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chuugar/mpdnotify", "keywords": "", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "mpdnotify", "package_url": "https://pypi.org/project/mpdnotify/", "platform": "", "project_url": "https://pypi.org/project/mpdnotify/", "project_urls": { "Homepage": "https://github.com/chuugar/mpdnotify" }, "release_url": "https://pypi.org/project/mpdnotify/1.0/", "requires_dist": [ "python-mpd2", "Pillow" ], "requires_python": "", "summary": "mpdnotify - get notification when changing song", "version": "1.0" }, "last_serial": 4646074, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "a627eb60f31b38d0b9b71656a08aa47a", "sha256": "8d99d0d6d56403dc5e6ba7bd467c7d2f184c740800641269fbd05df670045cee" }, "downloads": -1, "filename": "mpdnotify-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a627eb60f31b38d0b9b71656a08aa47a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5795, "upload_time": "2018-12-30T12:11:34", "url": "https://files.pythonhosted.org/packages/71/ba/1141fd7bdbc0cf9650353cb4d06f469a559d9cf9938e0bb499112a33cc3c/mpdnotify-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c26d1362163b5e7c2df7ace2c89125fb", "sha256": "1461b80cb4772640c25bc03b19977789523b5f918ae15588b8860e0409bef0e7" }, "downloads": -1, "filename": "mpdnotify-1.0.tar.gz", "has_sig": false, "md5_digest": "c26d1362163b5e7c2df7ace2c89125fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4890, "upload_time": "2018-12-30T12:11:36", "url": "https://files.pythonhosted.org/packages/53/5c/bb77aa9aefe97274ec57c8215d119e41ccf39ebeeef0f5107bcc1e2c03fc/mpdnotify-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a627eb60f31b38d0b9b71656a08aa47a", "sha256": "8d99d0d6d56403dc5e6ba7bd467c7d2f184c740800641269fbd05df670045cee" }, "downloads": -1, "filename": "mpdnotify-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a627eb60f31b38d0b9b71656a08aa47a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5795, "upload_time": "2018-12-30T12:11:34", "url": "https://files.pythonhosted.org/packages/71/ba/1141fd7bdbc0cf9650353cb4d06f469a559d9cf9938e0bb499112a33cc3c/mpdnotify-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c26d1362163b5e7c2df7ace2c89125fb", "sha256": "1461b80cb4772640c25bc03b19977789523b5f918ae15588b8860e0409bef0e7" }, "downloads": -1, "filename": "mpdnotify-1.0.tar.gz", "has_sig": false, "md5_digest": "c26d1362163b5e7c2df7ace2c89125fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4890, "upload_time": "2018-12-30T12:11:36", "url": "https://files.pythonhosted.org/packages/53/5c/bb77aa9aefe97274ec57c8215d119e41ccf39ebeeef0f5107bcc1e2c03fc/mpdnotify-1.0.tar.gz" } ] }