Fabio Ritrovato
649b36da35
Lua SD: simplify fmc.lua
2010-02-18 23:14:05 +01:00
Vicente Jimenez Aguilar
34965ad08c
Corrected comments' file name, description and year reference. Cut-and-paste left over.
...
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-02-18 17:42:06 +01:00
Fumio Nakayama
f532c117c5
l10n: Japanese translation for .desktop
...
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-02-17 20:22:04 +02:00
Fabio Ritrovato
af18a24a77
Copyright fix
2010-02-16 14:12:30 +01:00
Fabio Ritrovato
07db8d3607
Lua SD: Free Music Charts script
2010-02-16 14:07:16 +01:00
Fabio Ritrovato
e8995677ae
Lua SD: freebox - there was no problem after all
2010-02-16 00:21:00 +01:00
Fabio Ritrovato
a97b78c2fb
Lua SD: freebox now should work correctly
2010-02-15 23:59:30 +01:00
Antoine Cellerier
f55a3a4bbc
Add function to add a children map to an xml table. (children_map[tagname] is an array of all the child tags with give name)
2010-02-15 00:40:26 +01:00
Antoine Cellerier
8a00b3f2e5
This should fix <tag/> cases.
2010-02-15 00:40:26 +01:00
Antoine Cellerier
c628569832
Fix simplexml (still has issues with <bla/> tags)
2010-02-14 23:30:55 +01:00
Rémi Denis-Courmont
580aeaf5be
Revert "Fix lua compilation"
...
This reverts commit 2356c0dd7e
.
2010-02-14 22:30:01 +02:00
Fabio Ritrovato
2356c0dd7e
Fix lua compilation
2010-02-14 21:27:47 +01:00
Fabio Ritrovato
b1b0b33e2d
Replace Freebox and French TV SD from shout.c with lua scripts
...
They should work fine, but I can't test them from here...
2010-02-14 21:09:16 +01:00
Rémi Denis-Courmont
22a57c82c3
Check for luac
2010-02-14 21:13:13 +02:00
Rémi Denis-Courmont
b619582226
LUA: precompile with luac
2010-02-14 21:09:08 +02:00
Jean-Philippe André
f4827eb2a4
Lua: fix IMDb script and listen to input changes
2010-02-14 18:31:00 +01:00
Antoine Cellerier
62ce520665
Add a third query with fuzzy search enabled for every word. (We could also add other searches with lower fuzzyness if the first try fails)
2010-02-13 22:47:41 +01:00
Antoine Cellerier
ffd70ceb68
Try a second musicbrainz query if the first one failed. This allows for fuzzier matches (like not taking spaces into account in 1980 - 1990 for example) but still doesn't fix issues with minor spelling errors.
2010-02-13 22:30:03 +01:00
Antoine Cellerier
f0e61014e0
Fix rc intf.
2010-02-13 21:07:17 +01:00
Antoine Cellerier
0759e71b2f
Use lua's object syntactic sugar: a.b(a,c,d) => a:b(c,d)
2010-02-13 19:24:47 +01:00
Antoine Cellerier
62001b2549
use vlc.input.item() where appropriate
2010-02-13 19:24:47 +01:00
Antoine Cellerier
90583f82bc
Update vlc.input doc.
2010-02-13 19:24:47 +01:00
Antoine Cellerier
d19961463a
Also dump item name, uri, duration and es info.
2010-02-13 19:24:47 +01:00
Antoine Cellerier
6164260812
Make sure that the playlist item has been preparsed first (and don't get stuck in an infinite loop). Note that libs/input.c is a mess and would need to be cleanup before we release 1.1.
2010-02-13 18:27:05 +01:00
Antoine Cellerier
1fac125aa2
New dumpmeta lua interface module to dump a file's meta data on stdout/stderr (I'll let you figure out which one it is). Use as: vlc -I lua --lua-intf dumpmeta filename.mp3
2010-02-13 17:49:41 +01:00
Antoine Cellerier
0d63a3ed24
Add a simplexml lua module to parse an xml into a table.
2010-02-13 16:40:46 +01:00
Antoine Cellerier
7276b80834
Move sandbox lua module to global modules directory.
2010-02-13 16:40:46 +01:00
Konstantin Pavlov
6317d1b484
Add forgotten slash.
2010-02-11 20:55:09 +03:00
Gildas Bazin
b36e6edbb2
Make the maemo interface a bit more useable
2010-02-07 23:02:49 +00:00
Antoine Cellerier
e30ad75035
Lua's like python, not C. You don't need parentheses around a control/loop statement's condition.
2010-02-06 15:58:05 +01:00
Rémi Denis-Courmont
19bed424e1
Generate Windows resource file on need basis
2010-01-31 12:53:39 +02:00
Jean-Philippe André
d6c603697f
Extensions/Lua script: enhance IMDb descriptor
2010-01-29 01:15:45 +01:00
Jean-Philippe André
a3f9f72aa9
Extensions/Script: fix IMDb URL
2010-01-28 16:17:36 +01:00
Ilkka Ollakka
23b256282b
lua/http: use h264 in flash-streaming
2010-01-28 08:03:53 +02:00
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.
2010-01-24 16:38:16 +01:00
Jean-Philippe André
d49d125b9e
Extensions: Lua documentation (to be completed)
2010-01-24 16:05:16 +01:00
Pierre d'Herbemont
79fc5b947b
frenchtv.lua: More logos.
2010-01-16 18:26:07 +01:00
Pierre d'Herbemont
d36e411761
frenchtv.lua: Make sure we handle channels name like "XXX HD" or "XXX (bas débit)"
2010-01-16 18:26:07 +01:00
Pierre d'Herbemont
63e311d406
tvrage.lua: Update copyright.
2010-01-15 16:46:56 +01:00
Pierre d'Herbemont
31d87810b0
lua: Disable 10_googleimage.lua.
...
We have too much false positive with this script.
Feel free to revert or to remove.
2010-01-15 16:39:49 +01:00
Pierre d'Herbemont
1273d73899
lua: Add a tvrage.lua meta fetcher.
2010-01-15 16:39:49 +01:00
Antoine Cellerier
5ac9e88e16
Remove vlc.net.select() and fd_set.
2010-01-09 11:51:06 +01:00
Antoine Cellerier
5f5d779420
Remove timeout parameter from lua listner:accept().
2010-01-09 11:48:42 +01:00
Antoine Cellerier
8bbd4a3154
Add vlc.net.poll() and use in modules/host.lua.
2010-01-09 01:50:24 +01:00
Antoine Cellerier
92432bcb27
Remove dead code.
2010-01-09 01:50:24 +01:00
Pierre d'Herbemont
7e8e215ddc
frenchtv: Add a new lua "art finder".
...
This will download the free to use original recreation of french
channels logo by Cyril Bourreau.
Note, we can mirror them eventually. (Explicit authorization from the
author).
2010-01-07 02:37:35 +01:00
Pierre d'Herbemont
555cb288ee
Allow lua "meta reader" and implement a meta reader from filename.
...
"filename.lua"
will check if the file name respects the following form:
"Show.Name S19E01-jde.DEf.avi"
upon success, it will fill the show name, the episode number and
season number in the meta data.
It will also set the title to "Show Name S19E01"
2010-01-07 02:37:34 +01:00
Antoine Cellerier
a9872d2d70
Remove use of select/poll timeouts in lua rc and telnet interfaces.
2010-01-06 23:31:04 +01:00
Antoine Cellerier
3e374b079e
fix comment.
2010-01-06 23:31:04 +01:00
Pierre d'Herbemont
617b6ed7b4
Revert "tmp"
...
This reverts commit de56dfd539
.
2010-01-06 16:51:29 +01:00