Rockbox mail archive
Subject: Re: new extension for talkbox directory clip: ".dirname.tbx"
From: roland (for_spam_at_gmx.de)
Date: 2004-04-10
> Linux has certainly ways to rename them recursively, but I'm no console
> warrior. Again, suggestions are welcome.
i`m no warrior, too - but this is a way to do it:
$ cat recursive_rename.pl
#!/usr/bin/perl
foreach $file (split (/\n/, `find .`)) {
$newFile = $file;
$newFile =~s/.dirname.mp3/.dirname.tbx/;
rename ($file,$newFile)
}
maybe there are more elegant ways....
>I don't know if and how Windows can bulk rename files
> recursively (suggestions welcome),
i would suggest installing perl or cygwin so you have good scriping on windows, too ;)
regards
roland
----- Original Message -----
From: "[IDC]Dragon" <idc-dragon_at_gmx.de>
To: <rockbox_at_cool.haxx.se>
Sent: Saturday, April 10, 2004 11:36 AM
Subject: new extension for talkbox directory clip: ".dirname.tbx"
> Most of the people voted in favour of a different extension for the talkbox
> directory clip, so it doesn't interfere with whatever mp3 file handling you
> may be doing. I have now renamed it to ".dirname.tbx" instead of
> ".dirname.mp3".
> Whenever you as a talkbox user upgrade to the current build, you will have
> to follow this. Either by mass-renaming the files, or by re-generating them
> with an updated script. I don't know if and how Windows can bulk rename files
> recursively (suggestions welcome), but it least you can delete them all:
> Use the Explorer to search the Archos drive for ".dirname.mp3", then select
> all results with Ctrl-A and delete them with Shift-Del.
> Linux has certainly ways to rename them recursively, but I'm no console
> warrior. Again, suggestions are welcome.
>
> I have updated my mirror of Brian's talkbox generation script:
> http://joerg.hohensohn.bei.t-online.de/archos/speech/mp3ClipGen.vbs
> If you use another one, it should be no problem to change the extension with
> a text editor.
>
> Sorry for the inconvenience,
> Jörg
>
> --
> NEU : GMX Internet.FreeDSL
> Ab sofort DSL-Tarif ohne Grundgebühr: http://www.gmx.net/info
>
> _______________________________________________
> http://cool.haxx.se/mailman/listinfo/rockbox
>
_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox
Page was last modified "Jan 10 2012" The Rockbox Crew
|