Podcast Models
SQLAlchemy ORM definitions for:
Podcast Metadata
An instance of mediacore.model.authors.Author. Although not actually a relation, it is implemented as if it were. This was decision was made to make it easier to integrate with mediacore.model.auth.User down the road.
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.
The date and time this player was first created.
The iTunes explicit value.
- True means ‘yes’
- None means no advisory displays, ie. ‘no’
- False means ‘clean’
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.
The primary key ID.
Optional iTunes subscribe URL.
A query pre-filtered to media published under this podcast. Returns mediacore.model.media.MediaQuery.
The total number of mediacore.model.media.Media episodes.
The number of mediacore.model.media.Media episodes that are currently published.
The date and time this player was last modified.
A unique URL-friendly permalink string for looking up this object.
Be sure to call mediacore.model.get_available_slug() to ensure the slug is unique.
Display title.
Er, none here. TODO: finish this page.