|
|
|
Learning Joomla! for the first time? Buy the Joomla! 1.5 Essential training CD-ROM or watch it on Lynda.com.
|
Welcome to Joseph LeBlanc's Joomla development forum. This forum is primairly intended to discuss the development of components I've authored, such as the podcasting suite and Daily Message tutorial. Although I happily answer general questions about Joomla, you may get quicker answers by searching the Joomla forums.
Due to spam abuse, you must register to post in the forums. However, you are allowed to browse the forums without registration. Commercially-oriented, off-topic messages are $100 per word, thank you for understanding!
|
Re:The Feed has no episode for itunes (1 viewing) (1) Guest
Favoured: 0
|
|
|
TOPIC: Re:The Feed has no episode for itunes
|
itoc (User)
Fresh Boarder
Posts: 7
|
|
Re:The Feed has no episode for itunes 1 Year, 2 Months ago
|
Karma: 0
|
|
This is working great but I had one question. Before I made the changes that you described there was a player within the article, now only a link to "Listen Now". Is there a way to change it back, but have everything else continue to work properly?
Thanks again for your assistance.
Chris
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:The Feed has no episode for itunes 1 Year, 2 Months ago
|
Karma: 32
|
|
Check the Preferences button in the backend of the component and see what "Link titles, Flash player, code, or QuickTime" is set to. If it's set to Links, change it to Flash Player.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
bdarlin (User)
Fresh Boarder
Posts: 2
|
|
Re:The Feed has no episode for itunes 1 Year, 1 Month ago
|
Karma: 0
|
I'm having the same problem. My mp3s are enclosed in articles, the articles are published, the player works, but the list doesn't list any files as published and the podcast feed is empty. http://www.pendlehill.org/index.php?option=com_podcast&view=feed&format=raw
Actually worked about a week ago, but somewhere along the way it stopped.
Any ideas?
Blake
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:The Feed has no episode for itunes 1 Year, 1 Month ago
|
Karma: 32
|
|
Hi Blake,
Thanks for using the suite! Can you point me to the part of your site where the articles for your podcast episodes are published?
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
MaXiMuM (User)
Fresh Boarder
Posts: 11
|
|
Re:The Feed has no episode for itunes 1 Year, 1 Month ago
|
Karma: 0
|
|
Hi
Jip, i-Tunes released a patch and it broke a lot of other sites too... similar issue...
Back on the topic, I have installed the patch from this thread, but still get the same issue, "contains text". I went and looked at the actual .mp3 in the component, and it shows the podcast as meta taged, but not published?
J, thanks, great work.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
bdarlin (User)
Fresh Boarder
Posts: 2
|
|
Re:The Feed has no episode for itunes 1 Year, 1 Month ago
|
Karma: 0
|
It looks like that problem is fixed, but I don't understand why completely. The Flash player was showing, the files were playing, but the list of podcasts labeled each as not published (they obviously were). Now, I had the enclose tag within a div, a styled box I created to hold the player and some links to the files themselves. Well I decided I didn't like the box and used bare links instead (not the player) and now they're labeled as published. Code follows:
| Code: |
<div class="box grey audio right">
<h4>Didn't make it? Listen now.</h4>
<p><object type="application/x-shockwave-flash" width="260px" height="15" data="http://www.pendlehill.org/plugins/content/podcast/xspf_player_slim.swf?song_url=http://www.pendlehill.org/images/lectures//20041202_peace-in-the-streets.mp3&song_title=Peace in the Streets"><param name="movie" value="http://www.pendlehill.org/plugins/content/podcast/xspf_player_slim.swf?song_url=http://www.pendlehill.org/images/lectures//20041202_peace-in-the-streets.mp3&song_title=Peace in the Streets" /></object></p>
<div class="button medium" style="width: 10em;"><a href="/images/lectures/20041202_peace-in-the-streets.mp3">Download audio</a></div>
</div>
|
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|