Difference between revisions of "Documentation:Modules/directory"

From VideoLAN Wiki
Jump to navigation Jump to search
(New page: {{Module|name=directory|type=Access|description=recursively add files from a directory into the playlist}} == Options == {{Option |name=recursive |value=string |default="expand" |descript...)
 
 
Line 27: Line 27:
 
{{Stub}}
 
{{Stub}}
  
{{Documentation}}
+
{{Documentation footer}}

Latest revision as of 10:05, 3 October 2013

Module: directory
Type Access
First VLC version -
Last VLC version -
Operating system(s) all
Description recursively add files from a directory into the playlist
Shortcut(s) -

Options

  • recursive <string> : Specify behavior when dealing with subdirectories. Can be "ignore" to ignore sub directories, "collapse" to add sub directories without expanding them and "expand" to add sub directories and expand them default value: "expand"
  • ignore-filetypes <string> : Comma seperated list of file extensions to ignore when adding directory items to the playlist default value: "m3u,db,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue"

Example

Open a directory:

% vlc directory:///path/to/dir

You can also use:

% vlc /path/to/dir

or

% vlc dir:///path/to/dir

or even

% vlc file:///path/to/dir
Help VideoLAN by adding to this page!
Create an account to start editing, and then click here to add to this article.
This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.