Jean-Baptiste Kempf
38ae86f98f
VLSub: correct description
13 years ago
Jean-Baptiste Kempf
b9e2d79471
Update VLSub.lua
13 years ago
Jean-Baptiste Kempf
3e4a7850a3
Update VLSub.lua
13 years ago
Jean-Baptiste Kempf
91684229ab
Add VLSub to find subtitles
Ref #8131
13 years ago
Rafaël Carré
f8cdded4fb
remove imdb extension
it's already available on http://addons.videolan.org/content/show.php?content=140695
14 years ago
Rafaël Carré
ce76b2b4f6
Remove allocine french-only extension
It is now available on
http://addons.videolan.org/content/show.php?content=148709
14 years ago
Kelly Anderson
a957114421
Cleanup lua script escape sequences for lua 5.2.
Converting \ to %, since 5.2 no longer accepts \.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years ago
Jean-Philippe André
2a3c9b8eae
Lua: fix Allocine for large result pages
Some pages are really huge, the only way we are sure we'll
be able to parse them is to download them entirely
15 years ago
Jean-Philippe André
713aa493fd
Lua: Allocine now uses keep_alive()
This will prevent the watchdog window to pop up if the network is slow
15 years ago
Jean-Philippe André
a9e47d715e
Lua: embed IMDb icon
15 years ago
Jean-Philippe André
3b558f6397
Lua: embed Allocine icon
15 years ago
Jean-Philippe André
b4269ba768
Lua: use the spin icon in Allocine
15 years ago
Jean-Philippe André
e9196c3fc2
Lua: fix Allocine extension
It was broken a looong time ago because the XML structure
of their web page is broken
15 years ago
Jean-Philippe André
89dbfd7826
Lua: Allocine, grow buffer up to 500k
This seems a lot, but 65k definitively ain't enough for some
movies.
16 years ago
Jean-Philippe André
a1ad237835
Lua: update Allociné script & remove debug
16 years ago
Jean-Philippe André
aefd2599e0
Lua: new script Allocine (France)
This extension is in French only.
A german version may appear soon.
16 years ago
Jean-Philippe André
ac07c98252
imdb.lua: Redesign, fix some bugs
16 years ago
Jean-Baptiste Kempf
9b944bbbe3
IMDB: fix description
16 years ago
Jean-Baptiste Kempf
5e27dcb83a
IMDB: use a shortdesc
Close #3414
16 years ago
Antoine Cellerier
83655cec3f
Prefer use of function references for buttons
Use of function references rather than function names to store button
actions. This allows using all kinds of functions, including non global
ones. Note that the old mechanism using global function names is not
supported anymore. Existing scripts will need to be fixed (-> just
remove the quotes around the function name).
16 years ago
Antoine Cellerier
4822a79c71
Change vlc.stream() and vlc.memory_stream() error reporting to behave like lua's io.open() or loadfile() functions.
16 years ago
Jean-Philippe André
f4827eb2a4
Lua: fix IMDb script and listen to input changes
16 years ago
Antoine Cellerier
62001b2549
use vlc.input.item() where appropriate
16 years ago
Antoine Cellerier
e30ad75035
Lua's like python, not C. You don't need parentheses around a control/loop statement's condition.
16 years ago
Jean-Philippe André
d6c603697f
Extensions/Lua script: enhance IMDb descriptor
16 years ago
Jean-Philippe André
a3f9f72aa9
Extensions/Script: fix IMDb URL
16 years ago
Jean-Philippe André
92ea10da4e
Extensions: an example Lua script: IMDb
This Lua Extension will get some meta data on the current movie
(or any movie) from the Internet Movie Database and shows it in
a simple dialog box.
Please consider this script more as an example than as a final
version of the IMDb extension.
16 years ago
Jean-Philippe André
d49d125b9e
Extensions: Lua documentation (to be completed)
17 years ago