Hi, iPod shuffle using folks.

Want to know what songs your shuffle played last?
Under Linux:
> mount /mnt/shuffle
> cd /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 can just start it with
python last.py or even last.py (if you chmod it to
make it executable).

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