Bash script "Automated TAF to MP3 converter"

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.

hi it is possible to run the script in a separate container?

Please do not mix ‘file name’ and ‘id3 track name’. If a track name is availale at boxine the is stored in id3tag as “Track Name”. file name is always "<audio-id - Track #.mp3
If you don’t want this behavior, feel free to adapt my script. :slight_smile:

Yes, i do not run it in a container at all. i run it on a separate linux machine. You only need to have access to the teedycloud content dir.