用于在gpodder.net上搜索和浏览播客的mopidy播客扩展

Mopidy-Podcast-gpodder.net的Python项目详细描述


mopidy-podcast-gpodder.net是 使用gpodder.netweb服务搜索和浏览播客。

安装

首先,确保您拥有mopidy podcast 1.0.0或更高版本 安装。然后mopidy-podcast-gpodder.net可以通过 跑步:

pip install Mopidy-Podcast-gpodder.net

重新启动后,mopidy播客将接收已安装的扩展 自动。

您还可以下载并安装debian/ubuntu软件包 mopidy-podcast-gpodder.netreleases

配置

默认配置包含使您起来的所有内容 运行,通常只需要少量修改即可匹配 个人偏好:

[podcast-gpodder]
enabled = true

# gpodder.net base URL
base_url = http://gpodder.net/

# user-friendly name for browsing the gpodder.net root directory
root_name = gpodder.net

# format string for tag (top-level) results; field names are: tag,
# usage
tag_format = {tag}

# format string for podcast results; field names are: description,
# subscribers, subscribers_last_week, title, url, website
podcast_format = {title}

# default number of tags or podcasts to show when browsing
count = 20

# HTTP request timeout in seconds
timeout = 10

许可证

版权所有(c)2014 Thomas Kemmer。

根据Apache License, Version 2.0授权。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java JPA。Eclipselink没有为mySQL提供密码,但它应该提供   我的Servlet和@FormDataParam存在java问题   java将什么作为上下文参数传递到文件I/O方法中?   如果两个值相同,java无法找到其中一个单选按钮   java在变量和方法名中使用下划线   JavaSpringMVC单线程安全?   klazz类的java Arraylist(反射Api)   java如何在数字字符串中查找最频繁的数字?   JavaAPI设计:使数据更易于阅读与强制更多API调用   JavaHadoopMapReduceforGoogleWebGraph   java无法启动gauge API:Runner意外退出   java如何在bluemix上使用ibm工作负载调度器?   拉取一年中某一周特定日期的所有日期   java为什么是我的角节点。js应用程序将图像上传到S3� 邮递员正确上传时的符号?   在不使用任何第三方jar的情况下将文件从本地传输到linux系统(java代码)   java将现有文件夹复制到Eclipse工作区中新创建的项目中   Java中的regex RegExp帮助   当使用“系统”外观时,Java组合框setSelectedItem会出现故障   JavaASM:在类的方法中获取局部变量名和值