Ok, here it goes: Download these two files to your device, add them to /home/user/: Code: http://staff.get-e.org/?p=users/chenca/canola-tuning.git;a=blob_plain;f=albumcover.py;hb=HEAD http://staff.get-e.org/?p=users/chenca/canola-tuning.git;a=blob_plain;f=videothumb.py;hb=HEAD then login to your device and as REGULAR USER (su - user) do: Code: python albumcover.py --help # info on how to get album covers python videothumb.py --help # info on how to thumb your videos using MPlayer Note that since these scripts have no #!/usr/bin/python line at the beginning they have to be called using "python" explicitly.
http://staff.get-e.org/?p=users/chenca/canola-tuning.git;a=blob_plain;f=albumcover.py;hb=HEAD http://staff.get-e.org/?p=users/chenca/canola-tuning.git;a=blob_plain;f=videothumb.py;hb=HEAD
python albumcover.py --help # info on how to get album covers python videothumb.py --help # info on how to thumb your videos using MPlayer