Results 1 to 2 of 2

Thread: Open videos with mplayer in terminal

  1. #1
    Join Date
    May 2009
    Beans
    39

    Open videos with mplayer in terminal

    I like using mplayr from my terminal. Normally I've to cd to the directory with the video and then type mplayer <video name> in the terminal. What I want to do is the video should open with mplayer in the terminal when I double click on it. How can I achieve that ?
    Thanks in advance

  2. #2
    Join Date
    Apr 2008
    Beans
    77

    Re: Open videos with mplayer in terminal

    try setting the command for opening the file to
    Code:
    xterm -e mplayer
    or modify accordingly for whichever terminal emulator you use
    Last edited by capleton; May 5th, 2010 at 07:42 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •