Search found 5 matches

Go to advanced search

by pnon10s
11 Sep 2016 07:28
Forum: Forum, Website and Artwork discussion
Topic: add-ons Extension page requires login
Replies: 2
Views: 3766

Re: add-ons Extension page requires login

I have the same problem. It seems odd that there isn't more chatter about this. I wrote the Resume Media add-on and can't access the page.
by pnon10s
12 Jun 2014 00:22
Forum: Scripting VLC in lua
Topic: Differentiate meta_changed calls?
Replies: 7
Views: 1760

Re: Differentiate meta_changed calls?

Maybe this will help someone else (...and I hope someone can prove me wrong.) Issue: If you open an extension while a media is playing, the extension cannot detect the next stop event for that media. Discussion: If you open an extension while a media is playing, then when you stop the media, the cal...
by pnon10s
10 Jun 2014 01:35
Forum: Scripting VLC in lua
Topic: Differentiate meta_changed calls?
Replies: 7
Views: 1760

Re: Differentiate meta_changed calls?

Thank you, mederi.

State = 4 is the stop flag I needed. Not sure how that one stayed under my radar.

Thanks to everyone else for your helpful input.

Thank you! Thank you!
by pnon10s
07 Jun 2014 01:40
Forum: Scripting VLC in lua
Topic: Differentiate meta_changed calls?
Replies: 7
Views: 1760

Re: Differentiate meta_changed calls?

Thanks! If a user has my table dialog open and she presses the stop button in VLC, I want her to see the position update immediately in the table. The way it is now for some audios, she will see a running continuous update with each call to meta_changed. I can ignore calls for, say, 15 seconds to sa...
by pnon10s
06 Jun 2014 23:55
Forum: Scripting VLC in lua
Topic: Differentiate meta_changed calls?
Replies: 7
Views: 1760

Differentiate meta_changed calls?

Hello everyone, I have spent some time learning Lua in the VLC environment and wrote an extension called Resume Media V2, which is listed in the Addons Extensions page. The extension fairly successfully detects a stopped video, stores the positions in a table and then resumes the video when it resta...

Go to advanced search