Link Analyzer
-{{ title }}
-{{ subtitle }}
-ISRC | -{{ data.isrc }} | -
UPC | -{{ data.upc }} | -
Duration | -{{ convertDuration(data.duration) }} | -
Disk Number | -{{ data.disk_number }} | -
Track Number | -{{ data.track_position }} | -
Release Date | -{{ data.release_date }} | -
BPM | -{{ data.bpm }} | -
Label | -{{ data.label }} | -
Record Type | -{{ data.record_type }} | -
Genres | -{{ data.genres.data.map(x => x.name).join("; ") }} | -
{{ country[0] }} - {{ country[1] }}
+You can use this section to find out more information about the link you are trying to download
This is usefull if you're trying to download some tracks that are not available in your country and want to know where they are available
{{ title }}
+by {{data.artist.name}} • in {{data.album.title}}
+by {{data.artist.name}} • {{data.nb_tracks}} tracks
+ISRC | +{{ data.isrc }} | +
UPC | +{{ data.upc }} | +
Duration | +{{ convertDuration(data.duration) }} | +
Disk Number | +{{ data.disk_number }} | +
Track Number | +{{ data.track_position }} | +
Release Date | +{{ data.release_date }} | +
BPM | +{{ data.bpm }} | +
Label | +{{ data.label }} | +
Record Type | +{{ data.record_type }} | +
Genres | +{{ data.genres.data.map(x => x.name).join("; ") }} | +
{{ country[0] }} - {{ country[1] }}
+