Hi, iPod shuffle using folks.

Want to know what songs your shuffle played last?
Under Linux:
> mount /mnt/shuffle
> python /path/to/last.py
...will print the 5 songs last played.

Yes, but you want to know the last 12 songs?
> python /path/to/last.py 12
easy, isn't it?

By the way, it might be a good idea to copy last.py
onto your shuffle, so you have it wherever you might
need it. Needless to say, having python everywhere
would be a good thing, too. For the windows-using
folks the python binary distribution should work,
but I test it with ActivePython. You can download
a free version of ActivePython from ActiveState at
http://activestate.com/Products/ActivePython/?mp=1

Have fun!
Andre Kloss
andre.kloss@gmx.net
