you can make a symbolic link and name it .mp3
symbolic link is like a super shortcut that redirects programs to the file
in cmd use> mklink Link Target
'link' is the 'shortcut' that will be made And 'target' is the file its pointing at
so in cmd it will look like eg:
mklink "C:\Users\you\AppData\Local\VotV\Assets\radio\link.mp3" "C:\myshitymusic\myshitysong.mp3"
https://www.howtogeek.com/16226/complete-guide-to-symbolic-links-symlinks-on-win...