Questions tagged [podcast]

A podcast is traditionally an audio series delivered over the Internet as a download, in a style similar to radio shows. However, the term has now has grown to include video shows, as well.

A Podcast is a video or audio recording that is available via the Internet. They differ from other audio or video content because they are downloaded rather than streamed and are often transferred to media player devices such as the iPod automatically.

Podcasts were traditionally published via syndicated web feeds such as RSS or Atom and automatically downloaded by the user's podcast aware "RSS Reader".

The name "Podcast" is a portmanteau of the word "pod" from iPod and "cast" from Broadcast or Webcast.

Podcasts generally follow a regular schedule, such as weekly or monthly programming, but others are produced on less frequent or regular schedules.

Podcasts also tend to follow a central subject matter and often include guests on the show to discuss aspects of that topic.

253 questions
6
votes
1 answer

Is there a standard way to create Atom-format podcasts?

Searching for "atom podcast" finds me podcasts about atoms, which I'm sure are fascinating but are not what I'm looking for. I've built an RSS feed for a podcast, but I'd like to replace it with Atom, which seems to be better defined and more…
TRiG
  • 10,148
  • 7
  • 57
  • 107
6
votes
5 answers

iPhone Development Related Podcasts?

Anyone have any suggestions for good iPhone development related podcasts? Only one I've run across is http://www.mobileorchard.com/ and was looking for some others.
schooner
  • 3,047
  • 8
  • 30
  • 39
6
votes
2 answers

How do I make a view that stays onscreen when the main view segues?

How do I make a view that does not appear to be reloaded (stays onscreen) every time a view segues? Like the audio controls in Apple's iOS podcast app. See pictures to see audio controls I am referencing. How do I do it in storyboard?
Hairy
  • 393
  • 1
  • 10
6
votes
1 answer

Is there any way I can make podcast application from iphone play my podcasts ? ( with code )

I'm doing an application that can play podcasts, but i feel more comfortable if the iPhone default podcast application plays the files, instead of me having to handle them. When I pass the URL to the sharedApplication object, Safari opens and starts…
josete
  • 357
  • 1
  • 3
  • 15
5
votes
1 answer

iTunes not recognizing RSS Feed enclosures as valid podcast episodes?

iTunes is not recognizing the enclosures in our RSS feed as podcast episodes. We're using Feedburner to add iTunes-specific tags to the feed, but iTunes has the problem with the original feed as well. Here's our original RSS…
David Eyk
  • 12,171
  • 11
  • 63
  • 103
5
votes
2 answers

What are the good SQL Podcasts out there?

inspired by this question since i do not find any good sql casts out there and i fail to find any good ones to this day online.
Coentje
  • 501
  • 1
  • 6
  • 15
5
votes
4 answers

How to implement PodPress in .NET (just like StackOverflow Blog)

I wonder if anyone has any idea on how to implement the nice and clean UI from PodPress (a Wordpress plugin) into .NET just like you find in the StackOverflow Blog when PodCasts are available. And have that nice stats and iTunes integration as…
balexandre
  • 73,608
  • 45
  • 233
  • 342
5
votes
3 answers

Are there any good oracle podcasts?

Are there any good oracle podcasts around? The only ones I've found is produced by oracle corp, and as such are little more than advertising pieces pushing their technology of the moment. I'm specifically interested in Database technologies.
Matthew Watson
  • 14,083
  • 9
  • 62
  • 82
5
votes
7 answers

Most memorable programming videos/podcasts

Which videos, podcasts, presentatations do you think are a must watch for a programmer? I was watching Doug Crockford's lectures on JavaScript and wanted to know what else have I missed. I'm looking for content from which I can learn from so…
Sidharth Panwar
  • 4,606
  • 6
  • 27
  • 36
5
votes
4 answers

Dedicated podcast for PHP beginners

I'm looking for any PHP/programming podcast episodes which specifically talk about PHP classes and objects. Maybe this is too specific but any reference is ok. BTW, are there any dedicated podcasts for PHP beginners?
justjoe
  • 5,454
  • 9
  • 44
  • 64
5
votes
4 answers

How can I query chapter metadata from a m4a file?

I need to write some code that will let me query a m4a file and extract the chapter information out. Including: chapter name chapter start time chapter artwork I did some quick searching and it seems this is viewed as proprietary information by…
pj4533
  • 1,701
  • 4
  • 17
  • 38
4
votes
3 answers

Tutorial for creating a podcast (in PHP)

I am looking for some tutorials for setting up a podcast in PHP. I have audio files and title/description data, I just want to make sure I get the XML part right so that it handles well in iTunes and other common players. (I don't subscribe to any…
too much php
  • 88,666
  • 34
  • 128
  • 138
4
votes
3 answers

Free video podcasts/tutorials for Java beginner

What are some video tutorials/podcasts for Java and J2ME?
Josh
  • 13,530
  • 29
  • 114
  • 159
4
votes
1 answer

Read RSS feed using a shell script

Edit: Translated I have a RSS-feed that i want to parse. It's a podcast and I want just the MP3-urls to download them with wget. This is the podcast: http://feeds.feedburner.com/Film-UndKino-trailerVideopodcast The title should include an (de) to…
user2659590
4
votes
4 answers

Is there a standard way to subscribe to a feed using a podcast app?

Normally, when a podcast is displayed in the browser it does not offer to open with a podcast manager. I looked in the Swallowcatcher manifest, it will handle feed://url and podcast://url and itpc:// intents to subscribe to podcasts, though it seems…
NoBugs
  • 9,310
  • 13
  • 80
  • 146
1
2
3
16 17