Hey, I love where this module is going, but I'm having some problems.
I have filefield associated with a CCK type: Podcast. This FileField only allows MP3's. All of the content types have an MP3 file attached.
When I set either the included demo itunes feed display and change the content type to my "Podcast" or add the view on my own from scratch I get a download link when I browse to the Feed at podcast/feed in Firefox. So for some reason firefox isn't seeing that it's an xml file like it usually does I guess, and is suggesting I download the file instead of displaying it.
I have put the path in FeedValidator and see that it's outputting this which doesn't look like it's finding the filefield that is tied to CCK type Podcast.
1. <?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://www.***.com/drupal/podcast" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/">
2. <channel>
3. <title>Radio Podcast</title>
4. <link>http://www.***.com/drupal/podcast</link>
5. <description></description>
6. <language>en</language>
7. <itunes:explicit>clean</itunes:explicit>
8. <itunes:author>John Doe</itunes:author>
9. <itunes:subtitle>Radio for Music Lovers</itunes:subtitle>
10. <itunes:summary>Free radio podcast</itunes:summary>
11. <itunes:category text="Music" />
12. <item>
13. <title>All Star Lineup</title>
14. <link>http://www.***.com/drupal/podcast/all-star-lineup</link>
15. <description></description>
16. <comments>http://www.***.com/drupal/podcast/all-star-lineup#comments</comments>
17. <pubDate>Mon, 25 Jan 2010 13:46:52 +0000</pubDate>
18. <dc:creator />
19. <guid isPermaLink="false">37 at http://www.***.com/drupal</guid>
20. </item>
21. <item>
22. <title>Three Drums and a Baby</title>
23. <link>http://www.***.com/drupal/podcast/three-drums-and-baby</link>
24. <description></description>
25. <comments>http://www.***.com/drupal/podcast/three-drums-and-baby#comments</comments>
26. <pubDate>Sat, 16 Jan 2010 07:36:59 +0000</pubDate>
27. <dc:creator />
28. <guid isPermaLink="false">43 at http://www.***.com/drupal</guid>
29. </item>
30. <item>
31. <title>Early Days</title>
32. <link>http://www.***.com/drupal/podcast/early-days</link>
33. <description></description>
34. <comments>http://www.***.com/drupal/podcast/early-days#comments</comments>
35. <pubDate>Sun, 31 Jan 2010 01:33:33 +0000</pubDate>
36. <dc:creator />
37. <guid isPermaLink="false">39 at http://www.***.com/drupal</guid>
38. </item>
39. <item>
40. <title>Big Time Music</title>
41. <link>http://www.***.com/drupal/podcast/big-time-music</link>
42. <description></description>
43. <comments>http://www.***.com/drupal/podcast/big-time-music#comments</comments>
44. <pubDate>Sat, 13 Feb 2010 00:28:32 +0000</pubDate>
45. <dc:creator />
46. <guid isPermaLink="false">38 at http://www.***.com/drupal</guid>
47. </item>
48. <item>
49. <title>Another One of the Podcasters</title>
50. <link>http://www.***.com/drupal/podcast/another-one-podcasters</link>
51. <description></description>
52. <comments>http://www.***.com/drupal/podcast/another-one-podcasters#comments</comments>
53. <pubDate>Sat, 06 Feb 2010 20:10:27 +0000</pubDate>
54. <dc:creator>admin</dc:creator>
55. <guid isPermaLink="false">40 at http://www.***.com/drupal</guid>
56. </item>
57. <item>
58. <title>A Tale of Two Guitars</title>
59. <link>http://www.***.com/drupal/podcast/tale-two-guitars</link>
60. <description></description>
61. <comments>http://www.***.com/drupal/podcast/tale-two-guitars#comments</comments>
62. <pubDate>Mon, 25 Jan 2010 05:00:25 +0000</pubDate>
63. <dc:creator>admin</dc:creator>
64. <guid isPermaLink="false">42 at http://www.***.com/drupal</guid>
65. </item>
66. <item>
67. <title>Something About Potatoes</title>
68. <link>http://www.***.com/drupal/podcast/something-about-potatoes</link>
69. <description></description>
70. <comments>http://www.***.com/drupal/podcast/something-about-potatoes#comments</comments>
71. <pubDate>Sun, 14 Feb 2010 20:50:39 +0000</pubDate>
72. <dc:creator />
73. <guid isPermaLink="false">44 at http://www.***.com/drupal</guid>
74. </item>
75. </channel>
76. </rss>
Thanks for any help! I have high hopes for this module!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | itunesoutput.txt | 71.52 KB | json2001 |
Comments
Comment #1
drewish commentedThat seems like something is wrong... it's totally missing the enclosure tag. Are you sure you pasted the full feed?
Comment #2
json2001 commentedWell in FF, when I click on the url /feeds/itunes it opens a download dialog. In chrome it will output the file, but it looks crazy. It looks like it's embeding the swf tools one pixel out player?
The code tags seem to break on this, Ill attach a file in the next post.
I'm using demo view provided with the module. I just set the Filter: Type=Podcast with a Feed display and a style of: iTunes RSS Feed
The podcast cck type has a filefield that accepts an MP3. It also has other custom content types. Thank you for your help.
Comment #3
json2001 commentedThis is the output of that url