tinytag icon indicating copy to clipboard operation
tinytag copied to clipboard

[BUG] multiple text tags in MP4 does only return the first

Open armsby opened this issue 4 years ago • 1 comments
trafficstars

Describe the bug if your MP4 file contains multiple text tag b'----' it only returned the first,

To Reproduce any file with multiple ---- tags

Expected behavior as those tags has there own name in the I would expected it to use that and put it in the extra dict

" pos: 8857073 atom: b'----' len: 78" " pos: 8857081 atom: b'mean' len: 28" " pos: 8857109 atom: b'name' len: 16" " pos: 8857125 atom: b'data' len: 26" 'fieldname: extra.text' 'value: B082MSHYLN'

is this case it is the ASIN number of an audiobook

Sample File file can be provided on request as it is no small files

armsby avatar Sep 04 '21 18:09 armsby

Hey @armsby ,

Yes, please provide a sample file so that I can take a look

devsnd avatar Nov 27 '21 13:11 devsnd

Closing in favor of https://github.com/devsnd/tinytag/issues/166

mathiascode avatar Mar 20 '23 23:03 mathiascode