Last.fm image generator

use RGB color scheme

use RGB color scheme

Back on top  •  Česky  •  Home

Notice

All fonts which I used for are free for use. But I couldn't find licence agreement for some. If you found any licence agreement, that forbids to use the font, please contact me. I wouldn't like to infringe any font licence.

Back on top  •  Česky  •  Home

What is it?

This generator creates xml file or image based on data from last.fm database. Generated xml contains all details about last.fm user profile and average playcounts from all seasons. Created image contains only one of these averages playcounts, the selected one. On the image it's possible to put there a sentence that informs about selected season or last.fm user name. On the season choice list there is a day, week, month and whole time since registration at last.fm.

Aim and requirements

This service could be useful for last.fm users who have their own webpage or write any blog on the Net and want to inform theirs visitors about themselves. There is no requirement and registration forms to be allowed to use this service. It's free of charge. You can simply copy the url of the generated image.

Example: Simple XML output, just edited Last.fm xml

original xml:   http://ws.audioscrobbler.com/1.0/user/S0chi/profile.xml
edited xml:     http://lastfm.icebolt.info/tracks.php?username=S0chi&season=all&output=xml

Example: Tracks per week, PNG with season title and username on bottom

direct link:          http://lastfm.icebolt.info/tracks.php?username=S0chi&season=week&method=allbottom&output=png&background=eeeeee&fontcolor=ff0000&font=narrow
html code:            <img src="http://lastfm.icebolt.info/tracks.php?username=S0chi&season=week&method=allbottom&output=png&background=eeeeee&fontcolor=ff0000&font=narrow" alt="Last.fm image" title="My number of tracks played per week on Last.fm" >
html code with link:  <a href="http://lastfm.icebolt.info"><img src="http://lastfm.icebolt.info/tracks.php?username=S0chi&season=week&method=allbottom&output=png&background=eeeeee&fontcolor=ff0000&font=narrow" alt="Last.fm image" title="My number of tracks played per week on Last.fm" ></a>
bb code:              [img]http://lastfm.icebolt.info/tracks.php?username=S0chi&season=week&method=allbottom&output=png&background=eeeeee&fontcolor=ff0000&font=narrow[/img] 
bb code with link:    [url=http://lastfm.icebolt.info/][img]http://lastfm.icebolt.info/tracks.php?username=S0chi&season=week&method=allbottom&output=png&background=eeeeee&fontcolor=ff0000&font=narrow[/img][/url]

Example: Total played tracks, JPEG without any description

direct link:          http://lastfm.icebolt.info/tracks.php?username=S0chi&season=total&method=simple&output=jpg&background=eeeeee&fontcolor=0000ff&font=narrow
html code:            <img src="http://lastfm.icebolt.info/tracks.php?username=S0chi&season=total&method=simple&output=jpg&background=eeeeee&fontcolor=0000ff&font=narrow" alt="Last.fm image" title="My total number of tracks played on Last.fm" >
html code with link:  <a href="http://lastfm.icebolt.info"><img src="http://lastfm.icebolt.info/tracks.php?username=S0chi&season=total&method=simple&output=jpg&background=eeeeee&fontcolor=0000ff&font=narrow" alt="Last.fm image" title="My total number of tracks played on Last.fm" ></a>
bb code:              [img]http://lastfm.icebolt.info/tracks.php?username=S0chi&season=total&method=simple&output=jpg&background=eeeeee&fontcolor=0000ff&font=narrow[/img]
bb code with link:    [url=http://lastfm.icebolt.info/][img]http://lastfm.icebolt.info/tracks.php?username=S0chi&season=total&method=simple&output=jpg&background=eeeeee&fontcolor=0000ff&font=narrow[/img][/url]

Back on top  •  Česky  •  Home