niland_importer.py --api-key YOUR_PERSONAL_API_KEY --csv-path FULL_PATH_TO_THE_CSV_FILE
- The csv file must contains 11 columns per line.
- The column separator must be
;
- reference
- title
- artist_name
- album_name
- popularity
- duration
- isrc
- year
- tags (format:
TagCollectionName|TagName,TagCollectionName|TagName,...
) - audio_path (relative or absolute os path)
- audio_url (absolute web url)
You don't have to fill in both audio_path AND audio_url (if you do, the audio_url will be used).