Hello Guys:
how can we get the whole song url [code]http://domain.com/artist/audio/trackname[/code] using proxima
right the only thing we are able to do is get this [code] https://domain/tracks/stream/audio_file/1023[/code] but there is not way for me to translate that to the song url.
I try using audio short code but that don't work with redirection module because we will need to enter every single song on the system. i was going to get the short url code "axeertfgds"
and prefix the url [code]http://domain.com/r/(song short code url)[/code] but this don't work because we will need to add every song to the redirection module. if i use share this module and get the old short url code before the update of the module it works I was using this [code]<a href="http://domain.com/sharethis/shortcode" target="_blank" rel="nofollow">http://domain.com/sharethis/shortcode</a> and the redirection works.
my plan is in the app listeners can click share song, and will open a share action and add the song url so people the don't have the app can go to the mobile website and listen to the song.
thank you
updated by @serveion: 05/05/18 07:18:05PM