How can I combine multiple animations into Godot?

Any help would be highly appreciated. I uploaded a short videoclip oń YT:

Put your animation/model files into Godot, import all of the armature-only glb/blends as AnimationLibraries, then you can add the animation libraries together into a single AnimationPlayer in your scene with the model.

Ahhh gotcha! It works now. Thanks!