fiveoak
Chris W
Products
Comments (1)
Add Similar Files From Folder w AutoSort
VLC Extensions
13 comments
by
PooterTF
Score 52%
52 Likes
48 Dislikes
Apr 11 2012
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
Put the headline here
×
Quote:
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