change this.render to this.render.view which handle the representation of the view
#!/bin/sh
echo "Removing files"
rm -rf libs
rm -rf metadataplayer
echo "Copying Metadataplayer files"
cp -R ../../metadataplayer/test/metadataplayer .
echo "Copying libraries"
cp -R ../../metadataplayer/test/libs .