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. Database & SysAdmin
  3. Database
  4. Playing music on my end, with APIs of search engines

Playing music on my end, with APIs of search engines

Scheduled Pinned Locked Moved Database
wcfcomjsonhelp
7 Posts 2 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.
  • N Offline
    N Offline
    Neha prakash88
    wrote on last edited by
    #1

    I want to create a web application, in which it searches the API available in various sites like playme.com,freemusicarchive.org and plays mp3 at my end. By using web services of these websites I am just getting the URLs which doesn't point to any specific mp3. So how will I write the code for player which I have prepared in my website. I have searched several websites like beemp3.com they have the functionality, same I want to achieve for my website. Please help!!

    L 2 Replies Last reply
    0
    • N Neha prakash88

      I want to create a web application, in which it searches the API available in various sites like playme.com,freemusicarchive.org and plays mp3 at my end. By using web services of these websites I am just getting the URLs which doesn't point to any specific mp3. So how will I write the code for player which I have prepared in my website. I have searched several websites like beemp3.com they have the functionality, same I want to achieve for my website. Please help!!

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

      This has nothing to do with databases and you already posted the question here[^]. Please post in one forum only.

      Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness

      1 Reply Last reply
      0
      • N Neha prakash88

        I want to create a web application, in which it searches the API available in various sites like playme.com,freemusicarchive.org and plays mp3 at my end. By using web services of these websites I am just getting the URLs which doesn't point to any specific mp3. So how will I write the code for player which I have prepared in my website. I have searched several websites like beemp3.com they have the functionality, same I want to achieve for my website. Please help!!

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

        Neha.prakash88 wrote:

        By using web services of these websites I am just getting the URLs which doesn't point to any specific mp3.

        Probably a "redirect" url that points to something that points to your MP3. The API's will probably not be all the same for the websites you named.

        Neha.prakash88 wrote:

        I have searched several websites like beemp3.com they have the functionality, same I want to achieve for my website. Please help!!

        If you are stuck on a specific problem, or if there's some code that we can review. Right now, the question is too broad.

        Bastard Programmer from Hell :suss:

        N 1 Reply Last reply
        0
        • L Lost User

          Neha.prakash88 wrote:

          By using web services of these websites I am just getting the URLs which doesn't point to any specific mp3.

          Probably a "redirect" url that points to something that points to your MP3. The API's will probably not be all the same for the websites you named.

          Neha.prakash88 wrote:

          I have searched several websites like beemp3.com they have the functionality, same I want to achieve for my website. Please help!!

          If you are stuck on a specific problem, or if there's some code that we can review. Right now, the question is too broad.

          Bastard Programmer from Hell :suss:

          N Offline
          N Offline
          Neha prakash88
          wrote on last edited by
          #4

          This is an XML file provided by http://freemusicarchive.org[^] in this at the place of track URl they have provided http://freemusicarchive.org/music/Alastair_Cameron/Free_Film_Music_cameronmusiccouk/gentle_marimba[^], which is opening some page which contains a mp3 file which we can listen. My problem is that I want to play that music at my website, I don't want to redirect to any any other website. I want that user just click on play button and it start playing, without showing the actual website which is hosting the song.

          55860
          gentle marimba
          http://freemusicarchive.org/music/Alastair\_Cameron/Free\_Film\_Music\_cameronmusiccouk/gentle\_marimba
          12203
          Alastair Cameron
          http://freemusicarchive.org/music/Alastair\_Cameron/
          http://www.cameronmusic.co.uk/
          10345
          Free Film Music (cameronmusic.co.uk)
          http://freemusicarchive.org/music/Alastair\_Cameron/Free\_Film\_Music\_cameronmusiccouk/
          Creative Commons Attribution
          http://creativecommons.org/licenses/by/3.0/
          01:44
          0
          1

          L 1 Reply Last reply
          0
          • N Neha prakash88

            This is an XML file provided by http://freemusicarchive.org[^] in this at the place of track URl they have provided http://freemusicarchive.org/music/Alastair_Cameron/Free_Film_Music_cameronmusiccouk/gentle_marimba[^], which is opening some page which contains a mp3 file which we can listen. My problem is that I want to play that music at my website, I don't want to redirect to any any other website. I want that user just click on play button and it start playing, without showing the actual website which is hosting the song.

            55860
            gentle marimba
            http://freemusicarchive.org/music/Alastair\_Cameron/Free\_Film\_Music\_cameronmusiccouk/gentle\_marimba
            12203
            Alastair Cameron
            http://freemusicarchive.org/music/Alastair\_Cameron/
            http://www.cameronmusic.co.uk/
            10345
            Free Film Music (cameronmusic.co.uk)
            http://freemusicarchive.org/music/Alastair\_Cameron/Free\_Film\_Music\_cameronmusiccouk/
            Creative Commons Attribution
            http://creativecommons.org/licenses/by/3.0/
            01:44
            0
            1

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

            In that case you'll have to fetch the redirect-page, read it, figure out where the MP3 is actually located and then fetch that mp3.

            Bastard Programmer from Hell :suss:

            N 1 Reply Last reply
            0
            • L Lost User

              In that case you'll have to fetch the redirect-page, read it, figure out where the MP3 is actually located and then fetch that mp3.

              Bastard Programmer from Hell :suss:

              N Offline
              N Offline
              Neha prakash88
              wrote on last edited by
              #6

              Those redirected pages contain some coded information, they too don't have any direct mp3 link.

              L 1 Reply Last reply
              0
              • N Neha prakash88

                Those redirected pages contain some coded information, they too don't have any direct mp3 link.

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

                I'm sorry, seems I cannot help here.

                Bastard Programmer from Hell :suss:

                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