Search found 2 matches

Go to advanced search

by adiblol
23 Aug 2010 21:52
Forum: General VLC media player Troubleshooting
Topic: DVD Video_TS and ISO files still not working as of 1.1.3
Replies: 9
Views: 2155

Re: DVD Video_TS and ISO files still not working as of 1.1.3

Try to open VIDEO_TS, as well as disc image, using GUI, with option "Open Disc", not "Open Directory" or "Open file".
by adiblol
23 Aug 2010 21:41
Forum: VLC media player Feature Requests
Topic: Case-insensitive playlisting possible?
Replies: 3
Views: 567

Re: Case-insensitive playlisting possible?

Simple Bash line should solve this. If you're using MS Windows, install Cygwin or switch to Ubuntu :mrgreen: .

Code: Select all

vlc `find /your/music/directory -noleaf -type f | sort`

Go to advanced search