An error I get when launching a song from command line with Eshell inside of Emacs?

Asked by Theatre-X

I'm trying to listen to the song "Burden" by Opeth in VLC. I tried launching the song in vlc in the Emacs Shell, "Eshell". Here's what I type:

vlc Opeth - Burden.ogg &

And this is the error I get when VLC pops up:

File reading failed:
VLC could not open the file "/home/gogeden/Music/Opeth".
Your input can't be opened:
VLC is unable to open the MRL 'file:///home/gogeden/Music/Opeth'. Check the log for details.

Is it because of the way the file is named?

I'm using VLC version 1.1.4 under Ubuntu 10.10.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu vlc Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Hilario J. Montoliu (hjmf) (hmontoliu) said :
#1

Either run:

vlc "Opeth - Burden.ogg" &

Or:

vlc Opeth\ -\ Burden.ogg" &

It is a matter of blank spaces

HTH

Can you help with this problem?

Provide an answer of your own, or ask Theatre-X for more information if necessary.

To post a message you must log in.