mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
Update wave_info_reader.py
This commit is contained in:
@@ -21,7 +21,7 @@ class WavInfoChunkReader:
|
|||||||
self.product = self._get_field(f,b'IPRD')
|
self.product = self._get_field(f,b'IPRD')
|
||||||
#: 'IGNR' Genre
|
#: 'IGNR' Genre
|
||||||
self.genre = self._get_field(f,b'IGNR')
|
self.genre = self._get_field(f,b'IGNR')
|
||||||
#: 'IUBJ' Supject
|
#: 'ISBJ' Supject
|
||||||
self.subject = self._get_field(f,b'ISBJ')
|
self.subject = self._get_field(f,b'ISBJ')
|
||||||
#: 'IART' Artist, composer, author
|
#: 'IART' Artist, composer, author
|
||||||
self.artist = self._get_field(f,b'IART')
|
self.artist = self._get_field(f,b'IART')
|
||||||
@@ -80,7 +80,12 @@ class WavInfoChunkReader:
|
|||||||
'keywords': self.keywords,
|
'keywords': self.keywords,
|
||||||
'title': self.title,
|
'title': self.title,
|
||||||
'source': self.source,
|
'source': self.source,
|
||||||
'tape': self.tape
|
'tape': self.tape,
|
||||||
|
'commissioned': self.commissioned,
|
||||||
|
'software': self.software,
|
||||||
|
'archival_location':self.archival_location,
|
||||||
|
'subject': self.subject,
|
||||||
|
'technician':self.technician
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user