Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 12 new columns ({'track_view_url', 'tier', 'artist', 'attribution_required', 'artwork_url', 'title', 'source_url', 'track_id', 'primary_genre', 'external_ids', 'license_short', 'duration_ms'}) and 10 missing columns ({'supportLinks', 'trackIds', 'representativeTrackId', 'listenUrl', 'sourceArtistId', 'spotifyUrl', 'location', 'previewUrl', 'artistId', 'name'}).

This happened while the json dataset builder was generating data using

hf://datasets/RajatA98/dundo-corpus/corpus.json (at revision 690f1a362b42a6a1282b4ad1b08088104f19e755), ['hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/artists.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/corpus.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/examples.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/manifest.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/phase2_manifest.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/self_retrieval.json'], ['hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/artists.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/corpus.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/examples.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/manifest.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/phase2_manifest.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/self_retrieval.json']

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
                  writer.write_table(table)
                  ~~~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              track_id: string
              tier: string
              title: string
              artist: string
              primary_genre: string
              source: string
              source_url: string
              track_view_url: null
              attribution_required: bool
              license_short: string
              artwork_url: null
              duration_ms: null
              external_ids: struct<jamendoTrackId: string, jamendoAudioUrl: string>
                child 0, jamendoTrackId: string
                child 1, jamendoAudioUrl: string
              to
              {'artistId': Value('string'), 'name': Value('string'), 'source': Value('string'), 'trackIds': List(Value('string')), 'representativeTrackId': Value('string'), 'sourceArtistId': Value('null'), 'listenUrl': Value('string'), 'location': Value('null'), 'supportLinks': List(Value('null')), 'spotifyUrl': Value('null'), 'previewUrl': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
                  ...<4 lines>...
                  )
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 12 new columns ({'track_view_url', 'tier', 'artist', 'attribution_required', 'artwork_url', 'title', 'source_url', 'track_id', 'primary_genre', 'external_ids', 'license_short', 'duration_ms'}) and 10 missing columns ({'supportLinks', 'trackIds', 'representativeTrackId', 'listenUrl', 'sourceArtistId', 'spotifyUrl', 'location', 'previewUrl', 'artistId', 'name'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/RajatA98/dundo-corpus/corpus.json (at revision 690f1a362b42a6a1282b4ad1b08088104f19e755), ['hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/artists.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/corpus.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/examples.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/manifest.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/phase2_manifest.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/self_retrieval.json'], ['hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/artists.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/corpus.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/examples.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/manifest.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/phase2_manifest.json', 'hf://datasets/RajatA98/dundo-corpus@690f1a362b42a6a1282b4ad1b08088104f19e755/self_retrieval.json']
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

artistId
string
name
string
source
string
trackIds
list
representativeTrackId
string
sourceArtistId
null
listenUrl
string
location
null
supportLinks
list
spotifyUrl
null
previewUrl
string
jamendo:artist-000005
artist_000005
jamendo
[ "tier2:jamendo:1100", "tier2:jamendo:1101", "tier2:jamendo:1102", "tier2:jamendo:1103", "tier2:jamendo:1104", "tier2:jamendo:1105", "tier2:jamendo:1106", "tier2:jamendo:1107", "tier2:jamendo:1108", "tier2:jamendo:241", "tier2:jamendo:242", "tier2:jamendo:243", "tier2:jamendo:244", "tier2:j...
tier2:jamendo:1100
null
https://www.jamendo.com/track/1100
null
[]
null
https://mp3l.jamendo.com/?trackid=1100&format=mp32
jamendo:artist-000014
artist_000014
jamendo
[ "tier2:jamendo:103070", "tier2:jamendo:103071", "tier2:jamendo:103072", "tier2:jamendo:103074", "tier2:jamendo:103075", "tier2:jamendo:103076", "tier2:jamendo:103077", "tier2:jamendo:103078", "tier2:jamendo:103079", "tier2:jamendo:103080", "tier2:jamendo:103081", "tier2:jamendo:103082", "tie...
tier2:jamendo:103070
null
https://www.jamendo.com/track/103070
null
[]
null
https://mp3l.jamendo.com/?trackid=103070&format=mp32
jamendo:artist-000020
artist_000020
jamendo
[ "tier2:jamendo:382", "tier2:jamendo:383", "tier2:jamendo:384", "tier2:jamendo:385", "tier2:jamendo:386", "tier2:jamendo:387", "tier2:jamendo:388", "tier2:jamendo:389", "tier2:jamendo:390", "tier2:jamendo:391", "tier2:jamendo:392", "tier2:jamendo:393", "tier2:jamendo:394", "tier2:jamendo:39...
tier2:jamendo:382
null
https://www.jamendo.com/track/382
null
[]
null
https://mp3l.jamendo.com/?trackid=382&format=mp32
jamendo:artist-000087
artist_000087
jamendo
[ "tier2:jamendo:103599", "tier2:jamendo:103614", "tier2:jamendo:103624", "tier2:jamendo:103653", "tier2:jamendo:103656", "tier2:jamendo:103663", "tier2:jamendo:103690", "tier2:jamendo:1185447", "tier2:jamendo:1185448", "tier2:jamendo:1185449", "tier2:jamendo:1197097", "tier2:jamendo:240345", ...
tier2:jamendo:103599
null
https://www.jamendo.com/track/103599
null
[]
null
https://mp3l.jamendo.com/?trackid=103599&format=mp32
jamendo:artist-000099
artist_000099
jamendo
[ "tier2:jamendo:153519", "tier2:jamendo:153520", "tier2:jamendo:153522", "tier2:jamendo:153527", "tier2:jamendo:153529", "tier2:jamendo:851", "tier2:jamendo:852", "tier2:jamendo:853", "tier2:jamendo:854", "tier2:jamendo:855", "tier2:jamendo:856" ]
tier2:jamendo:153519
null
https://www.jamendo.com/track/153519
null
[]
null
https://mp3l.jamendo.com/?trackid=153519&format=mp32
jamendo:artist-000103
artist_000103
jamendo
[ "tier2:jamendo:414639", "tier2:jamendo:759", "tier2:jamendo:760", "tier2:jamendo:761", "tier2:jamendo:762", "tier2:jamendo:763", "tier2:jamendo:764", "tier2:jamendo:765", "tier2:jamendo:766", "tier2:jamendo:767", "tier2:jamendo:768", "tier2:jamendo:769", "tier2:jamendo:770", "tier2:jamendo...
tier2:jamendo:414639
null
https://www.jamendo.com/track/414639
null
[]
null
https://mp3l.jamendo.com/?trackid=414639&format=mp32
jamendo:artist-000104
artist_000104
jamendo
[ "tier2:jamendo:26736", "tier2:jamendo:26737", "tier2:jamendo:26738", "tier2:jamendo:26739", "tier2:jamendo:26740", "tier2:jamendo:26741", "tier2:jamendo:26742", "tier2:jamendo:26743", "tier2:jamendo:26744", "tier2:jamendo:26745", "tier2:jamendo:26746", "tier2:jamendo:26747", "tier2:jamendo:2...
tier2:jamendo:26736
null
https://www.jamendo.com/track/26736
null
[]
null
https://mp3l.jamendo.com/?trackid=26736&format=mp32
jamendo:artist-000114
artist_000114
jamendo
[ "tier2:jamendo:808", "tier2:jamendo:809", "tier2:jamendo:810", "tier2:jamendo:843", "tier2:jamendo:844" ]
tier2:jamendo:808
null
https://www.jamendo.com/track/808
null
[]
null
https://mp3l.jamendo.com/?trackid=808&format=mp32
jamendo:artist-000119
artist_000119
jamendo
[ "tier2:jamendo:1736", "tier2:jamendo:9401" ]
tier2:jamendo:1736
null
https://www.jamendo.com/track/1736
null
[]
null
https://mp3l.jamendo.com/?trackid=1736&format=mp32
jamendo:artist-000122
artist_000122
jamendo
[ "tier2:jamendo:10369", "tier2:jamendo:10370", "tier2:jamendo:10371", "tier2:jamendo:10372", "tier2:jamendo:10373", "tier2:jamendo:10374", "tier2:jamendo:10375", "tier2:jamendo:10376" ]
tier2:jamendo:10369
null
https://www.jamendo.com/track/10369
null
[]
null
https://mp3l.jamendo.com/?trackid=10369&format=mp32
jamendo:artist-000159
artist_000159
jamendo
[ "tier2:jamendo:1091", "tier2:jamendo:1092", "tier2:jamendo:1093", "tier2:jamendo:1094", "tier2:jamendo:1095", "tier2:jamendo:1096", "tier2:jamendo:1097", "tier2:jamendo:1098", "tier2:jamendo:1099", "tier2:jamendo:1161", "tier2:jamendo:3387" ]
tier2:jamendo:1091
null
https://www.jamendo.com/track/1091
null
[]
null
https://mp3l.jamendo.com/?trackid=1091&format=mp32
jamendo:artist-000193
artist_000193
jamendo
[ "tier2:jamendo:1286", "tier2:jamendo:1287", "tier2:jamendo:1288", "tier2:jamendo:1289", "tier2:jamendo:1290", "tier2:jamendo:1291", "tier2:jamendo:1292", "tier2:jamendo:1293", "tier2:jamendo:1294", "tier2:jamendo:245194", "tier2:jamendo:245197", "tier2:jamendo:245200", "tier2:jamendo:245201"...
tier2:jamendo:1286
null
https://www.jamendo.com/track/1286
null
[]
null
https://mp3l.jamendo.com/?trackid=1286&format=mp32
jamendo:artist-000209
artist_000209
jamendo
[ "tier2:jamendo:1109774", "tier2:jamendo:1109776", "tier2:jamendo:1109777", "tier2:jamendo:1144132", "tier2:jamendo:1144133", "tier2:jamendo:1144134", "tier2:jamendo:1260", "tier2:jamendo:1261", "tier2:jamendo:1262", "tier2:jamendo:1263", "tier2:jamendo:1264", "tier2:jamendo:1265", "tier2:jam...
tier2:jamendo:1109774
null
https://www.jamendo.com/track/1109774
null
[]
null
https://mp3l.jamendo.com/?trackid=1109774&format=mp32
jamendo:artist-000224
artist_000224
jamendo
[ "tier2:jamendo:1332", "tier2:jamendo:1333", "tier2:jamendo:1334", "tier2:jamendo:1336", "tier2:jamendo:1341", "tier2:jamendo:6698", "tier2:jamendo:6699", "tier2:jamendo:6700", "tier2:jamendo:6701", "tier2:jamendo:6702", "tier2:jamendo:6703" ]
tier2:jamendo:1332
null
https://www.jamendo.com/track/1332
null
[]
null
https://mp3l.jamendo.com/?trackid=1332&format=mp32
jamendo:artist-000245
artist_000245
jamendo
[ "tier2:jamendo:5339", "tier2:jamendo:5340", "tier2:jamendo:5341", "tier2:jamendo:5342", "tier2:jamendo:5343", "tier2:jamendo:5344", "tier2:jamendo:5345", "tier2:jamendo:5346", "tier2:jamendo:5347" ]
tier2:jamendo:5339
null
https://www.jamendo.com/track/5339
null
[]
null
https://mp3l.jamendo.com/?trackid=5339&format=mp32
jamendo:artist-000247
artist_000247
jamendo
[ "tier2:jamendo:1603", "tier2:jamendo:1604", "tier2:jamendo:1606", "tier2:jamendo:1941", "tier2:jamendo:1945", "tier2:jamendo:1947" ]
tier2:jamendo:1603
null
https://www.jamendo.com/track/1603
null
[]
null
https://mp3l.jamendo.com/?trackid=1603&format=mp32
jamendo:artist-000256
artist_000256
jamendo
[ "tier2:jamendo:1556" ]
tier2:jamendo:1556
null
https://www.jamendo.com/track/1556
null
[]
null
https://mp3l.jamendo.com/?trackid=1556&format=mp32
jamendo:artist-000264
artist_000264
jamendo
[ "tier2:jamendo:11184", "tier2:jamendo:11185", "tier2:jamendo:11186", "tier2:jamendo:11187", "tier2:jamendo:11188", "tier2:jamendo:11189", "tier2:jamendo:11190", "tier2:jamendo:1147265", "tier2:jamendo:1147266", "tier2:jamendo:1147267", "tier2:jamendo:1147268", "tier2:jamendo:1147269", "tier2...
tier2:jamendo:11184
null
https://www.jamendo.com/track/11184
null
[]
null
https://mp3l.jamendo.com/?trackid=11184&format=mp32
jamendo:artist-000272
artist_000272
jamendo
[ "tier2:jamendo:3731" ]
tier2:jamendo:3731
null
https://www.jamendo.com/track/3731
null
[]
null
https://mp3l.jamendo.com/?trackid=3731&format=mp32
jamendo:artist-000276
artist_000276
jamendo
[ "tier2:jamendo:2211", "tier2:jamendo:2212", "tier2:jamendo:2213", "tier2:jamendo:2214", "tier2:jamendo:2215", "tier2:jamendo:2216", "tier2:jamendo:2217", "tier2:jamendo:2218", "tier2:jamendo:93183", "tier2:jamendo:93189", "tier2:jamendo:93208", "tier2:jamendo:93311" ]
tier2:jamendo:2211
null
https://www.jamendo.com/track/2211
null
[]
null
https://mp3l.jamendo.com/?trackid=2211&format=mp32
jamendo:artist-000283
artist_000283
jamendo
[ "tier2:jamendo:45984" ]
tier2:jamendo:45984
null
https://www.jamendo.com/track/45984
null
[]
null
https://mp3l.jamendo.com/?trackid=45984&format=mp32
jamendo:artist-000284
artist_000284
jamendo
[ "tier2:jamendo:2465", "tier2:jamendo:2533", "tier2:jamendo:2536" ]
tier2:jamendo:2465
null
https://www.jamendo.com/track/2465
null
[]
null
https://mp3l.jamendo.com/?trackid=2465&format=mp32
jamendo:artist-000285
artist_000285
jamendo
[ "tier2:jamendo:36350", "tier2:jamendo:36351", "tier2:jamendo:36352", "tier2:jamendo:36353", "tier2:jamendo:36354", "tier2:jamendo:36355", "tier2:jamendo:36356", "tier2:jamendo:5244", "tier2:jamendo:7408" ]
tier2:jamendo:36350
null
https://www.jamendo.com/track/36350
null
[]
null
https://mp3l.jamendo.com/?trackid=36350&format=mp32
jamendo:artist-000286
artist_000286
jamendo
[ "tier2:jamendo:3112" ]
tier2:jamendo:3112
null
https://www.jamendo.com/track/3112
null
[]
null
https://mp3l.jamendo.com/?trackid=3112&format=mp32
jamendo:artist-000287
artist_000287
jamendo
[ "tier2:jamendo:2615", "tier2:jamendo:2618", "tier2:jamendo:2620" ]
tier2:jamendo:2615
null
https://www.jamendo.com/track/2615
null
[]
null
https://mp3l.jamendo.com/?trackid=2615&format=mp32
jamendo:artist-000289
artist_000289
jamendo
[ "tier2:jamendo:2832", "tier2:jamendo:2833", "tier2:jamendo:2834", "tier2:jamendo:2835", "tier2:jamendo:2836", "tier2:jamendo:2837" ]
tier2:jamendo:2832
null
https://www.jamendo.com/track/2832
null
[]
null
https://mp3l.jamendo.com/?trackid=2832&format=mp32
jamendo:artist-000290
artist_000290
jamendo
[ "tier2:jamendo:2854", "tier2:jamendo:2855", "tier2:jamendo:2856", "tier2:jamendo:2857", "tier2:jamendo:2858", "tier2:jamendo:2859", "tier2:jamendo:2860", "tier2:jamendo:2861", "tier2:jamendo:2862", "tier2:jamendo:2863", "tier2:jamendo:2864", "tier2:jamendo:3108", "tier2:jamendo:3110", "tie...
tier2:jamendo:2854
null
https://www.jamendo.com/track/2854
null
[]
null
https://mp3l.jamendo.com/?trackid=2854&format=mp32
jamendo:artist-000305
artist_000305
jamendo
[ "tier2:jamendo:2208", "tier2:jamendo:2209", "tier2:jamendo:2210", "tier2:jamendo:3407", "tier2:jamendo:3409" ]
tier2:jamendo:2208
null
https://www.jamendo.com/track/2208
null
[]
null
https://mp3l.jamendo.com/?trackid=2208&format=mp32
jamendo:artist-000314
artist_000314
jamendo
[ "tier2:jamendo:1303173", "tier2:jamendo:2079", "tier2:jamendo:2080", "tier2:jamendo:2081", "tier2:jamendo:2082", "tier2:jamendo:2083", "tier2:jamendo:2084", "tier2:jamendo:2085", "tier2:jamendo:3270", "tier2:jamendo:3271", "tier2:jamendo:3272", "tier2:jamendo:3273", "tier2:jamendo:3274", "...
tier2:jamendo:1303173
null
https://www.jamendo.com/track/1303173
null
[]
null
https://mp3l.jamendo.com/?trackid=1303173&format=mp32
jamendo:artist-000316
artist_000316
jamendo
[ "tier2:jamendo:2011", "tier2:jamendo:7041" ]
tier2:jamendo:2011
null
https://www.jamendo.com/track/2011
null
[]
null
https://mp3l.jamendo.com/?trackid=2011&format=mp32
jamendo:artist-000320
artist_000320
jamendo
[ "tier2:jamendo:2261", "tier2:jamendo:2262", "tier2:jamendo:2263", "tier2:jamendo:2264" ]
tier2:jamendo:2261
null
https://www.jamendo.com/track/2261
null
[]
null
https://mp3l.jamendo.com/?trackid=2261&format=mp32
jamendo:artist-000326
artist_000326
jamendo
[ "tier2:jamendo:2164", "tier2:jamendo:2165", "tier2:jamendo:2166", "tier2:jamendo:2167", "tier2:jamendo:2168", "tier2:jamendo:2169", "tier2:jamendo:2170", "tier2:jamendo:2171", "tier2:jamendo:2172" ]
tier2:jamendo:2164
null
https://www.jamendo.com/track/2164
null
[]
null
https://mp3l.jamendo.com/?trackid=2164&format=mp32
jamendo:artist-000331
artist_000331
jamendo
[ "tier2:jamendo:19191", "tier2:jamendo:19197", "tier2:jamendo:2277", "tier2:jamendo:2278", "tier2:jamendo:2279", "tier2:jamendo:2280" ]
tier2:jamendo:19191
null
https://www.jamendo.com/track/19191
null
[]
null
https://mp3l.jamendo.com/?trackid=19191&format=mp32
jamendo:artist-000332
artist_000332
jamendo
[ "tier2:jamendo:120020", "tier2:jamendo:120021", "tier2:jamendo:120022", "tier2:jamendo:120023", "tier2:jamendo:2239", "tier2:jamendo:2240", "tier2:jamendo:2241", "tier2:jamendo:2242", "tier2:jamendo:2243", "tier2:jamendo:2244", "tier2:jamendo:2245", "tier2:jamendo:2246", "tier2:jamendo:2247"...
tier2:jamendo:120020
null
https://www.jamendo.com/track/120020
null
[]
null
https://mp3l.jamendo.com/?trackid=120020&format=mp32
jamendo:artist-000357
artist_000357
jamendo
[ "tier2:jamendo:116103", "tier2:jamendo:116104", "tier2:jamendo:116105", "tier2:jamendo:116106", "tier2:jamendo:116107", "tier2:jamendo:116108", "tier2:jamendo:116109", "tier2:jamendo:3961", "tier2:jamendo:3962", "tier2:jamendo:3963", "tier2:jamendo:3964" ]
tier2:jamendo:116103
null
https://www.jamendo.com/track/116103
null
[]
null
https://mp3l.jamendo.com/?trackid=116103&format=mp32
jamendo:artist-000379
artist_000379
jamendo
[ "tier2:jamendo:2634", "tier2:jamendo:2635", "tier2:jamendo:2636", "tier2:jamendo:2637", "tier2:jamendo:2639", "tier2:jamendo:2641", "tier2:jamendo:2644", "tier2:jamendo:2645", "tier2:jamendo:2652", "tier2:jamendo:2653" ]
tier2:jamendo:2634
null
https://www.jamendo.com/track/2634
null
[]
null
https://mp3l.jamendo.com/?trackid=2634&format=mp32
jamendo:artist-000441
artist_000441
jamendo
[ "tier2:jamendo:2966", "tier2:jamendo:2967", "tier2:jamendo:2968", "tier2:jamendo:2969", "tier2:jamendo:2970", "tier2:jamendo:2971", "tier2:jamendo:2972" ]
tier2:jamendo:2966
null
https://www.jamendo.com/track/2966
null
[]
null
https://mp3l.jamendo.com/?trackid=2966&format=mp32
jamendo:artist-000453
artist_000453
jamendo
[ "tier2:jamendo:1171190", "tier2:jamendo:1171191", "tier2:jamendo:1171231" ]
tier2:jamendo:1171190
null
https://www.jamendo.com/track/1171190
null
[]
null
https://mp3l.jamendo.com/?trackid=1171190&format=mp32
jamendo:artist-000482
artist_000482
jamendo
[ "tier2:jamendo:1092585", "tier2:jamendo:1092586", "tier2:jamendo:1092587", "tier2:jamendo:1092588", "tier2:jamendo:1092589", "tier2:jamendo:1092590", "tier2:jamendo:1092591", "tier2:jamendo:1092592", "tier2:jamendo:1092593", "tier2:jamendo:1092594", "tier2:jamendo:1092595", "tier2:jamendo:1155...
tier2:jamendo:1092585
null
https://www.jamendo.com/track/1092585
null
[]
null
https://mp3l.jamendo.com/?trackid=1092585&format=mp32
jamendo:artist-000485
artist_000485
jamendo
[ "tier2:jamendo:3127" ]
tier2:jamendo:3127
null
https://www.jamendo.com/track/3127
null
[]
null
https://mp3l.jamendo.com/?trackid=3127&format=mp32
jamendo:artist-000486
artist_000486
jamendo
[ "tier2:jamendo:3097", "tier2:jamendo:3098", "tier2:jamendo:3099", "tier2:jamendo:3100", "tier2:jamendo:3101", "tier2:jamendo:3102", "tier2:jamendo:3103", "tier2:jamendo:3983", "tier2:jamendo:3984", "tier2:jamendo:3985", "tier2:jamendo:3986", "tier2:jamendo:3987", "tier2:jamendo:5806", "tie...
tier2:jamendo:3097
null
https://www.jamendo.com/track/3097
null
[]
null
https://mp3l.jamendo.com/?trackid=3097&format=mp32
jamendo:artist-000500
artist_000500
jamendo
[ "tier2:jamendo:3222", "tier2:jamendo:9243" ]
tier2:jamendo:3222
null
https://www.jamendo.com/track/3222
null
[]
null
https://mp3l.jamendo.com/?trackid=3222&format=mp32
jamendo:artist-000508
artist_000508
jamendo
[ "tier2:jamendo:136024", "tier2:jamendo:136025", "tier2:jamendo:136026", "tier2:jamendo:136027", "tier2:jamendo:136028", "tier2:jamendo:136029", "tier2:jamendo:136030", "tier2:jamendo:136031", "tier2:jamendo:136032", "tier2:jamendo:136034", "tier2:jamendo:136035", "tier2:jamendo:136036", "tie...
tier2:jamendo:136024
null
https://www.jamendo.com/track/136024
null
[]
null
https://mp3l.jamendo.com/?trackid=136024&format=mp32
jamendo:artist-000511
artist_000511
jamendo
[ "tier2:jamendo:273391", "tier2:jamendo:273392", "tier2:jamendo:273393", "tier2:jamendo:273394", "tier2:jamendo:273395", "tier2:jamendo:273396", "tier2:jamendo:273397" ]
tier2:jamendo:273391
null
https://www.jamendo.com/track/273391
null
[]
null
https://mp3l.jamendo.com/?trackid=273391&format=mp32
jamendo:artist-000517
artist_000517
jamendo
[ "tier2:jamendo:3346", "tier2:jamendo:3347", "tier2:jamendo:3348", "tier2:jamendo:3349", "tier2:jamendo:3350", "tier2:jamendo:421116", "tier2:jamendo:421153", "tier2:jamendo:421154" ]
tier2:jamendo:3346
null
https://www.jamendo.com/track/3346
null
[]
null
https://mp3l.jamendo.com/?trackid=3346&format=mp32
jamendo:artist-000528
artist_000528
jamendo
[ "tier2:jamendo:3569", "tier2:jamendo:6039", "tier2:jamendo:6040", "tier2:jamendo:6043" ]
tier2:jamendo:3569
null
https://www.jamendo.com/track/3569
null
[]
null
https://mp3l.jamendo.com/?trackid=3569&format=mp32
jamendo:artist-000530
artist_000530
jamendo
[ "tier2:jamendo:232125", "tier2:jamendo:3516", "tier2:jamendo:3517", "tier2:jamendo:3518", "tier2:jamendo:3519", "tier2:jamendo:3520", "tier2:jamendo:3521", "tier2:jamendo:3522", "tier2:jamendo:3523", "tier2:jamendo:3524", "tier2:jamendo:3525", "tier2:jamendo:3526" ]
tier2:jamendo:232125
null
https://www.jamendo.com/track/232125
null
[]
null
https://mp3l.jamendo.com/?trackid=232125&format=mp32
jamendo:artist-000533
artist_000533
jamendo
[ "tier2:jamendo:157676", "tier2:jamendo:157677", "tier2:jamendo:157679", "tier2:jamendo:157683", "tier2:jamendo:157685", "tier2:jamendo:157686", "tier2:jamendo:32618", "tier2:jamendo:32623", "tier2:jamendo:467279" ]
tier2:jamendo:157676
null
https://www.jamendo.com/track/157676
null
[]
null
https://mp3l.jamendo.com/?trackid=157676&format=mp32
jamendo:artist-000560
artist_000560
jamendo
[ "tier2:jamendo:200160", "tier2:jamendo:200162", "tier2:jamendo:200163", "tier2:jamendo:200164", "tier2:jamendo:200165", "tier2:jamendo:200170", "tier2:jamendo:200171", "tier2:jamendo:200172", "tier2:jamendo:200173", "tier2:jamendo:200174", "tier2:jamendo:200175", "tier2:jamendo:200176", "tie...
tier2:jamendo:200160
null
https://www.jamendo.com/track/200160
null
[]
null
https://mp3l.jamendo.com/?trackid=200160&format=mp32
jamendo:artist-000573
artist_000573
jamendo
[ "tier2:jamendo:3933", "tier2:jamendo:3935", "tier2:jamendo:3936", "tier2:jamendo:3939" ]
tier2:jamendo:3933
null
https://www.jamendo.com/track/3933
null
[]
null
https://mp3l.jamendo.com/?trackid=3933&format=mp32
jamendo:artist-000587
artist_000587
jamendo
[ "tier2:jamendo:22101" ]
tier2:jamendo:22101
null
https://www.jamendo.com/track/22101
null
[]
null
https://mp3l.jamendo.com/?trackid=22101&format=mp32
jamendo:artist-000594
artist_000594
jamendo
[ "tier2:jamendo:22772", "tier2:jamendo:4241", "tier2:jamendo:4242", "tier2:jamendo:4243", "tier2:jamendo:4245", "tier2:jamendo:4246", "tier2:jamendo:4247", "tier2:jamendo:4248", "tier2:jamendo:4249", "tier2:jamendo:4251" ]
tier2:jamendo:22772
null
https://www.jamendo.com/track/22772
null
[]
null
https://mp3l.jamendo.com/?trackid=22772&format=mp32
jamendo:artist-000614
artist_000614
jamendo
[ "tier2:jamendo:4028" ]
tier2:jamendo:4028
null
https://www.jamendo.com/track/4028
null
[]
null
https://mp3l.jamendo.com/?trackid=4028&format=mp32
jamendo:artist-000628
artist_000628
jamendo
[ "tier2:jamendo:117990", "tier2:jamendo:118019", "tier2:jamendo:16861", "tier2:jamendo:16862", "tier2:jamendo:16863", "tier2:jamendo:16864", "tier2:jamendo:16865" ]
tier2:jamendo:117990
null
https://www.jamendo.com/track/117990
null
[]
null
https://mp3l.jamendo.com/?trackid=117990&format=mp32
jamendo:artist-000644
artist_000644
jamendo
[ "tier2:jamendo:4392", "tier2:jamendo:4393", "tier2:jamendo:4394", "tier2:jamendo:4395", "tier2:jamendo:4396", "tier2:jamendo:4397", "tier2:jamendo:4398", "tier2:jamendo:4399", "tier2:jamendo:4400", "tier2:jamendo:4401", "tier2:jamendo:4402" ]
tier2:jamendo:4392
null
https://www.jamendo.com/track/4392
null
[]
null
https://mp3l.jamendo.com/?trackid=4392&format=mp32
jamendo:artist-000675
artist_000675
jamendo
[ "tier2:jamendo:25553", "tier2:jamendo:25554", "tier2:jamendo:25555", "tier2:jamendo:25556", "tier2:jamendo:25557", "tier2:jamendo:25558", "tier2:jamendo:25559", "tier2:jamendo:25560", "tier2:jamendo:25561", "tier2:jamendo:25562", "tier2:jamendo:25563", "tier2:jamendo:25564", "tier2:jamendo:2...
tier2:jamendo:25553
null
https://www.jamendo.com/track/25553
null
[]
null
https://mp3l.jamendo.com/?trackid=25553&format=mp32
jamendo:artist-000696
artist_000696
jamendo
[ "tier2:jamendo:11745", "tier2:jamendo:11747", "tier2:jamendo:11750", "tier2:jamendo:11751", "tier2:jamendo:11756", "tier2:jamendo:11760", "tier2:jamendo:11765", "tier2:jamendo:11767", "tier2:jamendo:11771", "tier2:jamendo:11773", "tier2:jamendo:128834", "tier2:jamendo:128838", "tier2:jamendo...
tier2:jamendo:11745
null
https://www.jamendo.com/track/11745
null
[]
null
https://mp3l.jamendo.com/?trackid=11745&format=mp32
jamendo:artist-000748
artist_000748
jamendo
[ "tier2:jamendo:5139", "tier2:jamendo:5140", "tier2:jamendo:5141", "tier2:jamendo:5142", "tier2:jamendo:5143", "tier2:jamendo:5144", "tier2:jamendo:5145", "tier2:jamendo:5146", "tier2:jamendo:5147" ]
tier2:jamendo:5139
null
https://www.jamendo.com/track/5139
null
[]
null
https://mp3l.jamendo.com/?trackid=5139&format=mp32
jamendo:artist-000764
artist_000764
jamendo
[ "tier2:jamendo:5393" ]
tier2:jamendo:5393
null
https://www.jamendo.com/track/5393
null
[]
null
https://mp3l.jamendo.com/?trackid=5393&format=mp32
jamendo:artist-000768
artist_000768
jamendo
[ "tier2:jamendo:10643", "tier2:jamendo:10644", "tier2:jamendo:10645", "tier2:jamendo:10646", "tier2:jamendo:10647", "tier2:jamendo:150740", "tier2:jamendo:150742", "tier2:jamendo:150743", "tier2:jamendo:150754", "tier2:jamendo:150760", "tier2:jamendo:418035", "tier2:jamendo:418036", "tier2:ja...
tier2:jamendo:10643
null
https://www.jamendo.com/track/10643
null
[]
null
https://mp3l.jamendo.com/?trackid=10643&format=mp32
jamendo:artist-000777
artist_000777
jamendo
[ "tier2:jamendo:18012", "tier2:jamendo:18013", "tier2:jamendo:180781", "tier2:jamendo:5369", "tier2:jamendo:5370", "tier2:jamendo:5371", "tier2:jamendo:5372" ]
tier2:jamendo:18012
null
https://www.jamendo.com/track/18012
null
[]
null
https://mp3l.jamendo.com/?trackid=18012&format=mp32
jamendo:artist-000786
artist_000786
jamendo
[ "tier2:jamendo:5482", "tier2:jamendo:5483", "tier2:jamendo:5484", "tier2:jamendo:5485", "tier2:jamendo:5486" ]
tier2:jamendo:5482
null
https://www.jamendo.com/track/5482
null
[]
null
https://mp3l.jamendo.com/?trackid=5482&format=mp32
jamendo:artist-000787
artist_000787
jamendo
[ "tier2:jamendo:33177", "tier2:jamendo:33178", "tier2:jamendo:33179", "tier2:jamendo:33180", "tier2:jamendo:33181", "tier2:jamendo:33182", "tier2:jamendo:33183", "tier2:jamendo:33184", "tier2:jamendo:6606", "tier2:jamendo:6607", "tier2:jamendo:6608", "tier2:jamendo:6609", "tier2:jamendo:6610"...
tier2:jamendo:33177
null
https://www.jamendo.com/track/33177
null
[]
null
https://mp3l.jamendo.com/?trackid=33177&format=mp32
jamendo:artist-000789
artist_000789
jamendo
[ "tier2:jamendo:156443", "tier2:jamendo:5760" ]
tier2:jamendo:156443
null
https://www.jamendo.com/track/156443
null
[]
null
https://mp3l.jamendo.com/?trackid=156443&format=mp32
jamendo:artist-000793
artist_000793
jamendo
[ "tier2:jamendo:30857", "tier2:jamendo:30858", "tier2:jamendo:30859", "tier2:jamendo:30860", "tier2:jamendo:30861", "tier2:jamendo:30862", "tier2:jamendo:30863", "tier2:jamendo:30864", "tier2:jamendo:30865", "tier2:jamendo:30866", "tier2:jamendo:30867", "tier2:jamendo:30868" ]
tier2:jamendo:30857
null
https://www.jamendo.com/track/30857
null
[]
null
https://mp3l.jamendo.com/?trackid=30857&format=mp32
jamendo:artist-000795
artist_000795
jamendo
[ "tier2:jamendo:6007", "tier2:jamendo:6008", "tier2:jamendo:6010", "tier2:jamendo:6011", "tier2:jamendo:6012", "tier2:jamendo:6013", "tier2:jamendo:6014", "tier2:jamendo:6015", "tier2:jamendo:6016", "tier2:jamendo:6017" ]
tier2:jamendo:6007
null
https://www.jamendo.com/track/6007
null
[]
null
https://mp3l.jamendo.com/?trackid=6007&format=mp32
jamendo:artist-000797
artist_000797
jamendo
[ "tier2:jamendo:116593", "tier2:jamendo:116594", "tier2:jamendo:12850", "tier2:jamendo:12851", "tier2:jamendo:12852", "tier2:jamendo:12853", "tier2:jamendo:12854", "tier2:jamendo:12855", "tier2:jamendo:12856", "tier2:jamendo:12857", "tier2:jamendo:12858", "tier2:jamendo:157116", "tier2:jamend...
tier2:jamendo:116593
null
https://www.jamendo.com/track/116593
null
[]
null
https://mp3l.jamendo.com/?trackid=116593&format=mp32
jamendo:artist-000811
artist_000811
jamendo
[ "tier2:jamendo:1037338", "tier2:jamendo:1037339", "tier2:jamendo:1037340", "tier2:jamendo:1037343", "tier2:jamendo:1037344", "tier2:jamendo:1037362", "tier2:jamendo:1037363", "tier2:jamendo:1037368", "tier2:jamendo:1037370", "tier2:jamendo:1037375", "tier2:jamendo:110635", "tier2:jamendo:11063...
tier2:jamendo:1037338
null
https://www.jamendo.com/track/1037338
null
[]
null
https://mp3l.jamendo.com/?trackid=1037338&format=mp32
jamendo:artist-000822
artist_000822
jamendo
[ "tier2:jamendo:37993", "tier2:jamendo:37994", "tier2:jamendo:37995", "tier2:jamendo:37996", "tier2:jamendo:37997", "tier2:jamendo:37998", "tier2:jamendo:37999", "tier2:jamendo:38000", "tier2:jamendo:38001", "tier2:jamendo:38002", "tier2:jamendo:38003", "tier2:jamendo:38004", "tier2:jamendo:3...
tier2:jamendo:37993
null
https://www.jamendo.com/track/37993
null
[]
null
https://mp3l.jamendo.com/?trackid=37993&format=mp32
jamendo:artist-000843
artist_000843
jamendo
[ "tier2:jamendo:8855", "tier2:jamendo:8857" ]
tier2:jamendo:8855
null
https://www.jamendo.com/track/8855
null
[]
null
https://mp3l.jamendo.com/?trackid=8855&format=mp32
jamendo:artist-000847
artist_000847
jamendo
[ "tier2:jamendo:6146", "tier2:jamendo:6147", "tier2:jamendo:6148", "tier2:jamendo:6149", "tier2:jamendo:6150", "tier2:jamendo:6151", "tier2:jamendo:6152", "tier2:jamendo:6153", "tier2:jamendo:6154", "tier2:jamendo:6155", "tier2:jamendo:6156" ]
tier2:jamendo:6146
null
https://www.jamendo.com/track/6146
null
[]
null
https://mp3l.jamendo.com/?trackid=6146&format=mp32
jamendo:artist-000848
artist_000848
jamendo
[ "tier2:jamendo:159347", "tier2:jamendo:38536", "tier2:jamendo:38540", "tier2:jamendo:5983", "tier2:jamendo:5991", "tier2:jamendo:5994" ]
tier2:jamendo:159347
null
https://www.jamendo.com/track/159347
null
[]
null
https://mp3l.jamendo.com/?trackid=159347&format=mp32
jamendo:artist-000852
artist_000852
jamendo
[ "tier2:jamendo:6177", "tier2:jamendo:6178", "tier2:jamendo:6179", "tier2:jamendo:6180", "tier2:jamendo:6181", "tier2:jamendo:6182", "tier2:jamendo:6183" ]
tier2:jamendo:6177
null
https://www.jamendo.com/track/6177
null
[]
null
https://mp3l.jamendo.com/?trackid=6177&format=mp32
jamendo:artist-000861
artist_000861
jamendo
[ "tier2:jamendo:102778", "tier2:jamendo:109179", "tier2:jamendo:109186", "tier2:jamendo:130638", "tier2:jamendo:176553", "tier2:jamendo:319574", "tier2:jamendo:32661", "tier2:jamendo:46506", "tier2:jamendo:6047", "tier2:jamendo:6054", "tier2:jamendo:6057" ]
tier2:jamendo:102778
null
https://www.jamendo.com/track/102778
null
[]
null
https://mp3l.jamendo.com/?trackid=102778&format=mp32
jamendo:artist-000876
artist_000876
jamendo
[ "tier2:jamendo:1129092", "tier2:jamendo:1129097", "tier2:jamendo:1129102", "tier2:jamendo:14728", "tier2:jamendo:14729", "tier2:jamendo:14730", "tier2:jamendo:14731", "tier2:jamendo:14732", "tier2:jamendo:14733", "tier2:jamendo:14734", "tier2:jamendo:14735", "tier2:jamendo:14736", "tier2:jam...
tier2:jamendo:1129092
null
https://www.jamendo.com/track/1129092
null
[]
null
https://mp3l.jamendo.com/?trackid=1129092&format=mp32
jamendo:artist-000905
artist_000905
jamendo
[ "tier2:jamendo:115196", "tier2:jamendo:115203", "tier2:jamendo:115206", "tier2:jamendo:115208", "tier2:jamendo:115275", "tier2:jamendo:115277", "tier2:jamendo:115278", "tier2:jamendo:115279", "tier2:jamendo:115285", "tier2:jamendo:115295", "tier2:jamendo:18070", "tier2:jamendo:18071", "tier2...
tier2:jamendo:115196
null
https://www.jamendo.com/track/115196
null
[]
null
https://mp3l.jamendo.com/?trackid=115196&format=mp32
jamendo:artist-000906
artist_000906
jamendo
[ "tier2:jamendo:166793" ]
tier2:jamendo:166793
null
https://www.jamendo.com/track/166793
null
[]
null
https://mp3l.jamendo.com/?trackid=166793&format=mp32
jamendo:artist-000910
artist_000910
jamendo
[ "tier2:jamendo:36598", "tier2:jamendo:36599", "tier2:jamendo:36600", "tier2:jamendo:36602", "tier2:jamendo:6751", "tier2:jamendo:6752", "tier2:jamendo:6753", "tier2:jamendo:6754", "tier2:jamendo:6755", "tier2:jamendo:6756", "tier2:jamendo:6757" ]
tier2:jamendo:36598
null
https://www.jamendo.com/track/36598
null
[]
null
https://mp3l.jamendo.com/?trackid=36598&format=mp32
jamendo:artist-000936
artist_000936
jamendo
[ "tier2:jamendo:224572", "tier2:jamendo:224574", "tier2:jamendo:224575", "tier2:jamendo:224576", "tier2:jamendo:224578", "tier2:jamendo:224579", "tier2:jamendo:224580", "tier2:jamendo:323567", "tier2:jamendo:323570", "tier2:jamendo:323572", "tier2:jamendo:34768", "tier2:jamendo:34769", "tier2...
tier2:jamendo:224572
null
https://www.jamendo.com/track/224572
null
[]
null
https://mp3l.jamendo.com/?trackid=224572&format=mp32
jamendo:artist-000937
artist_000937
jamendo
[ "tier2:jamendo:6719", "tier2:jamendo:6720", "tier2:jamendo:6721", "tier2:jamendo:6722", "tier2:jamendo:6723", "tier2:jamendo:6724", "tier2:jamendo:6725", "tier2:jamendo:6726", "tier2:jamendo:6727", "tier2:jamendo:6728", "tier2:jamendo:6729", "tier2:jamendo:6730", "tier2:jamendo:6731", "tie...
tier2:jamendo:6719
null
https://www.jamendo.com/track/6719
null
[]
null
https://mp3l.jamendo.com/?trackid=6719&format=mp32
jamendo:artist-000939
artist_000939
jamendo
[ "tier2:jamendo:35743", "tier2:jamendo:35744", "tier2:jamendo:35745", "tier2:jamendo:35747", "tier2:jamendo:35749", "tier2:jamendo:35750", "tier2:jamendo:6824", "tier2:jamendo:6826", "tier2:jamendo:6827" ]
tier2:jamendo:35743
null
https://www.jamendo.com/track/35743
null
[]
null
https://mp3l.jamendo.com/?trackid=35743&format=mp32
jamendo:artist-000944
artist_000944
jamendo
[ "tier2:jamendo:1039586", "tier2:jamendo:13331" ]
tier2:jamendo:1039586
null
https://www.jamendo.com/track/1039586
null
[]
null
https://mp3l.jamendo.com/?trackid=1039586&format=mp32
jamendo:artist-000949
artist_000949
jamendo
[ "tier2:jamendo:7092", "tier2:jamendo:7093", "tier2:jamendo:7094", "tier2:jamendo:7095", "tier2:jamendo:7096", "tier2:jamendo:7097", "tier2:jamendo:7098", "tier2:jamendo:7099" ]
tier2:jamendo:7092
null
https://www.jamendo.com/track/7092
null
[]
null
https://mp3l.jamendo.com/?trackid=7092&format=mp32
jamendo:artist-000951
artist_000951
jamendo
[ "tier2:jamendo:11903", "tier2:jamendo:11904", "tier2:jamendo:7542", "tier2:jamendo:7543", "tier2:jamendo:7544", "tier2:jamendo:7545", "tier2:jamendo:7546", "tier2:jamendo:7547", "tier2:jamendo:7548", "tier2:jamendo:7549", "tier2:jamendo:7550", "tier2:jamendo:7551", "tier2:jamendo:7552" ]
tier2:jamendo:11903
null
https://www.jamendo.com/track/11903
null
[]
null
https://mp3l.jamendo.com/?trackid=11903&format=mp32
jamendo:artist-000989
artist_000989
jamendo
[ "tier2:jamendo:216906" ]
tier2:jamendo:216906
null
https://www.jamendo.com/track/216906
null
[]
null
https://mp3l.jamendo.com/?trackid=216906&format=mp32
jamendo:artist-001005
artist_001005
jamendo
[ "tier2:jamendo:7788" ]
tier2:jamendo:7788
null
https://www.jamendo.com/track/7788
null
[]
null
https://mp3l.jamendo.com/?trackid=7788&format=mp32
jamendo:artist-001025
artist_001025
jamendo
[ "tier2:jamendo:20941", "tier2:jamendo:20942", "tier2:jamendo:20943", "tier2:jamendo:20944", "tier2:jamendo:20945", "tier2:jamendo:262577", "tier2:jamendo:262610", "tier2:jamendo:262623", "tier2:jamendo:262632", "tier2:jamendo:262802", "tier2:jamendo:262824", "tier2:jamendo:263385", "tier2:ja...
tier2:jamendo:20941
null
https://www.jamendo.com/track/20941
null
[]
null
https://mp3l.jamendo.com/?trackid=20941&format=mp32
jamendo:artist-001048
artist_001048
jamendo
[ "tier2:jamendo:117292", "tier2:jamendo:117300" ]
tier2:jamendo:117292
null
https://www.jamendo.com/track/117292
null
[]
null
https://mp3l.jamendo.com/?trackid=117292&format=mp32
jamendo:artist-001051
artist_001051
jamendo
[ "tier2:jamendo:7195", "tier2:jamendo:7196", "tier2:jamendo:7197", "tier2:jamendo:7198", "tier2:jamendo:7199", "tier2:jamendo:7200", "tier2:jamendo:7201", "tier2:jamendo:7202", "tier2:jamendo:7203", "tier2:jamendo:7204", "tier2:jamendo:7205", "tier2:jamendo:7206" ]
tier2:jamendo:7195
null
https://www.jamendo.com/track/7195
null
[]
null
https://mp3l.jamendo.com/?trackid=7195&format=mp32
jamendo:artist-001058
artist_001058
jamendo
[ "tier2:jamendo:1066130", "tier2:jamendo:1066131", "tier2:jamendo:1066132", "tier2:jamendo:1066133", "tier2:jamendo:1066134", "tier2:jamendo:1066135", "tier2:jamendo:1066136", "tier2:jamendo:1066137", "tier2:jamendo:1066138", "tier2:jamendo:1066139", "tier2:jamendo:1066144", "tier2:jamendo:1066...
tier2:jamendo:1066130
null
https://www.jamendo.com/track/1066130
null
[]
null
https://mp3l.jamendo.com/?trackid=1066130&format=mp32
jamendo:artist-001059
artist_001059
jamendo
[ "tier2:jamendo:44715", "tier2:jamendo:44716", "tier2:jamendo:44717", "tier2:jamendo:44718", "tier2:jamendo:44719", "tier2:jamendo:44720", "tier2:jamendo:44721", "tier2:jamendo:7759", "tier2:jamendo:7760", "tier2:jamendo:7761", "tier2:jamendo:7762", "tier2:jamendo:7763", "tier2:jamendo:7764" ...
tier2:jamendo:44715
null
https://www.jamendo.com/track/44715
null
[]
null
https://mp3l.jamendo.com/?trackid=44715&format=mp32
jamendo:artist-001064
artist_001064
jamendo
[ "tier2:jamendo:1181577", "tier2:jamendo:1181578", "tier2:jamendo:24238", "tier2:jamendo:24242", "tier2:jamendo:25989", "tier2:jamendo:25992", "tier2:jamendo:282554", "tier2:jamendo:282557", "tier2:jamendo:422556", "tier2:jamendo:422558", "tier2:jamendo:422560", "tier2:jamendo:534299", "tier2...
tier2:jamendo:1181577
null
https://www.jamendo.com/track/1181577
null
[]
null
https://mp3l.jamendo.com/?trackid=1181577&format=mp32
jamendo:artist-001090
artist_001090
jamendo
[ "tier2:jamendo:270044", "tier2:jamendo:273948", "tier2:jamendo:273949", "tier2:jamendo:284833" ]
tier2:jamendo:270044
null
https://www.jamendo.com/track/270044
null
[]
null
https://mp3l.jamendo.com/?trackid=270044&format=mp32
jamendo:artist-001095
artist_001095
jamendo
[ "tier2:jamendo:134824", "tier2:jamendo:134830", "tier2:jamendo:134833", "tier2:jamendo:134839", "tier2:jamendo:134843", "tier2:jamendo:134849", "tier2:jamendo:134851" ]
tier2:jamendo:134824
null
https://www.jamendo.com/track/134824
null
[]
null
https://mp3l.jamendo.com/?trackid=134824&format=mp32
jamendo:artist-001119
artist_001119
jamendo
[ "tier2:jamendo:7832" ]
tier2:jamendo:7832
null
https://www.jamendo.com/track/7832
null
[]
null
https://mp3l.jamendo.com/?trackid=7832&format=mp32
jamendo:artist-001125
artist_001125
jamendo
[ "tier2:jamendo:7582", "tier2:jamendo:7583", "tier2:jamendo:7585", "tier2:jamendo:7586", "tier2:jamendo:7587", "tier2:jamendo:7588", "tier2:jamendo:7589", "tier2:jamendo:76138", "tier2:jamendo:76139", "tier2:jamendo:76140" ]
tier2:jamendo:7582
null
https://www.jamendo.com/track/7582
null
[]
null
https://mp3l.jamendo.com/?trackid=7582&format=mp32
jamendo:artist-001166
artist_001166
jamendo
[ "tier2:jamendo:1302030", "tier2:jamendo:1302031", "tier2:jamendo:1317899", "tier2:jamendo:1317900", "tier2:jamendo:1317901", "tier2:jamendo:1317902", "tier2:jamendo:1317903", "tier2:jamendo:1317904", "tier2:jamendo:1317905", "tier2:jamendo:1317906", "tier2:jamendo:14085", "tier2:jamendo:14086"...
tier2:jamendo:1302030
null
https://www.jamendo.com/track/1302030
null
[]
null
https://mp3l.jamendo.com/?trackid=1302030&format=mp32
jamendo:artist-001183
artist_001183
jamendo
[ "tier2:jamendo:287645", "tier2:jamendo:287669", "tier2:jamendo:287676", "tier2:jamendo:287680", "tier2:jamendo:287701" ]
tier2:jamendo:287645
null
https://www.jamendo.com/track/287645
null
[]
null
https://mp3l.jamendo.com/?trackid=287645&format=mp32
jamendo:artist-001212
artist_001212
jamendo
[ "tier2:jamendo:1058134", "tier2:jamendo:1058190", "tier2:jamendo:1215844", "tier2:jamendo:1215845", "tier2:jamendo:1215846", "tier2:jamendo:1215848", "tier2:jamendo:1215849", "tier2:jamendo:1215850" ]
tier2:jamendo:1058134
null
https://www.jamendo.com/track/1058134
null
[]
null
https://mp3l.jamendo.com/?trackid=1058134&format=mp32
jamendo:artist-001216
artist_001216
jamendo
[ "tier2:jamendo:1029393" ]
tier2:jamendo:1029393
null
https://www.jamendo.com/track/1029393
null
[]
null
https://mp3l.jamendo.com/?trackid=1029393&format=mp32
End of preview.

No dataset card yet

Downloads last month
417

Space using RajatA98/dundo-corpus 1