Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

tkem/mopidy-podcast-gpodder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mopidy-Podcast-gpodder.net

Mopidy-Podcast-gpodder.net is a Mopidy-Podcast v1.x extension for searching and browsing podcasts using the gpodder.net Web service.

Status

gpodder.net support has been an experiment and a proof of concept to test out the Mopidy-Podcast v1.0 API for alternate podcast directory support more than anything else.

At this point in time, it is not being actively worked on, and is no longer compatible with Mopidy-Podcast v2.0. If you are interested in fixing this please do get in touch or start sending pull requests :-)

Installation

First, make sure you have Mopidy-Podcast version 1.x installed. Note that this extension is not compatible with Mopidy-Podcast 2.0 and later. Then Mopidy-Podcast-gpodder.net can be installed by running:

pip install Mopidy-Podcast-gpodder.net

Configuration

The default configuration contains everything to get you up and running, and will usually require only a few modifications to match personal preferences:

[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

Project Resources

Latest PyPI version

Number of PyPI downloads

License

Copyright (c) 2014 Thomas Kemmer.

Licensed under the Apache License, Version 2.0.

About

DEPRECATED (Mopidy-Podcast extension for searching and browsing podcasts on gpodder.net)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages