Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. ID3

ID3

Scheduled Pinned Locked Moved C#
csharpquestioncareer
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Arch4ngel
    wrote on last edited by
    #1

    I would like to know if anyone shall be interested by a 100% C# class for reading/writing ID3V1 and read-only ID3V2 (working on the writing part right now). I just would like to know if anyone would be interested to read an article about that. My job is nearly done on this class and I would put it on Code Project with a sample of an "automatic mp3 renamer". Anyone's comment ? If someone says "Die mortal!", don't stay to see if he isn't.

    M 1 Reply Last reply
    0
    • A Arch4ngel

      I would like to know if anyone shall be interested by a 100% C# class for reading/writing ID3V1 and read-only ID3V2 (working on the writing part right now). I just would like to know if anyone would be interested to read an article about that. My job is nearly done on this class and I would put it on Code Project with a sample of an "automatic mp3 renamer". Anyone's comment ? If someone says "Die mortal!", don't stay to see if he isn't.

      M Offline
      M Offline
      Matt Gerrans
      wrote on last edited by
      #2

      That sounds handy. I'm not very familiar with this stuff. Would it allow you to do something like rename mp3s so that they have their correct album order instead of being alphabetical? Matt Gerrans

      A 1 Reply Last reply
      0
      • M Matt Gerrans

        That sounds handy. I'm not very familiar with this stuff. Would it allow you to do something like rename mp3s so that they have their correct album order instead of being alphabetical? Matt Gerrans

        A Offline
        A Offline
        Arch4ngel
        wrote on last edited by
        #3

        An ID3 is only a tag that is placed at the beginning or the end of a file and that allow to identify the Artist, song, track, album or more of a mp3. Let's say that you have a song filename like this : "05 - Nothing Else Matter.mp3" Unless you know that song... you don't know which artist it is. If you are a ordered music maniac like me... you must hate having files like that. My class will allow you to read those tag. The tag will probably return "Metallica" and "Nothing Else Matters" So the only thing you would need to do, build a software that use this class to do a mass renamer. This will probably be my demo project. That will rename all song selected from "05 - Nothing Else Matters.mp3" to "Metallica - Nothing Else Matters.mp3" or to any other template that could be configured (album, track, year... etc...) Any body would like to comment ? If someone says "Die mortal!", don't stay to see if he isn't.

        M 1 Reply Last reply
        0
        • A Arch4ngel

          An ID3 is only a tag that is placed at the beginning or the end of a file and that allow to identify the Artist, song, track, album or more of a mp3. Let's say that you have a song filename like this : "05 - Nothing Else Matter.mp3" Unless you know that song... you don't know which artist it is. If you are a ordered music maniac like me... you must hate having files like that. My class will allow you to read those tag. The tag will probably return "Metallica" and "Nothing Else Matters" So the only thing you would need to do, build a software that use this class to do a mass renamer. This will probably be my demo project. That will rename all song selected from "05 - Nothing Else Matters.mp3" to "Metallica - Nothing Else Matters.mp3" or to any other template that could be configured (album, track, year... etc...) Any body would like to comment ? If someone says "Die mortal!", don't stay to see if he isn't.

          M Offline
          M Offline
          Marc 0
          wrote on last edited by
          #4

          I can only say that that would be a very cool article! (And i need such a utility too... ;)) Pompiedompiedom... ;)


          "..Commit yourself to quality from day one..it's better to do nothing at all than to do something badly.." -- Mark McCormick

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups