Search found 14 matches

Go to advanced search

by fizzebu
05 Aug 2014 11:42
Forum: Scripting VLC in lua
Topic: Open playlist
Replies: 13
Views: 2984

Re: Open playlist

I have another problem: How can I find out if there are already config files and I don't need to create new ones? I tried with io but it gives me an error and the addon can't start.

Oh wow, I will try to write to the script itself, just thought of that. But is there anything else I could do?
by fizzebu
08 Jul 2014 12:56
Forum: Scripting VLC in lua
Topic: Open playlist
Replies: 13
Views: 2984

Re: Open playlist

I finally got around to work on this and I got almost everything, nice! The string was saved as mkv segment title, I think that's not a standard meta tag so VLC didn't display it in "Information". I removed them all with a program called mkvmerge. Now that the segment title is gone I also ...
by fizzebu
08 Jun 2014 17:07
Forum: Web and scripting
Topic: Web-Interface - Button for Easy Stream
Replies: 6
Views: 1194

Re: Web-Interface - Button for Easy Stream

You're welcome, glad to hear it works.
by fizzebu
07 Jun 2014 23:35
Forum: Scripting VLC in lua
Topic: Differentiate meta_changed calls?
Replies: 7
Views: 1711

Re: Differentiate meta_changed calls?

Oh, I see. I can't help you with that, but I hope somebody can :)
I think mederi would know what's up, he's like a VLC lua extension pro.
by fizzebu
07 Jun 2014 01:10
Forum: Scripting VLC in lua
Topic: Using os.execute crashes extension
Replies: 3
Views: 1043

Re: Using os.execute crashes extension

Is the extension maybe waiting for the commandline? You could try closing the commandline immediately after it opens, but that would only tell you that you can't use os.execute... so yeah :D
by fizzebu
07 Jun 2014 01:03
Forum: Scripting VLC in lua
Topic: Differentiate meta_changed calls?
Replies: 7
Views: 1711

Re: Differentiate meta_changed calls?

Hey, first off I need to tell you that I took your code as inspiration, so thanks for that :) So if I understand you correctly you can save the position of an audio file when it's changing (input_changed) to another file and also when VLC closes (deactivate). Why not just save the position in memory...
by fizzebu
07 Jun 2014 00:43
Forum: Web and scripting
Topic: Web-Interface - Button for Easy Stream
Replies: 6
Views: 1194

Re: Web-Interface - Button for Easy Stream

Ha, awesome!
Viel Spaß :)
by fizzebu
06 Jun 2014 23:14
Forum: Web and scripting
Topic: Web-Interface - Button for Easy Stream
Replies: 6
Views: 1194

Re: Web-Interface - Button for Easy Stream

I never did anything with the web interface, but is it maybe possible to give the button margin/padding? Do you know CSS? You could for example add CSS styling to the "buttonSout" with: <li id="buttonSout" style="padding-left:5px" class="button48 ui-corner-all"...
by fizzebu
05 Jun 2014 23:34
Forum: Scripting VLC in lua
Topic: Open playlist
Replies: 13
Views: 2984

Re: Open playlist

Hey, I really enjoy watching my shows on autopilot, but there's still some stuff I want to do. I figured I post in this thread and don't start a new one, but if I should make a new one for SEO reasons or whatever I can do that. I have some bugs and questions, I hope you can help: So some of my video...
by fizzebu
28 May 2014 17:26
Forum: Scripting VLC in lua
Topic: Open playlist
Replies: 13
Views: 2984

Re: Open playlist

Thank you so much! It works now!
by fizzebu
28 May 2014 14:09
Forum: Scripting VLC in lua
Topic: Open playlist
Replies: 13
Views: 2984

Re: Open playlist

I 'm on Windows 8.1 My full code is: tadedPath = "taded.txt" --playlistLocation = vlc.path function key_press( var, old, new, data ) local key = new --print("key_press:",tostring(key)) if true then d:hide() -- else --vlc.msg.err("Key `"..key.."' isn't bound to any ...
by fizzebu
27 May 2014 19:22
Forum: Scripting VLC in lua
Topic: Open playlist
Replies: 13
Views: 2984

Re: Open playlist

vlc.playlist.enqueue(mytable)
It does add all of them but crashes VLC anyway. Why is it crashing? If I add those same videos from a folder it works.
Thanks though!
by fizzebu
26 May 2014 21:49
Forum: Scripting VLC in lua
Topic: Open playlist
Replies: 13
Views: 2984

Re: Open playlist

Thanks for the tip! I ended up making my own files where I save the path. Now I want to add them to the playlist, but when I loop through them VLC crashes. I call vlc.playlist.enqueue a lot but that's just because I can't figure out how to add more than one item at once. I think it's possible becaus...
by fizzebu
24 May 2014 15:55
Forum: Scripting VLC in lua
Topic: Open playlist
Replies: 13
Views: 2984

Open playlist

Hello,

is it possile to open a .xspf playlist? vlc.playlist.add only accepts playlist items so that's not working.

Any info is appreciated!

Go to advanced search