Reply to comment

Rename Script for Nokia N800 Camera Application

I originally asked for help via the internettablettalk.com forums and within two hours a member called jethro.itt had not only answered but completely finished a solution.

Now that I had a look through the script I am writing it up here in case anyone else wants to know how it works.

The Problem

The Nokia supplied Camera application for the N800 take snaps but the filenames are strangely formatted which makes finding and storing them differcult.

For example a photo taken on taken on 25th February 2008 at 18:03:43 would be named 43_03_18-250208.jpg.

I needed someone to help me with the transposing of the numbers into sane system so that the above named file would be called 20080225_180343.jpg , the directory listing would then be sorted automatically into date order.

The Solution

Here is jethro.itt's script :-

#!/bin/sh
# camrename.sh - Renames Nokia Camera application pictures
# v0.01 2008-02-26 by Jussi Yl

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <img> <blockquote> <a> <strike> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.