]> git.sesse.net Git - vlc/commit
* New ignore-filetypes option for the directory module.
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 16 Mar 2005 00:16:03 +0000 (00:16 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 16 Mar 2005 00:16:03 +0000 (00:16 +0000)
commit85ec0d848e4956e77eba64fceebd817ec6e6c58a
tree1109668917892c7ad319f666d4ec9895d3434d2c
parent5629be08f5732aea66196efa6a11b071d1b5f6e1
* New ignore-filetypes option for the directory module.
  - you can specify a comma-seperated list of file-extensions. Files of this type will not be added to the
    playlist when the directory module parses directory contents.
    This prevents duplication of playlist items (both m3u and the real files were being played, or both .bin and .cue were added, therfore playing the same movie twice) and the adding of items that are not really useful to VLC as seperate playlist items.
  - By default are ignored the following: m3u,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue
configure.ac
modules/access/directory.c