[vlc-devel] [PATCH] FS: no reason to remove m3u from the directory scan
Rafaël Carré
funman at videolan.org
Mon Jan 20 09:14:32 CET 2014
On 01/20/14 08:03, Jean-Baptiste Kempf wrote:
> Or, we need to delete all playlists type.
>
> Close #10410
> ---
> modules/access/fs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/modules/access/fs.c b/modules/access/fs.c
> index 175c549..30e4596 100644
> --- a/modules/access/fs.c
> +++ b/modules/access/fs.c
> @@ -74,7 +74,7 @@ vlc_module_begin ()
> add_string( "recursive", "expand" , RECURSIVE_TEXT,
> RECURSIVE_LONGTEXT, false )
> change_string_list( psz_recursive_list, psz_recursive_list_text )
> - add_string( "ignore-filetypes", "m3u,db,nfo,ini,jpg,jpeg,ljpg,gif,png,pgm,pgmyuv,pbm,pam,tga,bmp,pnm,xpm,xcf,pcx,tif,tiff,lbm,sfv,txt,sub,idx,srt,cue,ssa",
> + add_string( "ignore-filetypes", "db,nfo,ini,jpg,jpeg,ljpg,gif,png,pgm,pgmyuv,pbm,pam,tga,bmp,pnm,xpm,xcf,pcx,tif,tiff,lbm,sfv,txt,sub,idx,srt,cue,ssa",
> IGNORE_TEXT, IGNORE_LONGTEXT, false )
> add_string( "directory-sort", "collate", SORT_TEXT, SORT_LONGTEXT, false )
> change_string_list( psz_sort_list, psz_sort_list_text )
>
OK
More information about the vlc-devel
mailing list