Author Topic: Auto-detect of mp3 duration not working  (Read 6694 times)

PaulB

  • Newbie
  • Posts: 1
Auto-detect of mp3 duration not working
« on: February 05, 2009, 01:03:34 pm »
Using: WP 2.7, Powerpress 0.6.2. PHP 5.2

My Powerpress settings have 'auto-detect duration' as default. I'm using mp3 files, and the media paths are correct, but the duration isn't being determined. As a result, the <itunes:duration> tag is empty.

Any suggestions on getting auto-detect to work?

Paul

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Auto-detect of mp3 duration not working
« Reply #1 on: February 05, 2009, 01:37:11 pm »
Most likely the url_fopen setting in PHP is disabled and your PHP installation does not have the CURL library installed. Who are you hosting with? You may want to ask your host to install the PHP CURL library and/or ask that you can open URL's from PHP.

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Auto-detect of mp3 duration not working
« Reply #2 on: February 07, 2009, 10:21:03 am »
This may be a logic error. I'm looking into the bug.