Hi there!

I've to import 900 audios.
I tryed to use Feeds but in audio field, URL of file wasn't saved.
I used XML & Xpath parser modules.
My XML looks like :

<noeud> 
         	<titre>lorem</titre>
         	<name>Name of a guy</name>
 	        <file>/sites/default/files/audios/lorem.mp3</file> 
 	        <groupe>Group Lorem</groupe> 
 	        <categorie>Categorie Ispum</categorie> 
 	</noeud>

Maybe it's a wrong way for import audio.
Any idea? It will be very helpfull.
Thanks

Comments

zeezhao’s picture

Remove the "/" in front of sites i.e.

<file>sites/default/files/audios/lorem.mp3</file> 

Been able to import in past using feeds but with csv file and also using audiofield module.