PDA

View Full Version : How can I access dbpowerAMP via the command line.


sheepcentral
04-07-2006, 09:15 AM
I am writing a script, more on that later and I would like to integrate it with dbpAMP. To do this I really need to be able to "speak" to it using the command line (specifying tags, source etc) how can I do this? Or if not something simular.

LtData
04-07-2006, 09:28 AM
You can only access dMC via Scripting; there is no command-line access. See here for some examples: http://dbpoweramp.com/developer-scripting-dmc.htm

Do note there is a forum especially for questions regarding scripting: It is the Developer section of this forum.

sheepcentral
04-07-2006, 09:44 AM
I know that this should probably go in the scripting forum but there isn't a great deal point in making a new topic for something pretty simular, if it really bugs you then go ahead and move it.

Anyway is there a way to access the scripting functions using Python as I only know Python and that is what the rest of my script is in?

Thanks,
Michael.

LtData
04-07-2006, 12:18 PM
I don't know, as I've never used Python and I've never written a script for dMC.