Commit Graph

526 Commits

Author SHA1 Message Date
Jean-Paul Saman 07a69e826e lua playlist: add playlist parser for Anevia Toucan list_streams.idp functionality. 2009-02-20 17:10:56 +01:00
Jean-Paul Saman 4a81189895 mozilla: Recreate toolbar pixels to a smaller size. 2009-02-17 12:40:14 +01:00
Daniel Dreibrodt 8a5a4a2d23 Skins2: change DTD to add possibility to store ID for Anchors, Panels and Groups.
It adds possibility to store IDs for Anchors, Panels and Groups.
This does not change the way skins2 works I believe. It just stops the
XML parser from complaining about non standard skins when they have set
IDs for those elements. And setting IDs for them is vital in the skin
editor, as it differentiates between different elements in the skin just
by their ID.
2009-02-01 18:19:48 +01:00
Vicente Jimenez Aguilar 6159c76a75 Removed link to old subdirectory not present in lua http interface
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2009-01-31 17:32:33 +02:00
Rémi Denis-Courmont 5698895948 Support for tweaking package-part of install path
I kept include files to ../vlc otherwise #include syntax would break

Now, it's up to changing PKGDIR="vlc" to PKGDIR="vlc-1.0".
We just need to decide.
2009-01-27 20:20:32 +02:00
Jean-Paul Saman 8091b5bfd2 Remove osdmenu configurations minimal and dvd pictures.
Osdmenu 'dvd' configuration is the same as 'default' configuration and 'minimal' is just a simple example. The 'default' configuration is descriptive enough in combination with doxygen comments.
2009-01-26 16:32:53 +01:00
Antoine Cellerier e8e1798986 Use config chain in lua intf module. 2009-01-19 23:40:55 +01:00
Antoine Cellerier be14f0f86e Simplify. 2009-01-19 22:43:14 +01:00
Antoine Cellerier 092bb9c102 Quit after printing message in dummy lua intf 2009-01-19 22:35:43 +01:00
Antoine Cellerier 8bf00f1beb Implement "@name var val" style commands in rc.lua (and other misc changes) 2009-01-19 22:24:25 +01:00
Rémi Denis-Courmont c2f8a645c8 Remove VLC_OBJECT_ENCODER 2009-01-19 21:15:10 +02:00
Rémi Denis-Courmont 6cf6df7c3f Remove VLC_OBJECT_OSDMENU 2009-01-19 20:47:34 +02:00
Ilkka Ollakka 38c77e3c57 lua: fix cornercase on musicbrainz-lua script. 2009-01-19 19:46:58 +02:00
Rémi Denis-Courmont 0ffb6df694 LUA: update object types list 2009-01-19 19:34:59 +02:00
Antoine Cellerier f1ea77b736 Misc fixes. 2009-01-18 12:20:38 +01:00
Antoine Cellerier b22bd1b31c Implement option usage/parsing in rc.lua. 2009-01-17 15:47:51 +01:00
Rémi Denis-Courmont 293b8e90ff LUA: remove misc.signal() - this API does not make much sense 2009-01-05 23:09:01 +02:00
Jean-Baptiste Kempf 5db54724d4 Win32: add a new vlc.ico that supports Vista and Seven guidelines. 2009-01-05 00:11:11 +01:00
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