RSS Feed podcasting

More
10 years 7 months ago #50119 by chenz2
RSS Feed podcasting was created by chenz2
Hello,
I see that each category can have it's own RSS feed. I made a FILE field called Audio File (It let's me upload an mp3 audio file to an item in this category). However, when I try to give this RSS feed to ITUNES, Itunes doesn't load anything. How can I make the feed ITUNES compatible and show the mp3 file?

mychurchwebsitedemo.com/joom/sermons is the place with the feed is.. but the mp3 file doesn't show as a media type file, like they do on this podcast feed: www.joomstew.com/?feed=podcast&format=mp3

So how do I make that happen?

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #50153 by ggppdk
Replied by ggppdk on topic RSS Feed podcasting
Hello

?feed=podcast&format=mp3


hhmm i don't know the details of this output, without taking time to study it,

currently we only have:
?format=feed&type=rss


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #50156 by chenz2
Replied by chenz2 on topic RSS Feed podcasting
It does not need to be that url. I just need to know how to get fields to be media items in an rss feed? You can see here is an other example of one where the audio file is enclosed in media tags so that it can be podcasted properly:

www.bethelgreeley.com/cache/audio.xml

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #50158 by ggppdk
Replied by ggppdk on topic RSS Feed podcasting
Hello

i see,

Joomla itself does not have a "Document Type" that is an "Feed for podcast"

it has:
-- Feed ATOM
-- Feed RSS


and we call the Joomla document renderer to add items to the list



i see that requirements for valid format are these:

www.apple.com/itunes/podcasts/specs.html


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #50162 by chenz2
Replied by chenz2 on topic RSS Feed podcasting
Right, so how do I get a file field to have it's own enclosure tag in your rss feed? Something like
Code:
<enclosure url="http://test.com/churchwebsitec/Prayer_For_A_Friend.mp3" length="2756212" type="audio/mpeg" />

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #50167 by ggppdk
Replied by ggppdk on topic RSS Feed podcasting
Hello

i see that Joomla has option for:
Code:
$item->enclosure


since, this code is present in Joomla "template" file
rss.php
Code:
if ($data->items[$i]->enclosure != null) { $feed .= " <enclosure url=\""; $feed .= $data->items[$i]->enclosure->url; $feed .= "\" length=\""; $feed .= $data->items[$i]->enclosure->length; $feed .= "\" type=\""; $feed .= $data->items[$i]->enclosure->type; $feed .= "\"/>\n"; }



are you using the file field for adding MP3 ?


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.371 seconds
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save