Quirky Wallpaper Series: Use Your LastFm Data As A Cool Wallpaper!

WallpaperFM converts your Last.Fm data into a really cool – and highly customizable – wallpaper.

Way too cool not to make part of my Quirky Wallpaper Series and share with the rest of you Ubuntu users!

If you want to try this out, open a terminal and paste each line.

  • cd
  • mkdir wallpaperfm
  • cd wallpaperfm
  • wget http://ledazibao.free.fr/wallpaperfm/wallpaperfm.py
  • chmod a+x wallpaperfm.py
  • ./wallpaperfm.py -u YOURLASTFMUSERNAME
This gives you the “basic” look.
Default wallpaperfm style

The basic look is nice, but you can tweak it much further – and enable some really cool styles to boot!

Tweak
Open a terminal and cd to /wallpaperfm (or whereever you have saved the .py file you wget‘d above.)

Type:

  • ./wallpaperfm.py -u YOUUSERNAME

Then add any of the following options that you see fit.

Username

-u ausername

Time Period

-t overall
-t 3month
-t 12month
-t 6month

Style

-m tile
-m glass
-m collage

Wallpaper size
-i yourwallpapersize

Opacity

-O numberbetween0and100

As such my command might look like this: -

./wallpaperfm.py -u joeysneddon -i 1440×900 -m collage -t overall

More Options

As well as the general options listed above, there are specific options for each “mode”.

Tile Options

You can change the size of the album covers from the default setting of 130×130.
-a imagesize

for example: -

-a 100

gives you album tiles 100×100.

Collage Options

You can specify how many album covers are used in the collage by using the following flag: -

-n numberofalbumcovers

Example: -

-n 60

would use 60 album covers.

Glass Options

You can choose to display more than 7 albums in the Glass mode by also using the -n flag.

Example: -

-n 10

The size of the covers will decrease as you increase the number.

Glass mode using 14 covers.

You can find more options on the official site @ http://ledazibao.free.fr/wallpaperfm

Updating

You can use this hack offline too, just use the -l flag.

Related posts:

  1. Quirky Wallpaper Series: Real Time Earth View Wallpaper
  2. Quirky Wallpaper Series: Random NASA Wallpaper Script
Post a comment or leave a trackback: Trackback URL.
  • http://www.webupd8.org Andrew

    Thanks for mentioning Web Upd8.

    Cheers!

  • Mel

    Damn! That looks great!!!

    They should develop a GUI for this thing.

  • Anonymous

    another cool wallpaper trick :) thanks :)

  • lol

    ROFL

  • John

    This is absolutely amazing – thanks!

  • http://mvdchopsuey.com/ Tabaré Caorsi

    Useful script to generate and change you Ubuntu wallpaper using wallpaperfm:

    NOTE: this asumes you have wallpaper fm on ~/bin/wallpaperfm and generates a collage wallpaper using last 3 months. Change accordingly to your needs.

    #!/bin/sh
    cd ~/bin/wallpaperfm
    ./wallpaperfm.py -u YOUR_LASTFM_USERNAME -i 1280×720 -m collage -t 3month
    gconftool -t string -s /desktop/gnome/background/picture_filename ~/bin/wallpaperfm/YOUR_LASTFM_USERNAME.jpg

    you can create a crontab for this and have a new wallpaper each hour :)

  • Anonymous

    I love this wallpaper. thanks!!
    I’ve had a beef with Ubuntu screensavers. checkout my Brainstorm idea
    http://brainstorm.ubuntu.com/idea/21468/

  • Heathen

    ./wallpaperfm.py -u

    Traceback (most recent call last):
    File “./wallpaperfm.py”, line 26, in
    import Image
    ImportError: No module named Image

    Help?

    • http://www.lucainvernizzi.net Luca Invernizzi

      sudo aptitude install python-imaging

  • Anonymous

    Thank you!!

  • Joe

    Wow this is really cool but does this work on Kubuntu too? Well I’ll simply try!

    • Joe

      Okay that was dump… I creates an image… so it will of course work.