Skip to content

Aboitier/import-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Niland Import Script

Usage

niland_importer.py --api-key YOUR_PERSONAL_API_KEY --csv-path FULL_PATH_TO_THE_CSV_FILE

CSV Specifications

Rules

  • The csv file must contains 11 columns per line.
  • The column separator must be ;

Columns

  1. reference
  2. title
  3. artist_name
  4. album_name
  5. popularity
  6. duration
  7. isrc
  8. year
  9. tags (format: TagCollectionName|TagName,TagCollectionName|TagName,...)
  10. audio_path (relative or absolute os path)
  11. 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).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%