mp3

This topic is: not resolved

This topic has 9 voices, contains 33 replies, and was last updated by  Devito 1223 days ago.

Viewing 15 posts - 1 through 15 (of 34 total)
Author Posts
Author Posts
May 17, 2008 at 12:04 pm #173451

I can’t get the mp3 plugin to work.
I have text under gold cart options which says:
MP3 Settings:
To create the 30 second MP3 file clips, this plugin needs SoX compiled with MP3 support, enter the path to SoX here.

There is no link to click.
I manually changed the path, but still no luck.

This is a brand new WP install, so latest version.

May 17, 2008 at 12:10 pm #173452

shayne

Do you have the SoX extension installed on your server?

May 17, 2008 at 2:28 pm #173453

Is it a WP extension? I have sox installed on the server, but the directions were unclear.

May 17, 2008 at 2:46 pm #173454

shayne

Not a WP extension…it should be installed on the server. And what directions are you speaking of being unclear?

May 18, 2008 at 4:59 am #173455

I can’t get this to work, sox is in:
which sox
/usr/bin/sox

I changed the mp3_functions.php

//put the path to the sox executable here
if(file_exists(“/usr/bin/sox”))
{
$soxstring = “/usr/bin/sox -t mp3 $file_path -t mp3 $destination_path trim 0 00:30.0″;
$soxresult = shell_exec($soxstring);
}

May 18, 2008 at 8:10 am #173456

If this isn’t resolved soon, I would like my money back. I have no idea what is supposed to happen, but it certainly doesn’t work.

I can’t get the mp3 plugin to work.
I have text under gold cart options which says:
MP3 Settings:
To create the 30 second MP3 file clips, this plugin needs SoX compiled with MP3 support, enter the path to SoX here.

There is no link to click on the above.

May 18, 2008 at 8:59 am #173457

You have a bug in your code:

<table class=’options’>

<tr>
<td colspan=’2′>
MP3 Settings:<br/>
To create the 30 second MP3 file clips, this plugin needs SoX compiled with MP3 support, enter the path to SoX here. </td>
</tr>
</table>

You can see this is not in a form, therefore there is nowhere to enter the path.

May 27, 2008 at 3:29 am #173458

famousbeats

I have the same problem. There is nowhere to change the SoX path. I changed it in the php file, but still no luck. Sox, Lame, and Mad are all uploaded to folders in the main directory (www.famousbeats.net/sox). This is the code I’m currently using:

<?php
function make_mp3_preview($file_path, $destination_path)
{
// /usr/local/bin/sox
//put the path to the sox executable here
if(file_exists(“/sox”))
{
$soxstring = “/sox -t mp3 $file_path -t mp3 $destination_path trim 0 00:30.0″;
$soxresult = shell_exec($soxstring);
}
}

Was that the correct edit?

I think the SoX instructions were a little unclear. Do you have to run an install file on the server? I’m not to sure about Lame or Mad either.

May 29, 2008 at 9:32 pm #173459

prefuse

Same problem still here!
“You only need sox if it is important to have the preview files created for you automatically but you don’t so they can upload them manually.”
The PHP Function ‘make_mp3_preview’ is only used in the admin pannel. But still the plugin is notworking..

I have send Dan some emails about support and now im trying to get my money back for the useless mp3 plugin!…

PLEASE DAN REPLY ON MY EMAILS! or give better support! dont sell useless plugin’s.
I want my $20 BACK!

June 7, 2008 at 8:59 am #173461

DanMilward
New Member
Trusted

I don’t know who you are or what email address you are emailing me from. I checked yours and there are none.

Please contact me directly – with subject line “mp3 support token request”. That way I’ll see it straight away :)

We have made a patch recently which may resolve this problem of yours and there is no reason why you can’t manually upload files. Unless they are massive and php is timing out.

June 12, 2008 at 4:26 am #173462

famousbeats

so if I read this right. I only need SOX if I want it to make the 30 sec clip for me but if I upload a 30 sec mp3 myself I don’t need it?

June 12, 2008 at 6:33 am #173463

Devito

Thats right… you get the manual upload as standard…
and the SOX functionality is an extra (if you have SOX already installed)…

So if you can’t manually upload your tracts, best to contact dan, with the subject line “mp3 support token request” ;-)

June 17, 2008 at 9:43 am #173464

DanMilward
New Member
Trusted

Thanks Devito you are 100% spot on!! I could not have said it better myself…

Ciao,

Dan

June 26, 2008 at 2:25 pm #173465

famousbeats

I sent you an email about this. Thanks

July 1, 2008 at 2:49 am #173466

Devito

Not sure if these have or are about to be updated into the mod… but ‘bw1984′ has found a few fixes here…
.
http://www.instinct.co.nz/forums/topic.php?id=1083
.
Cheers mate…

Viewing 15 posts - 1 through 15 (of 34 total)

You must be logged in to reply to this topic.