Search found 6 matches

Go to advanced search

by datafreak
14 May 2017 12:34
Forum: Scripting VLC in lua
Topic: $10+$10 Lua or c++: Read A->B Loop times at runtime programmatically
Replies: 4
Views: 1463

Re: $10+$10 Lua or c++: Read A->B Loop times at runtime programmatically

My understanding is that the TimeA/TimeB feature is QT-specific, and that as a result of this the variables are not stored within "input" and are therefore not accessible to Lua scripts. As you suggest, this would mean that VLC code would need to be modified to allow for the variables to ...
by datafreak
09 May 2017 23:24
Forum: Scripting VLC in lua
Topic: $10+$10 Lua or c++: Read A->B Loop times at runtime programmatically
Replies: 4
Views: 1463

Re: $10+$10 Lua or c++: Read A->B Loop times at runtime programmatically

You can file your feature request at https://trac.videolan.org/vlc
Oh good idea, perhaps they will be able to add it in.

Thanks!
by datafreak
09 May 2017 07:03
Forum: Scripting VLC in lua
Topic: $10+$10 Lua or c++: Read A->B Loop times at runtime programmatically
Replies: 4
Views: 1463

$10+$10 Lua or c++: Read A->B Loop times at runtime programmatically

I will award $10 (PayPal etc) to the provider of the solution, and also donate $10 to VideoLAN/VLC and send proof here. I am not a programmer, sorry, i'm just hacking together a tool to make my life easier, and maybe a couple of other peepz on reddit it's just auto layout of A-B loops saving and re...
by datafreak
08 May 2017 21:07
Forum: VLC media player Feature Requests
Topic: Save loop state
Replies: 2
Views: 1899

Re: Save loop state

I know this is ancient, but I also am trying to do this. Basically I want to pragmatically read all instances of VLC playing and save their A-B loops. You can certainly repeat any section via the command line to PLAY it, but to read/save existing ones, I need to getaccess to the timeA and timeB vari...
by datafreak
14 Jun 2016 17:11
Forum: Scripting VLC in lua
Topic: How can I pass an argument from a button?
Replies: 3
Views: 4767

Re: How can I pass an argument from a button?

Wow you are my hero, seriously, thanks so much mederi! That lead me to the problem that the argument in the add_button function definition will be evaluated at click time, not at button creation time. So I worked out one way to get my actual variable's value to stay on the button for click time: loa...
by datafreak
14 Jun 2016 04:39
Forum: Scripting VLC in lua
Topic: How can I pass an argument from a button?
Replies: 3
Views: 4767

How can I pass an argument from a button?

Hi I want to dynamically add buttons to my extensions dialogue, which when clicked call a function with an argument, so the function can determine which button (or a value/ID) was clicked. Like this ideally: at runtime an arbitrary amount of these will be added, the button text and position can be g...

Go to advanced search