Docs‎ > ‎OpenSource‎ > ‎

lastfm_gettracks

This command line tool is part of the "jld_scripts" package found on Pypi.

This tool downloads the tracks contained in a user's Last.fm library (using the API method library.gettracks) and outputs each line through stdout using the following format:

$artist__$track_name__$playcount

where the "_" represents a whitespace (thus in this case, 2 whitespaces between each field).

The user's profile must be set to public on Last.fm.

Comments