Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#652 closed defect (invalid)

file path whitch contains spaces

Reported by: milos-maillist@… Owned by: reimar
Priority: normal Component: core
Version: 1.0rc1 Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

Hallo, it is impossible to play movies whitch name contains spaces.
There is an example:

$ du -h "directory with space/file name with space.mov"
$ du -h 'directory with space/file name with space.mov'
$ du -h directory\ with\ space/file\ name\ with\ space.mov
13M directory with space/file name with space.mov

$ mplayer "directory with space/file name with space.mov"
$ mplayer 'directory with space/file name with space.mov'
$ mplayer directory\ with\ space/file\ name\ with\ space.mov
MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team
...
Playing directory.
File not found: 'directory'
Failed to open directory.

Playing with.
File not found: 'with'
Failed to open with.

Playing space/file.
File not found: 'space/file'
Failed to open space/file.

Playing name.
File not found: 'name'
Failed to open name.

Playing with.
File not found: 'with'
Failed to open with.

Playing space.mov.
File not found: 'space.mov'
Failed to open space.mov.

Exiting... (End of file)

Change History (1)

comment:1 by milos-maillist@…, 17 years ago

Resolution: invalid
Status: newclosed

Sorry, this was me failure, this is not mpalyer problem. It is my instalation
specific ... .

Note: See TracTickets for help on using tickets.