mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 14:41:13 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user