Better band name support

Former-commit-id: 78114a18e2
pull/1161/head
Piero Toffanin 2020-04-02 01:02:19 +00:00
rodzic e7a03fe342
commit 8ec0a2ffd7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -143,7 +143,7 @@ class ODM_Photo:
for tags in xmp:
try:
band_name = self.get_xmp_tag(tags, 'Camera:BandName')
band_name = self.get_xmp_tag(tags, ['Camera:BandName', '@Camera:BandName'])
if band_name is not None:
self.band_name = band_name.replace(" ", "")