Questions tagged [getid3]

getID3 is an open source PHP library that extracts useful information from MP3s and other multimedia file formats

getID3() is a PHP script that extracts useful information (such as ID3 tags, bitrate, playtime, etc.) from MP3s and other multimedia file formats (Ogg, WMA, WMV, ASF, WAV, AVI, AAC, VQF, FLAC, MusePack, Real, QuickTime, Monkey's Audio, MIDI and more).

49 questions
0
votes
1 answer

How to retrieve artist, comments, title and other ID3 tags using getid3 function?

I am only able to retrieve the duration, and filesize of an audio using the code below. But how can you retrieve the other data like the artist, comments, and title using getid3 function? $getID3 = new getID3; $filename = 'mp3/file.mp3'; …
user2310422
  • 555
  • 3
  • 9
  • 22
0
votes
2 answers

Why mine type change in getID3

I'm calling this bellow method as GetID3MIMEtype('test.docx') That method change file type to "application/zip" but i'm not upload any zip file this not correct file type. function GetID3MIMEtype($filename) { $filename = realpath($filename); …
Duleep
  • 569
  • 5
  • 25
  • 49
-1
votes
1 answer

Magento 2 get order ID before sending to payment gateway in checkout page phtml?

How to get the current order id before sending the order I know how to get the last order id but I am getting the current order id before submitting the order and I am working on my own module
-1
votes
1 answer

store getid3 to database

I have a project that I want the user to input the path (folder only) where the mp3 files are located. The php script will input all the filename and the getid3 information into database. How do you do that? is it possible? I found this…
Lewis
  • 147
  • 1
  • 3
  • 10
1 2 3
4