Page 1 of 1

Easy Podcasting -- Strange Problems

Posted: Sat Apr 05, 2008 12:03 am
by psiege
I'm using the Easy Podcasting plugin and it's not exactly working. Here's the issue. It's placing the code into the posts (I can see it when viewing source) but the player does not show up on the page. Furthermore, if I copy that exact code that's not working and place it in a test file outside of the /blog/ directory (this is where Serendipity lives) it works just fine! The only time it stops working is when it's located in the directory where Serendipity lives.

I'm completely stumped by this one. Any suggestions?

Thanks!

Re: Easy Podcasting -- Strange Problems

Posted: Sat Apr 05, 2008 1:23 pm
by garvinhicking
Hi!

What'S the URL of such an entry?

Regards,
Garvin

Posted: Mon Apr 07, 2008 5:27 pm
by psiege
Hi Garvin!

Here's a post that has a podcast. You can see that the code is there, and the link is valid if you copy and paste it into the browser.

http://www.pcdoctor-community.com/blog/ ... th-iPhone/

Posted: Tue Apr 08, 2008 10:59 am
by garvinhicking
Hi!

The URL inside is wrong, it reads:

Code: Select all

blog/plugins/serendipity_event_podcast/player/xspf/xspf_player_slim.swf?song_url=http://www.pcdoctor-community.com/podcasts/whats_wrong_with_iphone.mp3&song_title=whats_wrong_with_iphone.mp3
where as it should read:

Code: Select all

/blog/plugins/serendipity_event_podcast/player/xspf/xspf_player_slim.swf?song_url=http://www.pcdoctor-community.com/podcasts/whats_wrong_with_iphone.mp3&song_title=whats_wrong_with_iphone.mp3
Note the starting slash!

Regards,
Garvin