Commit Graph

508 Commits

Author SHA1 Message Date
Jean-Philippe Andre
085a865951 Lua: youtube in HQ (when used with &fmt=18) 2008-12-06 18:54:28 +01:00
Vicente Jimenez Aguilar
804fae6c8d Typo in README.txt file about Lua interface
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2008-12-01 08:23:33 +01:00
Antoine Lejeune
374571ac06 A new GUI for Maemo based on Hildon framework
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2008-11-13 18:43:55 +02:00
Dominique Leuenberger
4ee5170c5d Add support for bbc.co.uk iPLayer URLs (LUA Script)
Radio only for the moment

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2008-11-11 23:30:44 +00:00
Scott Lyons
b1ea9899b4 Provide more item meta data to HTTP RPN.
Working on a few remote-control applications that require more details
about the files in the playlist and the currently playing file. Also
fixed the RPN module so that the fields listed as possible arguments
for vlc_get_meta actually matches the list of fields in the Developer's
wiki.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2008-10-16 18:28:10 +03:00
Dominique Leuenberger
536816e4ed Syntax error: missing closing bracket
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2008-09-27 10:58:30 +03:00
Sveinung Kvilhaugsvik
7e3eb6484a Register that VLC can open flv files (on UNIX)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2008-09-13 19:03:17 -07:00
Antoine Cellerier
24bacb2877 Oops. 2008-09-12 22:30:39 +02:00
Antoine Cellerier
90199a6984 Simplify and fix some lua scripts. 2008-09-12 18:02:20 +02:00
Antoine Cellerier
90d15c424d Oops. (shouldn't change anything except remove a few warnings in the logs) 2008-09-10 02:35:12 +02:00
Antoine Cellerier
950caf1735 Reimplement MB module in Lua.
Remove C musicbrainz modules, use the new XML musicbrainz API.
This removes VLC's dependency on libmusicbrainz. Consider backporting
this commit and the previous one to 0.9-bugfix to get musicbrainz
support on windows.
2008-09-10 02:34:09 +02:00
Antoine Cellerier
ba2e3c57df Add new functions to Lua API.
Add misc.mwait(), var.create() and strings.encode_uri_component()
functions to VLC's Lua API.
2008-09-10 02:34:09 +02:00
Antoine Cellerier
446be1c213 Oops. 2008-09-05 01:56:44 +02:00
Antoine Cellerier
b7e416337d Fix google video playlist script. 2008-09-05 01:51:31 +02:00
Antoine Cellerier
6eb3fc6d18 Include all the lua README.txt files in DIST and fix the NEWS. 2008-08-31 23:20:30 +02:00
Antoine Cellerier
5f4450482b Clarify user specific lua script path on linux. 2008-08-31 23:16:22 +02:00
Christophe Mutricy
59b4b6ec51 Install scripts correctly.
So that the correct permissions are set
2008-08-31 21:29:44 +01:00
Pavlov Konstantin
bd03c387b8 Spelling: mili -> milli. 2008-08-28 23:31:58 +04:00
Vicente Jimenez Aguilar
17eef75a72 Added extension information to browse.xml
Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
2008-08-24 16:47:02 +02:00
Vicente Jimenez Aguilar
5327c0071d browse.xml from lua's HTTP interface include all keys from vlc.net.stat returned table
Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
2008-08-24 16:46:53 +02:00
Christophe Mutricy
20a89568cc win32: no need of an icon for the dll
Save 2 x 85ko
2008-08-04 22:37:59 +01:00
Christophe Mutricy
dff7657dde Add version number to libvlc(core).dll
And generate the .rc with config.status rather than clutering the
Makefile
2008-08-03 00:39:11 +01:00
Christophe Mutricy
2fd3b80e30 Add some translations. Picked from the Ubuntu patch 2008-07-23 22:49:30 +01:00
Ilkka Ollakka
65ae4d0381 replace & -> &amp;, quick fix for status working with fileinfos with & in them. 2008-07-23 15:35:29 +03:00
Ilkka Ollakka
9915a75c32 small typo in requests/status.xml in lua 2008-07-23 15:35:29 +03:00
Pierre d'Herbemont
deb69f94c5 canalplus: Fix. 2008-07-22 23:10:17 +02:00
Pavlov Konstantin
6a2bec6553 Add new x-content to desktop file. Patch by Nicolas Chauvet. 2008-07-18 11:19:24 +04:00
Ilkka Ollakka
c8e9ec9612 fix error: lua playlist warning: Error while runing script
share/lua/meta/googleimage.lua, function fetch_art(): share/lua/meta/googleimage.lua:43: calling
   'stream' on bad self (string expected, got table)
2008-06-29 00:22:21 +03:00
Ilkka Ollakka
89cbc196a3 add xml_encode to http-control rpn, so status/playlist.xml can be easier
be valid xml without str_replace-stuff.
2008-06-20 11:02:37 +03:00
Rémi Denis-Courmont
6be5b238c1 browse.xml: fix description and file date - closes #1628 2008-06-19 23:23:26 +03:00
Antoine Cellerier
66bffcc5a3 Update lua intf scripts to new API (untested). 2008-06-15 13:05:55 +02:00
Antoine Cellerier
009f2b02c2 Update lua meta script to new API (untested). 2008-06-15 13:05:55 +02:00
Antoine Cellerier
8a16cc0096 Update lua playlist scripts to new API. (untested) 2008-06-15 13:05:55 +02:00
Antoine Cellerier
326015842f Add a global documentation for all the Lua modules. 2008-06-15 13:05:55 +02:00
Antoine Cellerier
95addd5738 Implement Lua objects in the C code directly. Fix most type checks. Move every thing arround. 2008-06-15 13:05:50 +02:00
Jean-Baptiste Kempf
e6a8ec99f2 s/H264/h264 in http interface. 2008-06-09 23:41:54 -07:00
Rafaël Carré
456d36de0d s,fake:,fake://,g 2008-05-16 15:16:25 +02:00
Rémi Denis-Courmont
b54b2ddbcb Distribute data files regardless of features set
Installation that needs to be disabled, not distribution!
2008-05-10 18:52:30 +03:00
Antoine Cellerier
9128d8106e Copyright changes. (btw, does Copyright the VideoLAN team really mean something? for example, in French law you can't give away copyright to someone else) 2008-05-08 13:31:42 +02:00
Antoine Cellerier
58b8ff470d Add france2.lua here. 2008-05-08 00:45:41 +02:00
Antoine Cellerier
86b350eef8 Lua playlist script for pages like http://jt.france2.fr/player/20h/ 2008-05-08 00:27:36 +02:00
Rafaël Carré
1c55fa94d2 Detect (and use) unknown codecs - idea by JPeg 2008-04-20 14:05:15 +02:00
Jean-Paul Saman
647a7ada7b Don't install scripts and images when the plugin/module that needs them is not build. 2008-04-11 13:52:55 +02:00
Dominique Leuenberger
2a1252e3d6 changed the remaining xpm files from static char* to const static char* to avoid some more compiler warnings
Signed-off-by: Rafaël Carré <funman@videolan.org>
2008-04-08 23:45:35 +02:00
Antoine Cellerier
7f6b37b101 Misc changes to Lua HTTP interface: spelling, Load/Reload debug message now reflects real behavior, enforce .hosts files for directory listings, accept Lua code in CSS files too, remove useless "/old" exclusion. 2008-04-07 22:15:16 +02:00
Antoine Cellerier
43055c96af Change input item options handling in the lua http interface. Fixes normal playlist mode option handling. The VLM part most likely needs to be fixed. 2008-04-06 19:00:26 +02:00
Antoine Cellerier
3aa3031d6e Remove lua/http/old from Makefile.am 2008-04-04 11:04:31 +02:00
Jean-Baptiste Kempf
f8f7d6a15f Add new size icons of VLC. 256x256 might be needed for Vista. 512, not yet, but better put them here than in the middle of nowhere. 2008-04-03 15:27:41 -07:00
Antoine Cellerier
d8876a1d43 Keeping the old HTTP interface files for the new Lua HTTP interface is useless. Remove them. 2008-04-03 21:40:06 +02:00
Antoine Cellerier
d8b6a43aa3 Fix lua http interface loading. 2008-04-03 21:26:31 +02:00