How do I create audiofield (formfield as audio widget) content programmatically?
Specifically how I do "import" file contents (in this case MP3 files).
I tried node import module but does not seem to work properly.
This is Drupal 6 implementation.
Thanks,
Murali
I am not sure I fully understand your question. If you would like to upload an mp3 file to a cck node, you can use the filefield module.
Once you define your node-type, you can programatically create a node with node_save(). See here: http://drupal.org/node/1111514