TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
Advertisement
Associates
Associates
techtuts Darkmindz
CSS Tutorials Tutorialsphere.com - Free Online Tutorials
Boston PHP SurfnLearn
Reply
 
LinkBack Thread Tools Display Modes
Old 04-07-2008, 07:12 PM   #1 (permalink)
The Visitor
Newcomer 
 
Join Date: Apr 2008
Posts: 1
Thanks: 0
tader is on a distinguished road
Angry [PHP] Get mp3 song length

Hi,
Can anyone tell me how to get mp3 length using php
I try to use getId3() but i didn't understand it so can anyone give my a link or write in were a tutorial for get mp3 length plz ;]
tader is offline  
Reply With Quote
Old 04-07-2008, 07:47 PM   #2 (permalink)
The Gregarious
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Cana'derr
Posts: 653
Thanks: 24
delayedinsanity is on a distinguished road
Default

I think you're looking for filesize(), unless you mean the play time of it? Which you probably do... so, I'd use getID3() in this case, and all you should need to do is;

PHP Code:
require_once('/path/to/getid3.php');

$getID3 = new getID3;
$filename "/path/to/mp3";

$ThisFileInfo $getID3->analyze($filename);
getid3_lib::CopyTagsToComments($ThisFileInfo);

echo @
$ThisFileInfo['playtime_string']; 
Just from taking a quick look at getID3(). I've never used it before, but it does have a directory full of demonstration pages to show you how to access various functions.
-m
delayedinsanity is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 06:25 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0