Search found 5 matches

Go to advanced search

by marcoscarpetta
06 Jun 2010 10:38
Forum: Web and scripting
Topic: I'm developing an extension for vlc 1.1
Replies: 7
Views: 1227

Re: I'm developing an extension for vlc 1.1

Yes but I tried doing so: url = nil function create_dialog() dlg = vlc.dialog("vlc download videos") dlg:add_label("Enter the URL of the video you want to download.", 1, 1, 4, 1) dlg:add_label("<b>URL:</b>", 1, 2, 1, 1) local item = vlc.input.item() url = dlg:add_text_i...
by marcoscarpetta
04 Jun 2010 18:26
Forum: Web and scripting
Topic: I'm developing an extension for vlc 1.1
Replies: 7
Views: 1227

Re: I'm developing an extension for vlc 1.1

I have a question: the function vlc.playlist.add() requires the mrl of a file, but I can not understand the syntax of the mrl. Can you show me an example?
by marcoscarpetta
30 May 2010 12:26
Forum: Web and scripting
Topic: I'm developing an extension for vlc 1.1
Replies: 7
Views: 1227

Re: I'm developing an extension for vlc 1.1

Show more ! :D
the problem is that there isn't more
by marcoscarpetta
28 May 2010 16:46
Forum: Scripting VLC in lua
Topic: I'm developing an extension for vlc 1.1
Replies: 0
Views: 1543

I'm developing an extension for vlc 1.1

https://sourceforge.net/projects/vlc-videos-down/ What do you think about it? this is the code: url = nil function descriptor() return { title = "Download videos from the web" ; version = "0.0.1" ; author = "Marco Scarpetta" ; url = 'http://vlc-videos-down.sourceforge....
by marcoscarpetta
28 May 2010 16:21
Forum: Web and scripting
Topic: I'm developing an extension for vlc 1.1
Replies: 7
Views: 1227

I'm developing an extension for vlc 1.1

https://sourceforge.net/projects/vlc-videos-down/ What do you think about? this is the code: url = nil function descriptor() return { title = "Download videos from the web" ; version = "0.0.1" ; author = "Marco Scarpetta" ; url = 'http://vlc-videos-down.sourceforge.net...

Go to advanced search