VLC setup for .FLV playback

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
nubc
Posts: 2062
Joined: Tue 23 Jan 2007, 18:41
Location: USA

VLC setup for .FLV playback

#1 Post by nubc »

VLC setup for .FLV playback

Getting VLC to play .flv files:
When you right-click a downloaded .flv file, you get a menu with "File..." preselected. From File you can see "Open with..." and "Set Run Action". When properly configured, either of these options can select VLC to play the .flv file.

To put VLC in the "Open with..." list, click "Open with...", then select Customise at the bottom of the list presented, Okay the info, then you have the folder containing the apps to "Open with..." Leaving that folder open, start another instance of ROX-Filer and navigate to /usr/local/bin folder to find the gear symbol for VLC. Now drag the VLC gear symbol to the "Open with..." apps folder; when prompted for the type of file transfer, select Copy. This places VLC on the Open with... list. When you right-click a .flv file to select "Open with...." you can now select VLC from the list.

To configure VLC as Set Run Action, right-click a .flv file, select Set Run Action from the menu. When you get the dialog, modify the shell command by inserting vlc in front of "$@" and be sure there is a space between them.

Code: Select all

vlc "$@"
Click "Use Command" button. That should set VLC to play a .flv file when you (single) left-click the file.

Post Reply