Page 1 of 1

Embedded spaces in file name ...

Posted: 12 Nov 2006 06:23
by csean97
Am I correct in observing that VLC can not handle embedded spaces in the file name?

For example, if I click an .flv file with an embedded space in the name "A Twist_of_Bitch.flv", then VLC messages are:

error: no suitable access module for `C:\MyMovies\Brokeback\Music\Tribute\A'
main error: no suitable access module for `Twist_of_Bitch.flv'.

However, if the file name is "A_Twist_of_Bitch.flv" then it plays correctly with no complaints.

This is with VLC 0.8.4a and WinME.

Posted: 12 Nov 2006 09:23
by DJ
Yes! There has been some work in this area in later versions. You could try updating to see if this resolves your issue.

VLC 0.8.5 is available from the home page and VLC 0.8.6 test 1 is available here:

http://nightlies.videolan.org/

Posted: 13 Nov 2006 10:27
by HyperHacker
Usually when this happens it means you need to change file associations. It should read something like this:

Code: Select all

C:\Somewhere\Program.exe %1
You need to quote the %1:

Code: Select all

C:\Somewhere\Program.exe "%1"
A lot of programs tend to have this problem.

[edit] It needs you to change... I seem to be forgetting how to speak English.

Posted: 13 Nov 2006 21:09
by DJ
You should be able to determine this very quickly. If the file opens from within VLC the problem is most likely the associations in the interface.

I have not encountered this.