podcast

get the latest podcasts from itunes store with link by RSS, JSON or something

Hi out there, i'm trying to get the latest podcast informations out of "itunes store" to work with this data in several applications (iphone app and web app). Is there a way to get this informations? RSS, JSON or something? i want to work with this informations in objective-c and on a website with php or js. Is my question clear? :(...

What good Computer Science Podcasts are out there

I listen to several podcasts about technology like Java,PHP,Linux and then I listen to Software Engineering Radio to help me along with Software Architecture, but I need a good podcast on Computer Science concepts and advances, especially one that will cover algorithms and data structures like Trees and Graphs and its applications. Anyon...

ITunes' podcast image isn't shown.

I created podcast rss feed - http://topdj-test.com.ua/podcast/audio-files/12/3/ And I set up "<image>" and "<itunes:image>" tags. But when I put this feed to iTunes, the picture of podcast wasn't shown in iTunes in artwork section. What have I done wrong? ...

Play podcast frm within your application iphone sdk

Hi all, Can anybody point me to a tutorial/example code which embeds a podcast from a url into my application? Thanx in advcance. ...

Podcast Producer Apple Xserve

Hi Everybody I guess that is not a programming question per se. But since I always got excellent answers here I wanted to try asking it. I also asked this question in other apple specific forums and got no answer. I have to deal with Podcast Producer on a Xserve via Xgrid. Its not be working at all. Is there any great step by step d...

Can you reccomend a podcast on OOP & Design?

Hi, Can you recommend me a web site providing pod-casts focused on OOP & Design? Thanks ...

PHP function to turn arbitrary "description" into valid xml data for podcast feed

I am reading the documentation for creating a podcast feed suitable for iTunes, and the Common Mistakes section says: Using HTML Named Character Entities. <! — illegal xml — > <copyright>&copy; 2005 John Doe</copyright> <! — valid xml — > <copyright>&#xA9; 2005 John Doe</copyright> Unlike HTML, XML supports only five "named c...

Listing Apple podcast episodes

Hi, I am developing an iPad application in which I want to list all the episodes of a podcast say "Comedy". What is the feed URL to list the episodes of an apple podcast? Could someone help me out. Thanks in advance. Regards, Deepa ...

Podcast search API

Is there any podcast directory search API out there apart from the iTunes search API? I have looked around but could not find anything useful. Can I use feedburner for this? Is there a search API for feedburner too? ...

Embed podcast feed in wordpress

I have a page in wordpress where I want to embed a player of some sorts that can take the first 3-5 items from a podcast xml feed and embed them in a player with a playlist. Preferable if the title and description can be shown as well. There is most likely plugins or scripts that does this but I just can't seem to find any. A hint for s...

Any good non-English technology podcasts out there?

I listen a lot to English language technology podcasts. Being a non-native speaker, I realized that my English listening comprehension and vocabulary improved a lot because of podcasts. Now I thought - since I listen to technical podcasts anyway, why not pick some in other languages that I'm not so good at, which would help me improve th...

Rhythmbox plugin to access podcast files doesn't see them

I am writing a Rhythmbox plugin to iterate over all podcast files currently known to Rhythmbox (whether downloaded or not) and to do something with them. After some research and testing in the Rhythmbox's Python Shell, I succeeded to get a list of all objects. However, when I coded it into a plugin, I get an error: (rhythmbox:7500): GL...

setting up podcasting for a non-tech user

I have a user who wants to start making podcasts, but they only have basic skills when it comes to technology. So, I was trying to get a process together that would be easy for them to follow. To upload files (the mp3's and rss feed files), I have an explorer shortcut for their FTP space. To record the podcast, I was going to either u...

Need to have duplicate item urls/GUIDs in RSS

I'm working on a tool to publish videos in a playlist, with the option to download as a podcast. Sometimes, items will need to be repeated over the course of the podcast. Having duplicate items or GUIDs causes problems though. Does anyone know of a way to be able to have duplicates? ...

Good programming podcasts?

Possible Duplicate: What good technology podcasts are out there? Are there good CS programming and Eletronics podcasts? Itunes U has a many classes turned into podcasts, but most of them are terrible to follow without video. ...

How to access podcast metadata?

I'm trying to get access to the metadata about podcasts, such as the show notes/description, the show title and the icon image. I'm at least partially using ContentResolver to query for most of the AudioColumns information, but for some reason ALBUM_ART is missing, there seems to be no column for the description, and in general, it's not...

Proper way to maintain an extended android media database a la MediaStore?

Based on the results of my query in this thread, I've decided that I need to maintain my own database of metadata for the media that I'll be accessing. It seems like MediaStore is a very good start for this, as it will give me a good deal of information and is regularly updated by the MediaScanner. In an ideal world, I would add a few co...