Search found 2 matches

Go to advanced search

by fie
16 Oct 2011 23:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Default Playlist sorting
Replies: 20
Views: 15445

Re: Default Playlist sorting

This has long been fixed in VLC 1.2 prereleases. Though in some cases, it seems the UI forces sorting based on the "selected" column of the playlist. I'm on 1.1.11 and I did notice this behavior after some fiddling. I suppose I had no default sorted column. The script might still be usefu...
by fie
16 Oct 2011 18:16
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Default Playlist sorting
Replies: 20
Views: 15445

Re: Default Playlist sorting

I wrote a bash script to as a work around for this issue. create an executable .sh file with the following contents #!/bin/bash OIFS="$IFS" IFS=$'\n' files="" for var in "$@" do for file in `find "$var" -type f -name "*" | sort `; do files=$files`pri...

Go to advanced search