I am wondering if there is a plugin I can use to produce podcast feeds
from my SPIP postings? What I have in mind is something with the
following features/functions:
1. Adds a dedicated Podcasting feed with full iTunes support
2. Includes the ability to have multiple podcasting feeds based on
file format or other factors
3. Includes both an audio and video player for in-post listening/watching
I am wondering if there is a plugin I can use to produce podcast feeds
from my SPIP postings? What I have in mind is something with the
following features/functions:
Adds a dedicated Podcasting feed with full iTunes support
Includes the ability to have multiple podcasting feeds based on
file format or other factors
Includes both an audio and video player for in-post listening/watching
Does anything like this exist?
Thanks In Advance!
Hi,
If you read a bit French, you might have an eye on SPIPCast template set :
you don't need any additional stuff to produce podcasts with SPIP. Just make sure you activated syndication.
Each podacast is an article with a single soundfile attached as document. You should give it a name and that's it.
The URI of your podcast is the RSS link you see in the address field of your browser when you open the homepage of your site.
Quite easy, isn't it ?
Sincerely, klaus++
Sam Sotiropoulos schrieb:
Hello,
I am wondering if there is a plugin I can use to produce podcast feeds
from my SPIP postings? What I have in mind is something with the
following features/functions:
1. Adds a dedicated Podcasting feed with full iTunes support
2. Includes the ability to have multiple podcasting feeds based on
file format or other factors
3. Includes both an audio and video player for in-post listening/watching
I think it's not that simple as with this method the feed is not
properly recognised by player like itunes... if i remember well...
PEg
2009/10/14 klaus++ <klaus@spip.de>:
Hi Sam,
you don't need any additional stuff to produce podcasts with SPIP. Just make
sure you activated syndication.
Each podacast is an article with a single soundfile attached as document.
You should give it a name and that's it.
The URI of your podcast is the RSS link you see in the address field of your
browser when you open the homepage of your site.
Quite easy, isn't it ?
Sincerely, klaus++
Sam Sotiropoulos schrieb:
Hello,
I am wondering if there is a plugin I can use to produce podcast feeds
from my SPIP postings? What I have in mind is something with the
following features/functions:
1. Adds a dedicated Podcasting feed with full iTunes support
2. Includes the ability to have multiple podcasting feeds based on
file format or other factors
3. Includes both an audio and video player for in-post listening/watching
Put the file [(#NOM_SITE_SPIP|textebrut|entites_html|entites_unicode)] in your
/squelettes directory, rename it podcast.html so you could use:
.../spip.php ?page=podcast for the podcast of all sections
.../spip.php ?page=podcast&id_rubrique=XX for the podcast of #XX section
more possibilities explained in the article (but in french!)
Put the file [(#NOM_SITE_SPIP|textebrut|entites_html|entites_unicode)] in your
/squelettes directory, rename it podcast.html so you could use:
.../spip.php ?page=podcast for the podcast of all sections
.../spip.php ?page=podcast&id_rubrique=XX for the podcast of #XX section
more possibilities explained in the article (but in french!)
1. Thanks to all who have responded so far!
2. Peggy, I wish my French was better! Will this method work with
iTunes? I'm still trying to figure this out.