This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12334 - Update to my tools/talkclips.py script
Attached to Project:
Rockbox
Opened by Daniel Dalton (ddalton) - Saturday, 15 October 2011, 14:12 GMT+2
Opened by Daniel Dalton (ddalton) - Saturday, 15 October 2011, 14:12 GMT+2
|
DetailsUpdate to my tools/talkclips.py script. Minor updates which include:
- Better handling of logfile eg. we don't leave it open as was the case before - Report a few more details in the log eg. start/end time, duration, and number of talk clips created. This is useful to dettect how many files had problems... - Summarise output for user at end, of processing, number of talkclips created and how long this took (in seconds). - Report to user how many talk clips will need to be created to give them an indication of potential waiting time etc. This is calculated by first determining how many files are on the device excluding .talk files, and how many .talk files there are, and calculating the difference. - This information allows a percentage indication to be drawn throughout the script, so now the user can track the percentage as processing takes place. Patch is attached. Thanks. |
This task depends upon
so here is the silly script I used... I'd advise you to back up your
data before running it though, because it hardly does any
validation...:)
BTW, 1672 clips in 109 S were my results with the scripts, seems
reasonably efficient to me anyway.