View Single Post
Posts: 246 | Thanked: 6 times | Joined on Jul 2007
#353
hey! thanks for helping me out, I really appreciate it.

so I create a directory: /home/users

how do I login as a regular user?


Originally Posted by barbieri View Post
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.