pavkout / android-vlc-remote

Automatically exported from code.google.com/p/android-vlc-remote
GNU General Public License v3.0
0 stars 0 forks source link

character ommitted in filenames (apostrophe: ') when adding from library #113

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Rename a working file i.e. "test.avi" to contain an apostrophe ('), i.e. 
"z's_test.avi" 
2. Add file via Library to playlist
3. attempt to play file

What is the expected output? What do you see instead?
expected: file should be played
instead: file is not found by VLC Player itself reporting: 
"File reading failed:
VLC could not open the file "Z:\z's_test.avi"."

and 

"Your input can't be opened:
VLC is unable to open the MRL 'file:///Z%3A%5Czs_test.avi'. Check the log for 
details."
side note: I could not find any appropriate log file.

The problem appears to be that the apostrophe within the file name is being 
omitted when transmitting the URL to VLC. 

This might also effect other characters. 
However I have not found any yet. Other special characters like brackets appear 
to be working fine. 

What version of VLC Remote are you using?
0.5.3

What version of VLC are you using?
1.1.11

What version of Android are you using?
2.3.3

Which Android device are you using?
HTC Desire HD

Please provide any additional information below.
VLC is running on Windows 7 x64
Filesystem: NTFS

Original issue reported on code.google.com by sawyer.z...@googlemail.com on 26 Sep 2011 at 8:24

GoogleCodeExporter commented 8 years ago
This also seems to affect things if there's an apostrophe anywhere in the path 
(i.e. c:\media\joe's stuff\test.avi will have the same issue).

Original comment by mike.sch...@gmail.com on 5 Oct 2011 at 1:43

GoogleCodeExporter commented 8 years ago
Issue 120 has been merged into this issue.

Original comment by mr.bald...@gmail.com on 31 Dec 2011 at 9:10

GoogleCodeExporter commented 8 years ago
Issue 91 has been merged into this issue.

Original comment by mr.bald...@gmail.com on 31 Dec 2011 at 9:46

GoogleCodeExporter commented 8 years ago
Please try luahttp; see instructions on project homepage 
<http://code.google.com/p/android-vlc-remote/>.

Original comment by mr.bald...@gmail.com on 1 Jan 2012 at 12:24

GoogleCodeExporter commented 8 years ago
i went to the link you provided but i see no explanation on why this issue is 
not a client bug which could be fixed rather easily with some re-coding.  I see 
you've marked the status as "won't fix" but that just means it will remain 
broken for users (like me) who enable simple HTTP mode from within the VLC gui, 
which works in all cases I've found except when there's an apostrophe in the 
path/filename.  ?

Original comment by falc...@gmail.com on 1 Jan 2012 at 5:47

GoogleCodeExporter commented 8 years ago
I read that luahttp will be the default (and only) option in VLC 1.2

Original comment by mr.bald...@gmail.com on 2 Jan 2012 at 8:30

GoogleCodeExporter commented 8 years ago
I have not validated this solution but it seems that there is a clone which has 
this problem fixed: 
http://code.google.com/r/samicemalone-android-vlc-remote/source/detail?r=85ad855
16ae1a365732ad59761ef069ef58abc8e

And to be quite frank, to me this is a client issue and the fix looks valid by 
just looking at the code changes. 

Original comment by sawyer.z...@googlemail.com on 3 Jan 2012 at 8:29

GoogleCodeExporter commented 8 years ago

Original comment by mr.bald...@gmail.com on 7 Jan 2012 at 8:43

GoogleCodeExporter commented 8 years ago
Issue 132 has been merged into this issue.

Original comment by mr.bald...@gmail.com on 7 Jan 2012 at 8:43