{ "info": { "author": "Cyril Bordage", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console :: Curses", "Intended Audience :: End Users/Desktop", "Programming Language :: Python :: 3", "Topic :: Multimedia :: Sound/Audio" ], "description": "termipod - Podcasts and Youtube in your terminal\n================================================\n\ntermipod is a curses application written in Python3 to manage your podcasts and your youtube\nchannels in your terminal. With it, you can:\n\n* Mark media as read/unread/skipped\n* Download media\n* Automatically download new media matching a pattern\n* Play media with *mpv*\n\nYoutube channels are handled by *youtube_dl* for the first import to get all videos, but then,\nfor efficiency purpose, by *feedparser* reading the RSS feed provided by Google.\n\nRequirements:\n\n* appdirs\n* feedparser\n* mpv\n* youtube_dl\n\nYou can install it with pip:\n\n pip install termipod\n\nTo run it:\n\n >>> # To open UI\n >>> termipod\n >>> # To show help\n >>> termipod --help\n >>> # To add an new channel and automatically new videos\n >>> termipod --add http://radiofrance-podcast.net/podcast09/rss_14257.xml --auto \".*\"\n\ntermipod is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 3 of the License, or\n(at your option) any later version.\n\ntermipod is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see\n[http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rools32/termipod", "keywords": "podcast curses terminal rss youtube", "license": "", "maintainer": "", "maintainer_email": "", "name": "termipod", "package_url": "https://pypi.org/project/termipod/", "platform": "", "project_url": "https://pypi.org/project/termipod/", "project_urls": { "Homepage": "https://github.com/rools32/termipod" }, "release_url": "https://pypi.org/project/termipod/0.2/", "requires_dist": null, "requires_python": "", "summary": "Manage and read podcasts and youtubevideos in your terminal", "version": "0.2" }, "last_serial": 3584018, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "9d81e2ba765af8782304196bc457a6a3", "sha256": "3656ba456a51ff7e4095fa4392378fd783e9bd50c9826a4861c9859d7de2f293" }, "downloads": -1, "filename": "termipod-0.2.tar.gz", "has_sig": false, "md5_digest": "9d81e2ba765af8782304196bc457a6a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30452, "upload_time": "2018-02-15T11:08:05", "url": "https://files.pythonhosted.org/packages/a0/fb/7e2151d0a612393c38906e1d666a66fa59b4165a95416b7c57061ddd1322/termipod-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9d81e2ba765af8782304196bc457a6a3", "sha256": "3656ba456a51ff7e4095fa4392378fd783e9bd50c9826a4861c9859d7de2f293" }, "downloads": -1, "filename": "termipod-0.2.tar.gz", "has_sig": false, "md5_digest": "9d81e2ba765af8782304196bc457a6a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30452, "upload_time": "2018-02-15T11:08:05", "url": "https://files.pythonhosted.org/packages/a0/fb/7e2151d0a612393c38906e1d666a66fa59b4165a95416b7c57061ddd1322/termipod-0.2.tar.gz" } ] }