Open Jonas1312 opened 3 years ago
Thanks for this issue. Probability Windows needs another charset to handle ❤️ in file names. I can't reconstruct or fix at the moment, but if you know any LuaScript expert, let him/her know 😉
It's probably the best to wait for Lua 5.3 support ("VLC uses Lua 5.1"). See Lua: how to make os.rename & os.remove work with filenames containing unicode characters?
Hi,
The extension does not work if the file name contains an emoji (
testtest ❤️.mp4
for example).fileExists("\"" .. file .. "\"")
fails to detect the file, but I don't know why...Thanks