Support network streams/ HTTP URIs inside "subtitles_location" intent extra
Currently the "subtitles_location" intent extra seems to only support local files via file:// URI or path. It would be benefficial to also support network streams, with URIs like http:// , https:// and maybe even others like smb:// and ftp://. This could be accomplished by downloading file to a temp. directory before/ during playback.