Search found 55 matches

Go to advanced search

by 147852369
19 Jul 2017 21:59
Forum: VLC media player Feature Requests
Topic: Delete current file from harddisk
Replies: 12
Views: 22212

Re: Delete current file from harddisk

I developed this: https://bitbucket.org/alibranic/vpfx

It works on Windows and is a standalone programm based on libVLC. It would be nice to found more developers improving this project.
by 147852369
11 Feb 2017 18:14
Forum: Development around libVLC
Topic: VLC Player with JavaFX - Anybody interested?
Replies: 8
Views: 6518

Re: VLC Player with JavaFX - Anybody interested?

I'll add a licence soon. Thanks. Which free licence would you prefer?
by 147852369
28 Jan 2017 13:22
Forum: Development around libVLC
Topic: VLC Player with JavaFX - Anybody interested?
Replies: 8
Views: 6518

Re: VLC Player with JavaFX - Anybody interested?

@Jean-Baptiste Kempf: Your opinion pleases me.
Here's an update of vpfx with some improvements: http://uploaded.net/file/66r0p9ay
by 147852369
14 Jan 2017 07:23
Forum: Development around libVLC
Topic: Observe position in Java
Replies: 1
Views: 1875

Observe position in Java

Hello,

I want to implement a timeline in my video player based on JavaFX and libVLC. I have to observe getPosition() to update the timeline's position. How would you implement this?

Thanks.
by 147852369
05 Jan 2017 23:27
Forum: Development around libVLC
Topic: VLC Player with JavaFX - Anybody interested?
Replies: 8
Views: 6518

Re: VLC Player with JavaFX - Anybody interested?

You have to compile the maven project by yourself or you can download this file here: http://uploaded.net/file/vgcdn0vj
And then just unzip and start vpfx*.jar.

Thanks.
by 147852369
05 Jan 2017 23:07
Forum: Scripting VLC in lua
Topic: Lua script for deleting file on Mac OS X
Replies: 2
Views: 4143

Re: Lua script for deleting file on Mac OS X

Hello! I have good news. Here's a new topic about this problem: https://forum.videolan.org/viewtopic.php?f=32&t=136968#p451830 I started to develop a VLC Media Player based on JavaFX. You can delete files directly from hard drive also on Windows - without crashing! Please test and notify me abou...
by 147852369
05 Jan 2017 23:06
Forum: Scripting VLC in lua
Topic: New Diskdelete for Windows and Linux [Bugs]
Replies: 14
Views: 7307

Re: New Diskdelete for Windows and Linux [Bugs]

Hello! I have good news. Here's a new topic about this problem: https://forum.videolan.org/viewtopic.php?f=32&t=136968#p451830 I started to develop a VLC Media Player based on JavaFX. You can delete files directly from hard drive also on Windows - without crashing! Please test and notify me abou...
by 147852369
05 Jan 2017 23:05
Forum: Scripting VLC in lua
Topic: Delete current file from harddisk
Replies: 41
Views: 35577

Re: Delete current file from harddisk

Hello! I have good news. Here's a new topic about this problem: https://forum.videolan.org/viewtopic.php?f=32&t=136968#p451830 I started to develop a VLC Media Player based on JavaFX. You can delete files directly from hard drive also on Windows - without crashing! Please test and notify me abou...
by 147852369
05 Jan 2017 23:03
Forum: Development around libVLC
Topic: VLC Player with JavaFX - Anybody interested?
Replies: 8
Views: 6518

VLC Player with JavaFX - Anybody interested?

Hello, there are many users who wishes to delete files directly from hard drive. But Windows does not allow to delete files in use. So I developed an extension based on LUA for the VLC Player. But it's unstable. Alternative extensions are also unstable or don't work. That's why I started to develop ...
by 147852369
28 Sep 2015 17:49
Forum: Scripting VLC in lua
Topic: New Diskdelete for Windows and Linux [Bugs]
Replies: 14
Views: 7307

Re: New Diskdelete for Windows and Linux [Bugs]

Who wants to test DISKDELETE++?

https://bitbucket.org/alibranic/vlc_extensions/src

I tried to improve one function which is the cause for stucking. Maybe it's better now...

Image
by 147852369
28 Sep 2015 17:46
Forum: Scripting VLC in lua
Topic: vlc.playlist.next() Crash on Win7, need workaround
Replies: 2
Views: 1844

Re: vlc.playlist.next() Crash on Win7, need workaround

Try a sleep between the functions. I can imagine that moving the file takes more time...?
by 147852369
24 Apr 2015 22:58
Forum: Scripting VLC in lua
Topic: New Diskdelete for Windows and Linux [Bugs]
Replies: 14
Views: 7307

Re: New Diskdelete for Windows and Linux [Bugs]

Okay. I have to look. I think that one of the functions returns nil although I except a numeric value.
by 147852369
06 Apr 2015 13:48
Forum: Scripting VLC in lua
Topic: New Diskdelete for Windows and Linux [Bugs]
Replies: 14
Views: 7307

