Ignore:
Timestamp:
2015-07-07T11:59:44+12:00 (9 years ago)
Author:
davidb
Message:

Changed to use 'true' rather than '1' which is what the API desclares the type of this attribute to be

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/mirex/grand-challenge/generate-jamendo-dataset/scripts-2015/get-nc-sa-all.py

    r30005 r30006  
    1111
    1212base_url = "http://api.jamendo.com/v3.0/tracks/"
    13 base_url_args = base_url + "?client_id=54cc3f68&format=json&audioformat=mp32&audiodlformat=flac&ccnc=1&ccsa=1"
     13base_url_args = base_url + "?client_id=54cc3f68&format=jsonpretty&audioformat=mp32&audiodlformat=flac&ccnc=true&ccsa=true"
    1414
    1515# OK, there are also the include fields 'licenses' and 'lyrics' but for GCUX, there are currently considered unnecessary
Note: See TracChangeset for help on using the changeset viewer.