Results 1 to 5 of 5

Thread: What are an ID3 tags in PHP?

  1. #1
    Join Date
    May 2009
    Posts
    543

    What are an ID3 tags in PHP?

    Hi friends,
    I have done the programs in PHP to a great extent, but not that great.!! At many places I have seen the use of ID3 tags in PHP programming language. I don't know anything about it. Even I tried searching on the Web, but the solutions were not appropriate. So please explain me what are an ID3 tags in PHP.?? Waiting for the replies.!!
    Last edited by Jacques25; 28-02-2010 at 03:41 AM.

  2. #2
    Join Date
    Mar 2008
    Posts
    349

    Re: What are an IDE3 tags in PHP?

    ID3 tags are related to the audio manipulation. ID3 tags are used in MP3 files to store the title of a song, as well as information about the artist, album, genre, year and track number. Since version 0.2, it is also possible to extract text frames from ID3 v2.2 + tags. These functions are available in the standard PHP module, which is always available.

  3. #3
    Join Date
    Jul 2006
    Posts
    289

    Re: What are an IDE3 tags in PHP?

    Most of the id3 functions either let you specify or return a tag. To specify the version, use one of these constants :
    1. ID3_V1_0 (integer) - ID3_V1_0 is used if you are working with ID3 V1.0 tags. These tags may contain the fields title, artist, album, genre, year.
    2. ID3_V1_1 (integer) - ID3_V1_1 is used if you are working with ID3 V1.1 tags. These tags may all information contained in version 1.0 and a field representing the number of runway.
    3. ID3_V2_1 (integer) - ID3_V2_1 is used if you are working with ID3 V2.1 tags.
    4. ID3_V2_2 (integer) - ID3_V2_2 is used if you are working with ID3 V2.2 tags.
    Signatures reduce available bandwidth

  4. #4
    Join Date
    Aug 2006
    Posts
    227

    Re: What are an IDE3 tags in PHP?

    I am providing you with more ID3 constants that are used during the functions :
    • ID3_V2_3 (integer) - ID3_V2_3 is used if you are working with ID3 V2.3 tags.
    • ID3_V2_4 (integer) - ID3_V2_4 is used if you are working with ID3 V2.4 tags.
    • ID3_BEST (integer) - ID3_BEST is used if you want to let the id3 functions determine which tag version should be used.

    There are several highly developed id3 reader classes written in php that include id3v2 support, and support for other file formats, not just mpeg & id3.
    Last edited by Solitario; 28-02-2010 at 03:40 AM.
    I do to dead flowers what people at morgues do to dead people. Suck all the moisture out, dip them in plastic, paint them up pretty and put them in a nice frame.

  5. #5
    Join Date
    Jul 2006
    Posts
    442

    Re: What are an ID3 tags in PHP?

    The following are some functions that ID3 uses :
    1. id3_get_frame_long_name - Get the long name of an ID3v2 frame
    2. id3_get_frame_short_name - Get the short name of an ID3v2
    3. id3_get_genre_id - Get the id for a genre
    4. id3_get_genre_list - Get all possible genre values
    5. id3_get_genre_name - Get the name for a genre id
    6. id3_get_tag - Get all information stored in an ID3 tag
    7. id3_get_version - Get version of an ID3 tag
    8. id3_remove_tag - Delete ID3 Tag
    "When they give you ruled paper, write the other way..." J.R.J.

Similar Threads

  1. How to edit and fix MP3 tags
    By SoftWore in forum Tips & Tweaks
    Replies: 1
    Last Post: 10-09-2010, 10:04 PM
  2. What are Meta Tags
    By Mumtaz86 in forum Technology & Internet
    Replies: 5
    Last Post: 27-02-2010, 12:47 PM
  3. <br /> Tags are being ignored by IE7
    By Carey in forum Software Development
    Replies: 5
    Last Post: 30-12-2009, 10:58 PM
  4. Remove sub-tags in PHP / XML
    By kanchu in forum Software Development
    Replies: 2
    Last Post: 29-04-2009, 02:59 PM
  5. Tags (or tags) PHP
    By Gyan Guru in forum Guides & Tutorials
    Replies: 2
    Last Post: 22-12-2008, 01:04 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,169,462.85674 seconds with 17 queries