Search found 3 matches

Go to advanced search

by Jonno_FTW
23 Mar 2017 04:12
Forum: Scripting VLC in lua
Topic: Plugin works on Windows but not MacOS X
Replies: 2
Views: 1767

Plugin works on Windows but not MacOS X

Hi, I made a plugin to shuffle and loop a playlist once its played all items. It works fine on Windows, but on Mac OS X, the plugin loads and activate is called correctly, but none of the listeners are called and none of the dbg messages appear in the message log: My code is here: function descripto...
by Jonno_FTW
20 Mar 2017 04:30
Forum: Scripting VLC in lua
Topic: Plugin to Play through playlist and then shuffle
Replies: 2
Views: 1903

Re: Plugin to Play through playlist and then shuffle

After getting some advice on IRC, I came up with the following (turns out you can tell if it's the end of an item by checking it's current time): function descriptor() return { title = "Shuffle Playlist", version = "1.1.3", shortdesc = "Shuffle Playlist", description = ...
by Jonno_FTW
19 Mar 2017 11:23
Forum: Scripting VLC in lua
Topic: Plugin to Play through playlist and then shuffle
Replies: 2
Views: 1903

Plugin to Play through playlist and then shuffle

Hi, I'm trying to make a simple extension that works in the following manner: 1. User presses button and playlist is shuffled and begins playing 2. At the end of the last playlist item, the playlist is shuffled again 3. Playing loops to the start without stopping. I'd like to loop instead of calling...

Go to advanced search