title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Scripting Options for MP3 Player Download component

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Unregistered

    Scripting Options for MP3 Player Download component

    Do we have any scripting options for the mp3 player control part? I'm looking for some help in accessing the Nike PSA[play MP3 player. I need to download files into it from my application I built using VB. Any help would be appreciated.

    Thanks,
    Elango.
  • Spoon
    Administrator
    • Apr 2002
    • 43992

    #2
    Scripting Sveta Portable Audio will only work as far as sending files - have a look at the scripting examples for dMC, when you set ConvertTo pass the name that you gave the nike player.
    Spoon
    www.dbpoweramp.com

    Comment

    • Unregistered

      #3
      Thank you very much for your quick response. Could you please give me some source code example? I tried this:

      Dim dMC As New DMCSCRIPTINGLib.Converter

      dMC.ConvertToFolder = True

      Call dMC.AddFromFile("D:\Anand\Music\CD1\ithuthankathal enbadha(tamil).mp3")

      dMC.ToFolder = "nike psa[play digital audio player"

      Set dMC = Nothing

      I'm not sure how to do this. Please help me!

      Thanks.
      Elango.

      Comment

      • Unregistered

        #4
        Actually I modified the code to:

        dMC.ConvertToFolder = True


        dMC.ToFolder = "c:\"

        Call dMC.AddFromFile("D:\Elango\LatestMobileFit\Scripts \mp3 files\Final\29Final3BP2ExLastSet.mp3")

        Call dMC.GoConversion("nike psa[play digital audio player", False, False, False, False)


        But, it says, 'unable to write to portable device, check connection or memory space'

        The sveta audio player is able to list the contents and 100% free (no files in there). Any fix for this problem?

        Please let me know. I'm desperate :-)

        Thank you very much.

        Elango.

        Comment

        • Spoon
          Administrator
          • Apr 2002
          • 43992

          #5
          Try changing one of the false's to true that sets if it shows the Options page - it might try to connect on the options page.
          Spoon
          www.dbpoweramp.com

          Comment

          • Unregistered

            #6
            I tried that...it is still not able to download. The software doesn't respond. I'm not sure if its a problem with the COM. Is there any other way to get this to work?

            Can I write my own COM to download files? what do I need to do to accomplish this functionality?

            Please help me.........

            Thank you.
            Elango.

            Comment

            • Spoon
              Administrator
              • Apr 2002
              • 43992

              #7
              If you set the option so it shows the option page, from scripting, does it show it and say 'Connecting to xyz'? Where does it freeze?
              Spoon
              www.dbpoweramp.com

              Comment

              • Unregistered

                #8
                It freezes after the options page. It identifies the nike player and shows me the internal memory card as the location to 'Write To'. also, When I choose 'Audio Format' as [MP3 Lame], it even converts the whole thing and freezes when it is 100% complete. When I choose the 'Audio Format' as [Send As Is], it freezes at 0% after I hit 'Connect>>'.

                Please let me know if I can fix this problem.

                Thank you.

                Elango.

                Comment

                Working...

                ]]>