Results 1 to 4 of 4

Thread: How to change tags for mp3 Songs

  1. #1
    Join Date
    Nov 2008
    Posts
    94

    How to change tags for mp3 Songs

    I have list of mp3 songs and i have already inserted tag according to their album name but now i find it very difficult to find the song list as per the inserted tag, so can anyone suggest me any tag editor or the easiest way to insert tags to the MP3 player. Please help.

  2. #2
    Join Date
    Feb 2008
    Posts
    180

    Re: How to change tags for mp3 Songs

    There are free tag editor available on the internet which will are free in nature, I have used it and as per me it is Effective editor of mp3 tags, playlist/filelist generator and music file manager. You can change tags for a large list of music files. With this software you can first change the data virtually, while the program will save all those changes to files afterwards. This will provide you more sophisticated way to put tags to your mp3 songs.

  3. #3
    Join Date
    Feb 2009
    Posts
    117

    Re: How to change tags for mp3 Songs

    There are times where there are possibility to change ID3 tags in a batch process. But here i will provide you the code which uses CDDBControl.dll, which is suplied with Creative SoundBlaster extigy drivers and software.

    Dim id3 As New CddbID3Tag
    Set id3 = CreateObject("CDDBControl.CddbID3Tag")
    id3.LoadFromFile "Z:\Work\94.01.09 Ke bin tere.mp3", False
    id3.Album = "your album name"
    id3.Title = "Title for your song"
    id3.CopyrightHolder = "Fotobit, s.r.o."
    id3.CopyrightYear = "2005"
    id3.FileId = "Ab-33-00025"
    id3.SaveToFile "Z:\Work\94.01.09 Ke bin tere.mp3"

  4. #4
    Join Date
    Feb 2008
    Posts
    180

    Re: How to change tags for mp3 Songs

    I have one software with I may be able to processing subdirectories, adding playlists - tag editor - utility to write/change tags for all listed files which is named as MP3 Tag Editor is not just yet another music file tag editor. It is a powerful music collection organizer, audio file search system, personal DJ and more. MP3 Tag Editor is a great tool for editing data tags in sound files of any format. you can change only one field in all files, some fields, delete tags - utility to create Excel, ASCII tables, playlists, different types of annotations.

Similar Threads

  1. Replies: 5
    Last Post: 10-07-2012, 11:23 AM
  2. Blackberry 9900 create duplicate songs when adding Songs
    By Mr.Ryszard in forum Portable Devices
    Replies: 2
    Last Post: 30-03-2012, 03:21 PM
  3. How can i Sync songs to iPod without erasing songs
    By Barraq in forum Windows Software
    Replies: 2
    Last Post: 01-04-2011, 03:19 AM
  4. <br /> Tags are being ignored by IE7
    By Carey in forum Software Development
    Replies: 5
    Last Post: 30-12-2009, 10:58 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,713,306,663.52389 seconds with 16 queries