Search found 2 matches

Go to advanced search

by vanbassum
20 May 2023 11:55
Forum: Scripting VLC in lua
Topic: Play a beep every x minutes
Replies: 0
Views: 3887

Play a beep every x minutes

Hello,

I am trying to create a plugin that plays a beep at a specific interval.
How can I play a sound using lua?
Also how can I fire a function at a specific moment in the video?
by vanbassum
20 May 2023 00:31
Forum: Scripting VLC in lua
Topic: Saving data to a file
Replies: 1
Views: 4345

Saving data to a file

Hello, I am completely new to VLC plugins and don't have mutch experience using lua. That beeing said, I did manage to create a plugin for my purposes exept for one detail. I would like to save some data to a CSV file. What ive tried so far is the following: function SaveConfirm() local f = vlc.io.o...

Go to advanced search