Hi @OliKo great script thank you.
But I was not able to resolve my problem (or even if I don’t believe your code).
My output looks like this so the Track name wasn’t transferred:
'1508506646 - Track #10.mp3' '1508506646 - Track #4.mp3' '1508506646 - Track #8.mp3' '1508506646 - Track #1.mp3' '1508506646 - Track #5.mp3' '1508506646 - Track #9.mp3' '1508506646 - Track #2.mp3' '1508506646 - Track #6.mp3' '1508506646 - Track #3.mp3' '1508506646 - Track #7.mp3'
python3 -c "import pkg_resources; [print(d.project_name, d.version) for d in pkg_resources.working_set if 'protobuf' in d.project_name.lower()]"
protobuf 4.21.12
types-protobuf 3.20
The Track names are under https://raw.githubusercontent.com/toniebox-reverse-engineering/tonies-json/release/tonies.json present.