


Add Similar Files From Folder w AutoSort
VLC Extensions by PooterTF 13 comments
The file path is messed up on Linux since it's missing an initial / character, so I changed line 103 to
Quote:path = vlc.strings.decode_uri(string.sub(item:uri(), 8 , -(string.find(string.reverse(item:uri()), "/", 0, true))))
This replaces the 9 in the original code with an 8 (so it only strips the file:// not file:///) and it works.
- Mar 17 2013
Quote:path = vlc.strings.decode_uri(string.sub(item:uri(), 8 , -(string.find(string.reverse(item:uri()), "/", 0, true))))
This replaces the 9 in the original code with an 8 (so it only strips the file:// not file:///) and it works.
- Mar 17 2013