Easy Podcasting -- Strange Problems

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
psiege
Regular
Posts: 52
Joined: Thu Mar 27, 2008 4:21 pm

Easy Podcasting -- Strange Problems

Post 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!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Easy Podcasting -- Strange Problems

Post by garvinhicking »

Hi!

What'S the URL of such an entry?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
psiege
Regular
Posts: 52
Joined: Thu Mar 27, 2008 4:21 pm

Post 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/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply