August 2016
Beginner to intermediate
717 pages
15h 24m
English
The Last.fm file also allows you to take data from their services in XML format. In this recipe, I will show you how to do this.
To prepare importing top tracks from Last.fm in the XML format, follow these steps:
<?xml version="1.0" encoding="UTF-8"?> <lfm status="ok"> <tracks tag="disco" page="1" perPage="50" totalPages="26205" total="1310249"> <track rank="1"> <name>Billie Jean</name> <duration>293</duration> <mbid>f980fc14-e29b-481d-ad3a-5ed9b4ab6340</mbid> ...
Read now
Unlock full access