Search found 2 matches

Go to advanced search

by csx333
30 Jun 2023 19:30
Forum: Scripting VLC in lua
Topic: Skins and Lua-script
Replies: 2
Views: 8419

Re: Skins and Lua-script

Hi, here is the code... nothing advanced - I'm just using VLC to search for songs and ambience sounds for my video editing. require 'common' function descriptor() return { title = "SongSearchRandom"; version = "1.0"; author = ""; url = ''; shortdesc = "SongSearchRa...
by csx333
29 Jun 2023 13:07
Forum: Scripting VLC in lua
Topic: Skins and Lua-script
Replies: 2
Views: 8419

Skins and Lua-script

I wrote a playlist script in lua and it works well in the standard interface but when I use a skin it doesn't.
Is there a way to use a custom skin and a lua playlist script simultaneously ?

Go to advanced search