Re: New Diskdelete for Windows and Linux [Bugs]

@meredi: Do you suggest to empty input_changed?

For all: You can pull, fork, commit, whatever this extension from here: https://bitbucket.org/alibranic/vlc_extensions/
by 147852369
07 Feb 2015 02:57
Forum: Scripting VLC in lua
Topic: How to to show nested tables in GUI?
Replies: 3
Views: 1148

Re: How to to show nested tables in GUI?

I'm thinking about the performance of my extension. Here's the repository: https://bitbucket.org/alibranic/vlc_extensions/src Look at default branch. There are the tables moveList and deleteList. The keys are autoincremented Integers and the values are paths of files to move or delete. I created mov...
by 147852369
05 Feb 2015 23:12
Forum: Scripting VLC in lua
Topic: How to to show nested tables in GUI?
Replies: 3
Views: 1148

How to to show nested tables in GUI?

Hello,

is it possible to show nested tables in a GUI?

I want to display a table like this:
Info1 | Status | another column
Info2 | Status | another column


Is it possible with add_html and <td> within? Should I add_list twice and position these horizontal?
Do you have any ideas?
by 147852369
06 Jan 2015 17:45
Forum: Scripting VLC in lua
Topic: New Diskdelete for Windows and Linux [Bugs]
Replies: 14
Views: 7307

Re: New Diskdelete for Windows and Linux [Bugs]

A small reporting http://fs2.directupload.net/images/150106/xm8arsir.png I "improved" some parts of the extension. It saves the config now in a config file, so you don't have to edit the directories everytime. Does someone test this extension? On Windows or Linux? My laptop is too slow fo...
by 147852369
30 Dec 2014 23:42
Forum: Scripting VLC in lua
Topic: New Diskdelete for Windows and Linux [Bugs]
Replies: 14
Views: 7307

Re: New Diskdelete for Windows and Linux [Bugs]

You're god. I never thought that this would be the cause. Thanks you.
by 147852369
29 Dec 2014 11:39
Forum: Scripting VLC in lua
Topic: New Diskdelete for Windows and Linux [Bugs]
Replies: 14
Views: 7307

Re: New Diskdelete for Windows and Linux [Bugs]

--[[ DISKDELETE for VLC Media Player, Linux and even for Windows! Author of original version (0.2): Mark Morschhäuser http://addons.videolan.org/CONTENT/content-files/153041-Diskdelete.lua Author of this version (1.1): Caglar Yanik Author of playlist functions: Joseph M. Pence ("basaquer"...
by 147852369
29 Dec 2014 02:33
Forum: Scripting VLC in lua
Topic: New Diskdelete for Windows and Linux [Bugs]
Replies: 14
Views: 7307

Re: New Diskdelete for Windows and Linux [Bugs]

Monolog: The counter works now. I have to use widget:set_text(counter.deleted) to replace the old text of the label.
by 147852369
28 Dec 2014 00:23
Forum: Scripting VLC in lua
Topic: New Diskdelete for Windows and Linux [Bugs]
Replies: 14
Views: 7307

Re: New Diskdelete for Windows and Linux [Bugs]

One of the reasons for the stucking of VLC + Extension are corrupt files without information about duration. A simple if-statement / error handling should catch this.
by 147852369
10 Dec 2014 13:09
Forum: Scripting VLC in lua
Topic: Delete current file from harddisk
Replies: 41
Views: 35577

Re: Delete current file from harddisk

I have a similar problem after skipping files with my extension: https://forum.videolan.org/viewtopic.php?f=29&t=123125
by 147852369
10 Dec 2014 13:08
Forum: Scripting VLC in lua
Topic: New Diskdelete for Windows and Linux [Bugs]
Replies: 14
Views: 7307

New Diskdelete for Windows and Linux [Bugs]

Hello, my new extension based on this thread: https://forum.videolan.org/viewtopic.php?f=29&t=108811 My extension works so far that it is enough for my needs. But there are some bugs to fix. --[[ DISKDELETE for VLC Media Player, Linux and even for Windows! Author of original version (0.2): Mark ...
by 147852369
13 Oct 2014 14:44
Forum: Scripting VLC in lua
Topic: attempt to index global 'os' (a nil value)
Replies: 2
Views: 3249

Re: attempt to index global 'os' (a nil value)

That looks bad, but it works. Thanks.
by 147852369
10 Oct 2014 14:58
Forum: Scripting VLC in lua
Topic: attempt to index global 'os' (a nil value)
Replies: 2
Views: 3249

attempt to index global 'os' (a nil value)

lua warning: Error loading script C:\Program Files (x86)\VideoLAN\VLC\lua\extensions\my_new_extension.lua: ...les (x86)\VideoLAN\VLC\lua\extensions\my_new_extension.lua:60: attempt to index global 'os' (a nil value) I googled a lot but can't find a solution to resolve my problem. My extension: -- j...

Go to advanced search