nognkantoor / dramatizer

Automatically exported from code.google.com/p/dramatizer
MIT License
0 stars 0 forks source link

create file names for use with MegaVoice #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
MegaVoice recorders require a standard naming convention for their use.

== example: ==
GUNbr-gospl-gunjohn-04C001F0001.wav
== suggestion: ==
 * GUN is the old ethnologue code for Mbyá Guaraní,  
gun is the new ISO 639-3 code to use. See http://www.sil.org/iso639-3/
Dramatizer has a lookup for this code built in already.
 * br is the country name ... there is an iso standard for country:
http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
so Brazil is BR
 * Bible divisions should be OT NT and within them
 * OT:
 # law - 1 
 # history - 2
 # poetry - 3
 # prophets - 4
 * NT: 
 # gospels - 5
 # acts - 6
 # Pauline epistles - 7 
 # other epistles - 8
 # Revelation - 9
 * book number and name have standards agreed upon by UBS/SIL. There are
codes for each book and a number for each book  001 GEN, 002 EXO .... 040
MAT, 041 MRK, 042 LUK, ... 066 REV
 * chapter number 3 digit
 * clip number

for Buamu (box)
of Burkina Faso (BF)
gospel of (5, gospel)  
Mark (041, MRK)
chapter 2 (C002)
verse 11 (v011)
clip number 57 (00057) <<< The 00057 is sequential from start of this
recording project, numbering the clips. Clip size can be adjusted so a
repeat of this recording would not necessarily have the same clip number. 

So file name might be:
boxBF-5-gospel-0041-MRK-C002-00057.wav  

This would ensure that if all the files were mixed up in one folder the
could be alpha sorted into correct sequence order.

Original issue reported on code.google.com by jamesaal...@gmail.com on 26 Jan 2007 at 6:03

GoogleCodeExporter commented 8 years ago
Don't know if the "gospel" is really needed.

Original comment by jamesaal...@gmail.com on 26 Jan 2007 at 6:07

GoogleCodeExporter commented 8 years ago
currently I have a chapter file as:
box-041-00007.c.wav
the book id as:
box-041-00001.id.wav
section head as:
box-041-00008.s.wav
and a normal clip as
box-041-00009.wav
if the file is to be omitted it is
box-041-00002.omit.wav

Original comment by jamesaal...@gmail.com on 26 Jan 2007 at 6:16