Hi, iPod shuffle using folks.

Want to know what songs your shuffle played last?
Under Linux:
> mount /mnt/shuffle # or wherever you mount it
> 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. 

Note that last.py will find your shuffle wherever it 
is mounted, as of version 0.2, provided that you have
an operating system that conforms to POSIX.

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

