Podcasts

Podcast Models

SQLAlchemy ORM definitions for:

Mapped Classes

class mediadrop.model.podcasts.Podcast

Podcast Metadata

category

The iTunes category

Values with a > are parsed with special meaning. Arts > Design implies that this pertains to the Design subcategory of Arts, and the feed markup reflects that.

created_on

The date and time this player was first created.

explicit

The iTunes explicit value.

  • True means ‘yes’
  • None means no advisory displays, ie. ‘no’
  • False means ‘clean’
feedburner_url

Optional Feedburner URL.

If set, requests for this podcast’s feed will be forwarded to this address – unless, of course, the request is coming from Feedburner.

id

The primary key ID.

itunes_url

Optional iTunes subscribe URL.

media

A query pre-filtered to media published under this podcast. Returns mediadrop.model.media.MediaQuery.

media_count

The total number of mediadrop.model.media.Media episodes.

media_count_published

The number of mediadrop.model.media.Media episodes that are currently published.

modified_on

The date and time this player was last modified.

slug

A unique URL-friendly permalink string for looking up this object.

Be sure to call mediadrop.model.get_available_slug() to ensure the slug is unique.

title

Display title.

Helpers

Er, none here. TODO: finish this page.

You're reading the documentation for MediaDrop 0.11dev (current git master). For the latest stable release please consult the documentation for MediaCore CE 0.10.

Table Of Contents

Current topic


Previous topic

Media


Next topic

Comments


This Page