2020-02-07 Fred Gleason <fredg@paravelsystems.com>

* Added a '%wc' ['Industry Standard Commercial Identification (ISCI)
	Code'] metadata wildcard.
	* Implemented the '%wc' metadata wildcard for PyPAD.
	* Added support for the '%wc' wildcards to the '--metadata-pattern='
	switch in rdimport(1).
	* Added '--set-string-isci' switch to rdimport(1).
	* Added support for the '%wc' wildcard to the '--metadata-pattern='
	switch in rdexport(1).
This commit is contained in:
Fred Gleason
2020-02-07 08:58:48 -05:00
parent 6eee8cb9d9
commit 0344db5fee
8 changed files with 50 additions and 4 deletions

View File

@@ -401,6 +401,8 @@ class Update(object):
string=string.replace('%V','0')
else:
string=string.replace('%V',str(int(secs)//1000))
string=self.__replaceWildcardPair('wc','isci',string,esc)
string=self.__replaceWildcardPair('wi','isrc',string,esc)
string=self.__replaceWildcardPair('wm','recordingMbId',string,esc)
string=self.__replaceWildcardPair('wr','releaseMbId',string,esc)
string=self.__replaceWildcardPair('x','lineId',string,esc) # Log Line ID