1..Is there any way to remove the link/redirect when clicking on the music item title inside of the gallery. It works well but i do not want to offer the option to download and when the link is clicked on a mobile phone it gives me the option to download the file. Thanks again.
Not without modifying the template files. The title link is just going to the URL that the play button is loading in with ajax. I'm not sure why your mobile device doesn't support inline MP3 though as that's a bit strange. There's really no way to stop download of media though. Only ways of making the downloading process annoying. Most media players fallback behavior is to offer download (both HTML5 and the mediaelement JS player do this).