By erdubya on
I have a music library in a separate non-drupal database table of over 6000 songs.
The fields in the songlist table are
------------------
song_id
song_title
artist
album
album_pic
I want to be able to view the songs, albums with track listings and album art as well. I also want to be able to use the fivestar module to rate the songs and make comments on each song, etc.
My first step is importing all the information from the songlist table into drupal. What is the best way to accomplish this?
Comments
_
Checkout the http://drupal.org/project/node_import and http://drupal.org/project/feedapi modules.
node import works great!
node import works great! Thanks worldfallz!
_
excellent-- glad it worked for you!