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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Music Database??

Music Database??

Scheduled Pinned Locked Moved Database
csharpdatabasequestion
9 Posts 5 Posters 1 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
    AmbiguousName
    wrote on last edited by
    #1

    Hello guys.....title says it all. How can we make a database of music and access it using vb.net or C#.net?? :confused:

    A D 2 Replies Last reply
    0
    • A AmbiguousName

      Hello guys.....title says it all. How can we make a database of music and access it using vb.net or C#.net?? :confused:

      A Offline
      A Offline
      Andy_L_J
      wrote on last edited by
      #2

      Buy a Database book or copy one of these: Google[^]

      I don't speak Idiot - please talk slowly and clearly 'This space for rent' Driven to the arms of Heineken by the wife

      A 1 Reply Last reply
      0
      • A Andy_L_J

        Buy a Database book or copy one of these: Google[^]

        I don't speak Idiot - please talk slowly and clearly 'This space for rent' Driven to the arms of Heineken by the wife

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

        This is not what I was talking about. Lets suppose that i wanna make my own media player. In this case, I will need to access the music from my own hard disk and make a playlist.....

        L A 2 Replies Last reply
        0
        • A AmbiguousName

          This is not what I was talking about. Lets suppose that i wanna make my own media player. In this case, I will need to access the music from my own hard disk and make a playlist.....

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Muzammil Saeed wrote:

          This is not what I was talking about.

          Your title says "Music Database", and your first entry states "Hello guys.....title says it all.", so which is it to be? If you have no interest in creating a music database then try and make your question clearer. To make a playlist you need to scan all your music files, extracting the title, composer, orchestra etc information and building some sort of database which your media player can access. If you think a database is too much work you can use any alternative file type that you feel comfortable with.

          txtspeak is the realm of 9 year old children, not developers. Christian Graus

          1 Reply Last reply
          0
          • A AmbiguousName

            Hello guys.....title says it all. How can we make a database of music and access it using vb.net or C#.net?? :confused:

            D Offline
            D Offline
            dan sh
            wrote on last edited by
            #5

            Which database are you speaking of? I can think of two options: 1. Saving the path of the music files in the database and then loading the files in the player from that path. 2. Saving the file as a Blob in the database and reading and playing them through your app.

            "No matter how many fish in the sea; it will be so empty without me." - From song "Without me" by Eminem

            1 Reply Last reply
            0
            • A AmbiguousName

              This is not what I was talking about. Lets suppose that i wanna make my own media player. In this case, I will need to access the music from my own hard disk and make a playlist.....

              A Offline
              A Offline
              Andy_L_J
              wrote on last edited by
              #6

              You did not talk about anything - you were hoping that someone would give you their work without you lifting a finger. This is an easily found site that will do half of the work for you, if you can find the library you need to work from: Database Models[^] Edit you can also follow the instructions here: MSDN[^]

              I don't speak Idiot - please talk slowly and clearly 'This space for rent' Driven to the arms of Heineken by the wife

              modified on Saturday, February 13, 2010 3:53 PM

              T A 2 Replies Last reply
              0
              • A Andy_L_J

                You did not talk about anything - you were hoping that someone would give you their work without you lifting a finger. This is an easily found site that will do half of the work for you, if you can find the library you need to work from: Database Models[^] Edit you can also follow the instructions here: MSDN[^]

                I don't speak Idiot - please talk slowly and clearly 'This space for rent' Driven to the arms of Heineken by the wife

                modified on Saturday, February 13, 2010 3:53 PM

                T Offline
                T Offline
                thatraja
                wrote on last edited by
                #7

                It's an Useful site Andy. Thank you.:rose:

                thatraja


                Tips/Tricks|Brainbench certifications

                1 Reply Last reply
                0
                • A Andy_L_J

                  You did not talk about anything - you were hoping that someone would give you their work without you lifting a finger. This is an easily found site that will do half of the work for you, if you can find the library you need to work from: Database Models[^] Edit you can also follow the instructions here: MSDN[^]

                  I don't speak Idiot - please talk slowly and clearly 'This space for rent' Driven to the arms of Heineken by the wife

                  modified on Saturday, February 13, 2010 3:53 PM

                  A Offline
                  A Offline
                  AmbiguousName
                  wrote on last edited by
                  #8

                  Thanx for sharing info about MSDN link....but i dont know why poeple over-react. I did not meant that someone will give his knowledge to me,without my finger raised ....and stuff like that you wrote. If person A asks person B...it already means that person B might have more knowledge than person A, and showing respect to person B. Can I do anything to your knowledge except asking you? The only option remains is not to ask from you but from someone else.

                  A 1 Reply Last reply
                  0
                  • A AmbiguousName

                    Thanx for sharing info about MSDN link....but i dont know why poeple over-react. I did not meant that someone will give his knowledge to me,without my finger raised ....and stuff like that you wrote. If person A asks person B...it already means that person B might have more knowledge than person A, and showing respect to person B. Can I do anything to your knowledge except asking you? The only option remains is not to ask from you but from someone else.

                    A Offline
                    A Offline
                    Andy_L_J
                    wrote on last edited by
                    #9

                    It is good form to show what you have tried, or even describe the solution that you "think" may be along the right lines. Unfortunately, you did neither. Therefore it is difficult for anyone to answer your question - we are not mind readers. (My first reply to you was to useless information because that is what I had to go on.) If you had said in the op that you had looked at various sites and MSDN then the response would have been warmer. It did appear however that you did neither.

                    I don't speak Idiot - please talk slowly and clearly 'This space for rent' Driven to the arms of Heineken by the wife

                    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