Show on title main form VLC current time positon, length track, pause or playing file
Posted: 09 Feb 2018 12:10
Show on the title main form VLC current time positon, length track, pause or playing file.
I don't find it in menu Preference VLC.
I assume some way's to solve the task:
Write a script in lua. I find how get time
vlc.var.get(input,"time")
and status
vlc.playlist.status()
How i can send it to title main form VLC? If it's impossible, then to my created form with function Create_dialog()
And how a script always autorun?
Is necessary create thread or use "repeat" with "wait"?
What algorithm better to do this task?
P.S. Sorry, for my bad English
I don't find it in menu Preference VLC.
I assume some way's to solve the task:
Write a script in lua. I find how get time
vlc.var.get(input,"time")
and status
vlc.playlist.status()
How i can send it to title main form VLC? If it's impossible, then to my created form with function Create_dialog()
And how a script always autorun?
Is necessary create thread or use "repeat" with "wait"?
What algorithm better to do this task?
P.S. Sorry, for my bad English