Can't open Subtitle URI, File reading failed
Posted: 18 May 2014 19:35
Hello guys,
I've made a VLC remote mobile app and all of a sudden I can't add subtitles using
As a test I used firefox but still won't work.
File data:
the browser command:
VLC output:
Any idea what's going wrong?
Thanks
I've made a VLC remote mobile app and all of a sudden I can't add subtitles using
Code: Select all
?command=addsubtitle&val=<uri>
File data:
Code: Select all
<element type="file" path="E:\downloads\movies\Star Wars Episode I The Phantom Menace (1999) [1080p]/Star.Wars.Episode.1.The.Phantom.Menace.1999.1080p.BrRip.x264.BOKUTOX.YIFY.srt" name="Star.Wars.Episode.1.The.Phantom.Menace.1999.1080p.BrRip.x264.BOKUTOX.YIFY.srt" access_time="1400430767" uid="0" creation_time="1400430767" gid="0" modification_time="1400430947" mode="33206" uri="file:///E:/downloads/movies/Star%20Wars%20Episode%20I%20The%20Phantom%20Menace%20%281999%29%20%5B1080p%5D%2FStar.Wars.Episode.1.The.Phantom.Menace.1999.1080p.BrRip.x264.BOKUTOX.YIFY.srt" size="122784"/>
Code: Select all
http://localhost:8080/requests/status.xml?command=addsubtitle&val=file:///E:/downloads/movies/Star%20Wars%20Episode%20I%20The%20Phantom%20Menace%20%281999%29%20[1080p]%2FStar.Wars.Episode.1.The.Phantom.Menace.1999.1080p.BrRip.x264.BOKUTOX.YIFY.srt
Any idea what's going wrong?
Thanks