Commit Graph

768 Commits

Author SHA1 Message Date
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
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
Antoine Cellerier
4ad218c25f Move lua{intf,playlist,meta} to lua/{intf,playlist,meta}. I haven't been able to check the changes to the Win32 and Mac OS X specific Makefile.am parts. 2008-04-02 22:32:33 +02:00
Rémi Denis-Courmont
e2fbc68468 Cosmetic fix 2008-03-30 17:30:57 +03:00
Rafaël Carré
b04fc32caf Fix megavideo lua demuxer
The '\n' was absent from the binary data, and several URLs wouldn't play properly
Simplify the decoding
Remove debug print()
Distribute the file
2008-03-27 21:46:07 +01:00
Rafaël Carré
db088db043 lua demuxer for megavideo.com 2008-03-27 12:44:02 +01:00
Rafaël Carré
fd0cdccc7c DM: Use built-in priority for known codecs
Not every dailymotion video is available in vp6
2008-03-21 18:02:55 +01:00
Antoine Cellerier
a58afd27a8 Remove windows line endings (I don't understand how they got here in the first place...) 2008-03-08 16:25:55 +01:00
Antoine Cellerier
d2f02db8fb Distribute luaintf/modules/sandbox.lua 2008-03-08 16:16:08 +01:00
Antoine Cellerier
be03754018 Add a new Sandbox Lua module to the luaintf framework. 2008-03-08 16:16:08 +01:00
Antoine Cellerier
ab620e3213 Make the lua http interface host and directory configurable. 2008-03-08 16:16:07 +01:00
Rafaël Carré
df9e47491f Fix youtube lua (BASE_YT_URL had not been converted to new format) 2008-03-07 00:29:08 +01:00
André Weber
ced125da06 Revert "#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows"
This reverts commit 9438646c97.
wrong file in my list I'am sorry, and wrong file modes
2008-03-02 17:07:53 +01:00
André Weber
9438646c97 #492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows
(but its still critical because it happens - aout_OutputNextBuffer(...) has no buffers
available - sometime the output doesn't know until some ms before the last block
has finished to play! so each little disturbtion of the CPU or load change
leads to studdering/hickups)

#897 enhancement: give the use the option to choose its prefered audio device,
instead of useing Windows default
2008-03-02 16:31:57 +01:00
Rafaël Carré
f79fb4ec10 fix dailymotion parser, choosing VP6 as the default of the multiple streams available
note that a prebuilt table of preferred codecs, or even user interaction would be better
2008-02-21 01:47:15 +00:00
Rafaël Carré
68d9d973e5 fix youtube parsing 2008-02-20 23:12:27 +00:00
Pavlov Konstantin
35c461035b Register video/x-matroska as a mime-type. 2008-02-09 15:46:13 +00:00
Rafaël Carré
f3c16935fa lua demuxer: update dailymotion thumbnails 2008-01-25 14:45:13 +00:00
Antoine Cellerier
42ca90b53c Canal+ lua demux. Example use: vlc --http-forward-cookies "http://www.canalplus.fr/index.php?pid=1784" 2008-01-19 18:37:45 +00:00
Jean-Paul Saman
ea995e72f4 Oops forgot this in the mozilla toolbar commit 2008-01-19 15:21:26 +00:00
Jean-Paul Saman
65de9dd76f Patch by Frans van Veen and Jasper Alias with modifications by me.
New;
- Mozilla/firefox toolbar for Linux
- Play, Pause, Stop, Fullscreen and Mute buttons
- Timeline, you can click on any place in the timeline and the movie will jump to it

Fixed: 
- Coding style, readibility
- Maximum 80 characters per line
- Major memory leak, due to not releasing image data

Known bugs:
- updating timeline not working well because callback function not working "libvlc_event_attach......"
- white line below the toolbar
- play/pause toggle not working well because ticket #1065
2008-01-19 14:54:38 +00:00
Pierre d'Herbemont
d10577239b luaplaylist/youtube.lua: Fix art discovery. 2008-01-17 18:24:40 +00:00
Christophe Mutricy
4f23c241b5 distribute the Christmas icons 2007-12-24 16:07:27 +00:00
Rafaël Carré
f5a08fa883 qt4: special icon made by Geoffrey Roussel alias akem/meka is displayed in the last days of the year. 2007-12-21 00:58:18 +00:00
Rafaël Carré
f8c2674996 lua playlist: fix joox 2007-12-20 00:37:23 +00:00
Antoine Cellerier
82fe643b70 Really fix charset for http-lua pages (--[[ ]] are block comments in lua so anything inside those isn't taken into account) 2007-12-09 18:32:02 +00:00
Rémi Denis-Courmont
5026666c66 Fix charset 2007-12-09 18:16:15 +00:00
Antoine Cellerier
db561d5f6c Fixes #1388 2007-12-04 21:37:50 +00:00
Rafaël Carré
8f32f1ea83 Adds some missing files to dist target (blaming j-b & dionoea)
Adds libgcrypt.m4 for systems running autotools without libgcrypt-dev installed
Prefers tabs over spaces in Makefiles
2007-11-28 18:58:06 +00:00
Christophe Mutricy
a2c772489f Use verb is the comment
Add some mimetype
2007-11-21 22:39:34 +00:00
Antoine Cellerier
5c673a3585 Fix error in javascript "playlist xml" -> html routine which messed up display of playlist with nodes 2 or more deep which didn't have any leaves. 2007-11-13 21:20:56 +00:00
Antoine Cellerier
ee9cedc7ce Add "search as you type" to the HTTP interface. 2007-11-13 21:08:37 +00:00
Antoine Cellerier
4bde22b6ed Fix problem with the search lua wrapper (it always returned the "category" playlist even when searching in "onelevel" mode).
Remove debug prints from the rc.lua module.
2007-11-12 22:27:00 +00:00
Antoine Cellerier
2d3320dc96 Add option to use a flat playlist in the rc.lua interface (default disabled). 2007-11-12 22:18:31 +00:00
Antoine Cellerier
87c76c2023 Add services discovery support and enhance playlist support for lua interface modules. Added "search", "sort" and "sd" commands to rc.lua. Restored true playlist functionality and sd selection in the lua http intf. 2007-11-12 22:00:47 +00:00
Rafaël Carré
8ca1085a0e luaplaylist: adds experimental script for joox.net 2007-11-12 21:47:08 +00:00
Rafaël Carré
72757e9340 googleimage plugin: don't run vlc.uri_decode on a nil string 2007-11-12 13:34:54 +00:00
Rafaël Carré
518097e0f2 Install required files for lua http interface 2007-11-11 13:45:16 +00:00
Antoine Cellerier
e10d431182 Port the http interface to the Lua Interface Module framework.
* share/luaintf/http.lua: Equivalent of the legacy modules/control/http/
   module. (The new module takes 272 lines of Lua, instead of 5475 lines for
   the old one.) Functionality is basically the same except for CGI support
   which is missing.
 * share/http-lua/: The HTML files using the new <?vlc [lua code] ?> syntax.
 * modules/misc/lua/: Add Lua bindings for a few VLC function, the most
   important being the HTTPd high level functions, ACLs, stat and opendir.

The Lua code still needs to be cleaned up a bit.
2007-11-10 16:34:53 +00:00
Antoine Cellerier
7fd99ddfbb Remove AltGr+Space character (firefox doesn't like it). 2007-11-08 22:14:52 +00:00
Antoine Cellerier
d510781059 * modules/misc/lua:
* Add vlc.license()
   * vlc.vlm.execute_command() now returns the VLC error code and the corresponding error message as 2nd and 3rd return values.
 * share/luaintf: add help and module description related stuff to the telnet and rc modules.
2007-11-05 21:52:26 +00:00
Antoine Cellerier
94742be8ad Revert part of r22952 which broke commands of more than 1000 chars. 2007-11-05 20:46:41 +00:00
Christophe Mutricy
786b6c4ad0 svn:keywords 2007-11-05 19:42:29 +00:00
Rafaël Carré
b8836621bc luarc: use info instead of error when exiting, don't try to interpret empty lines as commands 2007-11-05 01:48:25 +00:00
Antoine Cellerier
de31813fc0 Add a new type of VLC Lua module: Interfaces.
Two things led me to add this new type of Lua modules:
 * Most interfaces duplicate code from one another (rc and telnet both deal
   with sockets, rc and hotkeys duplicate VLC interfacing code)
 * It's easier to code in Lua than in C (for high level stuff)
(* Users can code their own module easily, all they need is a text editor.)

Most of the changes in modules/misc/ are Lua wrappers for different C APIs
in VLC. I'd say that 90% of those wrappers won't change, the other 10% might
 need small changes (mostly to simplify the C code).

The VLC Lua "interface" module will look for lua scripts in the
*share*/luaintf/ directory. Files in *share*/luaintf/modules/ are lua modules
which can be used by multiple VLC Lua modules (using require "modulename").

This commit includes 4 Lua interface modules:
 * dummy.lua: the default module. Prints error messages and quits.
 * rc.lua: equivalent to the legacy rc.c module. Also includes a bunch of
   new features (+ multiple socket connections at a time work!). See file for
   more details.
 * telnet.lua: equivalent to the legacy telnet.c module. See file for more
   details.
 * hotkeys.lua: a rewrite of the hotkey handling module. This module is still
   experimental. I'll need to change VLC core hotkeys stuff to make it work
   like I want (ie: 1 hotkey triggers 1 action instead of the current 1 action
   can have 1 hotkey). This version executes 3 dummy actions when keys 'q',
   'w' or 'x' are pressed.

What's left to do:
 * Port the http interface plugin to this framework (at least for the
   macros/rpn part ... using <?vlc some lua code ?> à la PHP would be way
   easier than what we currently have).
 * Finish work on the hotkeys module.
 * Code a real telnet/rc module with autocompletion and all the cool features
   usually found in a telnet/terminal interface.
 * Trash the legacy C modules.

Stuff to test (which I can't test myself):
 * Win32 and Mac OS X specific changes to Makefile.am
 * Console interface under Win32. I expect it not to work.

Other stuff included in this changeset are:
 * Code cleanup (I'm sure that it's still possible to simplify some of the old lua bindings code).
 * That's pretty much it in fact :/
2007-11-04 21:42:27 +00:00
Rafaël Carré
c2df0ad5f3 youtube.lua: removes bad copy/pasting 2007-11-03 14:38:46 +00:00
Rafaël Carré
d2a20afcd7 lua: adds a copyright notice and a GPLv2+ header to each lua script
authors: feel free to change to the licence you want, and to add yourself to the Authors list
additionnally, adds break.lua to its Makefile.am
2007-11-03 14:28:52 +00:00
Rafaël Carré
6b0c6b967c New script for break.com videos website 2007-11-03 14:08:32 +00:00
Rafaël Carré
48d08eab9e lua: update lelombrik script 2007-10-30 03:58:28 +00:00
Rafaël Carré
18453ab2bb lua demuxer: update googlevideo 2007-10-25 23:45:08 +00:00
Rafaël Carré
36093b1939 Adds lelombrik.lua in Makefile.am 2007-10-18 22:40:07 +00:00
Rafaël Carré
b3e157d9b1 lua demuxer for lelombrik.net 2007-10-18 22:30:34 +00:00
Christophe Mutricy
93bdb6e35c Indicates that you can gives several url to vlc 2007-10-18 19:04:39 +00:00
Rafaël Carré
35d7e8eec7 fix youtube lua probing, avoid infinite loops
homepage: use %? to represent '?'
other: probe is not successfull anymore for urls like http://10.0.0.1/get_video?xxxx&origin=youtube.com
2007-10-07 17:54:41 +00:00
Olivier Teulière
1650c7648c Allow controls directly in the Layout tag (the intermediate Group tag is not mandatory anymore). 2007-09-27 18:04:45 +00:00
Rafaël Carré
471bd1e4de menu.cfg has been moved to minimal.cfg 2007-09-15 23:20:13 +00:00
Rafaël Carré
edbb603bd2 osdmenu: Reverts [22062] which was a revert of [22061], and gives the .cfg the same name than the directory. 2007-09-15 22:54:41 +00:00
Antoine Cellerier
7e2caf88d0 Fix the dailymotion lua script. 2007-09-14 22:48:04 +00:00
Antoine Cellerier
0a022a6301 Fix youtube.lua probe() function. 2007-09-12 20:29:00 +00:00
Antoine Cellerier
2e71482d26 Remove debug. 2007-09-11 22:00:09 +00:00
Antoine Cellerier
b63f84d117 Add a lua playlist script for trailers.apple.com pages. 2007-09-11 21:55:39 +00:00
Rafaël Carré
6ee1e193fd Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
Rafaël Carré
b73d36cdd0 Properly use Id keyword 2007-09-10 03:46:56 +00:00
Rafaël Carré
74ca8db48c Forget that in previous commit 2007-09-10 03:43:44 +00:00
Rafaël Carré
3fb19e73c4 Adds 2 scripts to make vlc the default audio/video mime-type handler on freedesktop, contributed by forum user. 2007-09-10 03:43:27 +00:00
Antoine Cellerier
7297ab3654 Add comment. 2007-09-09 21:43:27 +00:00
Antoine Cellerier
29d954bbbf Remove debug. 2007-09-09 21:03:49 +00:00
Antoine Cellerier
cb7cc6e86a Fix the url translation 2007-09-09 21:01:31 +00:00
Rémi Denis-Courmont
a00435e7ac Typo 2007-09-02 07:23:12 +00:00
Rémi Denis-Courmont
ee1838d703 Add missing const - should fix a few Qt4 warnings 2007-09-02 07:22:32 +00:00
Rémi Denis-Courmont
f415a54842 XPM are text files, not binaries 2007-09-02 07:18:33 +00:00
Antoine Cellerier
a117ab7f0d Attempt to fix youtube demux script. I still get connections errors towards youtube but i wanted to commit what i'd already done since i'll be gone for a week. 2007-08-24 22:25:17 +00:00
Ilkka Ollakka
b1bdd6a164 art search with artist + album could be littlebit better 2007-08-22 16:39:52 +00:00
Pierre d'Herbemont
6a4fbd2f7d share/luameta/googleimage.lua: Filter out extensions. 2007-08-22 14:54:11 +00:00
Rafaël Carré
b5e08529c5 Fixes youtube parsing on www.youtube.com website 2007-08-19 19:16:28 +00:00
Antoine Cellerier
f7113175dd Only reload album art in the HTTP interface if the track id changes (or if the user clicks on the album art to force a reload). 2007-08-19 17:48:28 +00:00
Ilkka Ollakka
706d634678 Googleimage to use artist-tag and do url-encode (example taken from
http://www.redwiki.net/wiki/wiki.php/LUA/URLencode%B1%B8%C7%F6%C4ڵ%E5 )
2007-08-19 16:00:36 +00:00
Rafaël Carré
278890088f Validates desktop file according to the desktop entry specification 1.0 2007-08-19 15:48:48 +00:00
Antoine Cellerier
e7815d90f1 Preliminary album art support code for the HTTP interface. 2007-08-19 14:11:50 +00:00
Rafaël Carré
7292c475b2 Fixes youtube parsing 2007-08-18 00:57:17 +00:00
Pierre d'Herbemont
39c14a94cc share/luameta/googleimage.lua: Resolve % escape in the arturl prior returning it. 2007-08-15 04:45:12 +00:00
Pierre d'Herbemont
ab4c936a66 Bunch of propset svn:keyword "Id". 2007-08-15 04:42:46 +00:00
Pierre d'Herbemont
f95f8bd64d modules/meta_engine/luameta.c: Add resolve_xml_special_chars and decode_uri to the lua env. 2007-08-15 04:40:32 +00:00
Pierre d'Herbemont
060d116f00 share/luameta/googleimage.lua: Rework a bit to better handle meta going wrong. 2007-08-15 04:28:26 +00:00
Pierre d'Herbemont
1179afb6e1 modules/meta_engine/luameta.c: Get meta (untested) and artwork using lua scripts. 2007-08-13 21:46:27 +00:00
Christophe Mutricy
4d417a8343 hrm. compile before commit. la la la 2007-07-23 21:37:33 +00:00
Christophe Mutricy
fa752a1bd0 vlc.desktop: the version in it refers to the standard version not VLC version.
- don't process it with config.status
       - get rif of the duplicate application/x-matroska
   Pointed by kwizart
2007-07-23 21:29:35 +00:00
Antoine Cellerier
9bf22b543c Add flash.html to dist 2007-06-28 19:44:30 +00:00
Jean-Paul Saman
22462d1886 Add minimal osdmenu theme based on MacOS x graphics. 2007-06-20 08:14:41 +00:00
Antoine Cellerier
20e4543841 Sync readme with wiki page. 2007-06-17 15:20:20 +00:00
Antoine Cellerier
4fdfa9cba2 Kleine fix. 2007-06-17 15:14:59 +00:00
Antoine Cellerier
52cc3eab2c * youtube_homepage.lua: get the stream's duration. 2007-05-19 15:37:06 +00:00
Antoine Cellerier
a8a66a68b2 * luaplaylist.c, README.txt: add .duration option for playlist items. Should now be possible to rewrite our m3u parser entirely in Lua :D
* m3u.c: indentation fix.
2007-05-19 14:57:16 +00:00
Antoine Cellerier
add15152eb * luaplaylist.c, README.txt: add support for VLC options.
* *.lua: misc fixes.
2007-05-19 14:28:16 +00:00
Antoine Cellerier
41697f2590 * share/luaplaylist/youtube_homepage.lua: New lua parser script to open youtube home/browse pages. This demos the ability to return more than one item in lua playlist scripts. 2007-05-19 00:49:30 +00:00
Antoine Cellerier
0b139d492d * luaplaylist.c: Look for Lua scripts in the user's CONFIG_DIR"/luaplaylist" directory too. (+ fix probable compilation errors on WIN32, APPLE and BEOS) 2007-05-18 22:20:19 +00:00
Antoine Cellerier
63fb2db1e9 * luaplaylist/README.txt: propset svn:keywords Id 2007-05-18 14:22:15 +00:00
Antoine Cellerier
c67afc836e * dailymotion.lua: fix. 2007-05-17 23:27:38 +00:00
Antoine Cellerier
c1d352b628 * luaplaylist.c: add vlc.msg_{info,err,warn,dbg}() functions. register the vlc.read() and vlc.readline() for parse() only (so that they can't be used in the probing phase)
* share/luaplaylist/*: move help to README.txt
2007-05-17 22:42:16 +00:00
Antoine Cellerier
906a3f2fe8 * googlevideo.lua: add small comment to explain why we're not getting the meta data. 2007-05-17 20:46:31 +00:00
Antoine Cellerier
1757474f72 * metacafe.lua: Remove "Metacafe -" from name, get description and arturl. 2007-05-17 20:43:15 +00:00
Antoine Cellerier
f3df918521 * youtube.lua: fetch artist and description. 2007-05-17 20:34:58 +00:00
Antoine Cellerier
e61a115315 * luaplaylist.c: add support for meta data info. Playlist items now use .path and .name (instead of .url and .title as those are used for meta data).
* luaplaylist/dailymotion.lua: add support for "description" and "arturl" meta data items.
* luaplaylist/*lua: update source to make it work with new playlist conventions.
* luaplaylist/youtube.lua: update help instructions.
2007-05-17 20:19:38 +00:00
Antoine Cellerier
47b2e56e3b s/README/README.txt/ 2007-05-15 14:49:23 +00:00
Antoine Cellerier
e422547733 * metacafe.lua: forgot the title here too. 2007-05-14 22:37:33 +00:00
Antoine Cellerier
8b00a4b3ed * dailymotion.lua: woops, forgot to include title fetching in previous version. 2007-05-14 22:32:43 +00:00
Antoine Cellerier
bea5e7ec24 * luaplaylist.c: First usable version of the luaplaylist module
* share/luaplaylist/*: Lua playlist scripts for youtube, daily motion, metacafe and google video

The luaplaylist demux has a score of 0 so you have to use --demux lua,any to enable it. I'll change its score once people report that it works fine.
2007-05-14 22:27:36 +00:00
Christophe Mutricy
902d21b612 Distribute the lua parser scripts 2007-05-13 22:33:18 +00:00
Antoine Cellerier
4d3766777c * test.lua: Use spaces instead of tabs in lua code. 2007-05-13 21:55:12 +00:00
Antoine Cellerier
02474925c7 * New Lua based playlist demuxer. Code is far from being finished. It currently implements some url translation stuff similar to what videoportals.c does (in share/luaplaylist/test.lua). To test it, run: ./vlc --demux lua "http://www.youtube.com/watch?v=CPRC4glkvq0" --color -v -I dummy. The idea is to make it possible for users to add their own (text) playlist demuxers (including stuff like the video portals URL translation) without needing to recompile VLC. 2007-05-13 21:52:20 +00:00
Christophe Mutricy
6c860d2af5 gnome-vlc-default.sh is a script but i don't think it has anything to do in $PREFIX/bin and even less in $PREFIX/bin/application. so Put it in $PREFIX/share/vlc/utils 2007-04-20 23:55:02 +00:00
Rémi Denis-Courmont
29f92789e7 Soft code version number in desktop file 2007-04-15 13:43:35 +00:00
Rémi Denis-Courmont
cf7fddbcf8 Pass desktop file through config.status 2007-04-15 13:42:53 +00:00
Rémi Denis-Courmont
6ea84051e4 - Fix installation of gnome-vlc-default.sh
- Make the desktop icon execute vlc instead of wxvlc
2007-04-15 13:38:00 +00:00
Rémi Denis-Courmont
d23984f677 Cosmetic changes 2007-04-15 13:31:24 +00:00
Pavlov Konstantin
fee38159d5 Russian translation for desktop entries. 2007-03-13 13:34:19 +00:00
Antoine Cellerier
a58ffe92b2 FR name capitalisation fix by Adri2000 (+ version number fix by myself) 2007-03-12 22:02:17 +00:00
Christophe Mutricy
b1f6f3e06a Distribute snapshot.png 2007-03-07 22:21:08 +00:00
Antoine Cellerier
c089aa8972 ffmpeg/mux.c: implement MUX_GET_MIME.
flash.html: we don't need to force the mime type manualy anymore (in the sout chain).
2007-02-17 21:28:05 +00:00
Antoine Cellerier
7a03d566a0 Misc fixes. Add link to FlowPlayer.sf.net 2007-02-17 21:07:52 +00:00
Antoine Cellerier
83906bc0a2 Disable autoplay on flash player. 2007-02-17 20:45:57 +00:00
Antoine Cellerier
e40d692f6f New "Flash player" page for the HTTP interface. (Allows playback even if you don't have the VLC plugin installed ... like on the Wii) 2007-02-17 18:42:13 +00:00
Rémi Denis-Courmont
a0295860af .host: Add zeroconf range to private address list 2007-02-12 20:09:53 +00:00
Antoine Cellerier
b488ac0eb9 Add function to simulate hotkey presses from the HTTP interface. This is unused in the current pages. Patch courtesy of neilfred on the forums ( http://forum.videolan.org/viewtopic.php?t=31871 ). Someone now needs to add the missing buttons to the HTML code. 2007-02-09 23:57:41 +00:00
Christophe Mutricy
764ef56684 l10n in vlc.desktop for Swedish by Daniel Nylander 2007-02-06 00:01:17 +00:00
Antoine Cellerier
b181bb1175 s/a42/a52/ 2007-02-01 23:22:15 +00:00
Olivier Teulière
8086b07cf0 * skins2:
- New Panel tag, allowing to group the resizing behaviour of controls
    - Documentation updated accordingly
    - Fixed a memory leak due to CtrlMove/CtrlResize objects
2007-01-28 16:49:30 +00:00
Jean-Paul Saman
93fc205217 Forget to set a default 2006-12-27 10:27:09 +00:00
Jean-Paul Saman
8afa1caa4f Add Id svn:keywords 2006-12-27 10:23:05 +00:00
Jean-Paul Saman
1e89271e8f Make gnome-vlc-default.sh script work on FC4/5/6 too. 2006-12-27 10:21:13 +00:00
Jean-Paul Saman
0eecb210eb Script to set vlc as default player on GNOME desktops. Patch by Torsten Spindler <spindler _at_ tspindler _dot_ de> 2006-12-27 10:06:08 +00:00
Marian Durkovic
e5d47d29ef Don't escape single quotes since it's not needed anymore 2006-12-04 14:02:14 +00:00
Antoine Cellerier
1839dc5011 Don't duplicate backslashes in VLM HTTP interface anymore. Could someone confirm that this works? 2006-12-03 20:56:28 +00:00
Rémi Denis-Courmont
d3cd1b4db0 Rewrite comment.
It reads like some sort of English now, though it could be further improved.
2006-12-02 18:40:40 +00:00
Rémi Denis-Courmont
5445c74648 Safe default for HTTP .hosts file 2006-12-02 18:34:06 +00:00
Clément Stenac
ea1d91bfba Up-to-date schema for profiles 2006-09-11 11:32:31 +00:00
Clément Stenac
c8f13a2b16 Profile sample.
* Remove the l10n stuff, we'll handle it through po4a
* Add the ability to put several profiles in a file
* Split out the name of the elements
* Remove the prefix
Schema is not yet up-to-date.
2006-09-11 06:07:47 +00:00
Rémi Denis-Courmont
898c8550e6 Don't rebuild the skin all the time 2006-09-08 18:08:39 +00:00
Rémi Denis-Courmont
8b836ad7d3 Another GNU makism killed 2006-09-03 11:51:11 +00:00
Olivier Teulière
dda858d436 * skins2: new "xkeepratio" and "ykeepratio" attributes, common to all the
controls. When set to "true", the behaviour of the resizing is changed
   (cf. documentation). The main use for these attributes is to keep a
   a control centered in the layout (horizontally, vertically or both) without
   resizing the control.
2006-08-05 13:37:06 +00:00
Antoine Cellerier
df35f57f1c This was missing to have backwards compatibility with scripts using the old intf. 2006-07-31 21:07:17 +00:00
Yoann Peronneau
efae654ee9 * web interface: add a snapshot button 2006-06-14 18:31:45 +00:00
Olivier Teulière
24648f43cf * modules/gui/skins2/*:
- anchors have a new "lefttop" attribute, allowing them to follow the
       border of the window when resizing
     - the resizing is now handled by the WindowManager class (to enforce the
       mediator pattern). This makes it possible to handle tricky cases,
       such as:
           window B is anchored to window A, and A is resized
           ==> B moves accordingly, and can still be anchored by other windows
2006-06-03 23:57:40 +00:00
Christophe Mutricy
a59419de94 install vlc.desktop at the good place 2006-05-10 10:56:31 +00:00
Christophe Mutricy
d64ddb67c6 Dig up .desktop from removed debian folder. Thanks to Flameeyes for noticing. 2006-05-08 22:48:36 +00:00
Olivier Teulière
9ddc8d6a0e * forwardport of [15426] and [15516] 2006-05-02 06:50:30 +00:00
Antoine Cellerier
1aff501d32 Forward port [15485] and [15486]. 2006-04-30 19:16:39 +00:00
Antoine Cellerier
fed99e5f05 Remove the Thumbs.db files here too 2006-04-30 17:12:50 +00:00
Antoine Cellerier
e3aa4d0b12 Forward port [15458]. 2006-04-30 15:39:19 +00:00
Cyril Deguet
b7718838bd * all: added a SliderBackground to the volume slider of the default skin
(fixes an incorrect behaviour when clicking on the white part of the slider)
2006-04-30 13:12:34 +00:00
Antoine Cellerier
0428abf503 Forward port [15410] 2006-04-29 13:12:29 +00:00
Antoine Cellerier
9a72439fd7 New default skin by aLtgLasS. Many thanks for making one on such short notice. 2006-04-28 12:10:07 +00:00
Antoine Cellerier
655d7fb089 Remove playtree skin 2006-04-28 11:38:55 +00:00
Antoine Cellerier
623979f701 Remove old default skin 2006-04-28 11:37:38 +00:00
Cyril Deguet
997d993b34 * all: convert keys in INI files to lower case, to fix buggy winamp2 skins 2006-04-17 17:03:55 +00:00
Cyril Deguet
a5a9346ce5 * all: added a INI file parser in skins2. For instance if the file
with id "pledit" (defined in the new tag "<IniFile>" contains:
    [Text]
    Normal=#FFFFFF
 it will create a constant "pledit.Text.Normal" with value "#FFFFFF"
* winamp2.xml: use the "pledit.txt" file to have correct playlist colors

is it ok to backport in 0.8.5 ?
2006-04-17 12:46:51 +00:00
Antoine Cellerier
832b6848b6 Fix dtd (a Layout can have more than one groups) 2006-04-15 22:33:27 +00:00
Cyril Deguet
467472bcec * all: added a new skin text variable "$S" to get the audio sample rate
(in KHz) + fixed the bitrate ("$B") variable to use only the audio bit rate.
* winamp2.xml: updated the winamp2 skin
2006-04-15 16:18:59 +00:00
Antoine Cellerier
3782ac32ca Comment subtitles related stuff (since it isn't coded yet) 2006-04-15 16:06:47 +00:00
Antoine Cellerier
6f8a319d8a rpn magic to remove slashes from the playlist item's name 2006-04-15 15:58:24 +00:00
Antoine Cellerier
dc05f4b504 Fix interface in regards to [15116]. 2006-04-15 15:48:44 +00:00
Antoine Cellerier
2ec45e6f9f URL encode fix 2006-04-13 13:49:45 +00:00
Clément Stenac
aa08eb223b Remove useless favicon (Refs:#634) 2006-04-12 10:22:55 +00:00
Clément Stenac
a770433005 Don't ship default skin (Refs:#634)
If you think playtree is not ready yet, yell :)
2006-04-12 10:22:19 +00:00
Cyril Deguet
ef5c233752 * all: new skin text variable "$B" to get the stream bitrate
* winamp2.xml: added "kbps" info in winamp skins
2006-04-09 14:29:26 +00:00
Antoine Cellerier
3cbb889e73 Ooops, i forgot to commit this in [14771] 2006-04-04 21:21:23 +00:00
Antoine Cellerier
8cd4cd1a05 Add some examples 2006-04-02 22:57:39 +00:00
Antoine Cellerier
eedd4e6bfb Fix quotes arround inputs like "fake: option fake-file=thing.png" which should be "fake:" option "fake-file=thing.png" 2006-04-01 17:28:29 +00:00
Antoine Cellerier
5cc6ab9c36 Try dialog width style fix 2006-03-30 14:01:24 +00:00
Antoine Cellerier
70855de995 Mosaic wizard: audio stuff was missing 2006-03-29 23:59:40 +00:00
Antoine Cellerier
1069842422 src/misc/vlm.c: fix FindEndCommand quote escaping
share/http/js/*.js: escape inputs in vlm commands
2006-03-29 17:45:59 +00:00
Christophe Mutricy
43162868be typo 2006-03-29 14:35:58 +00:00
Antoine Cellerier
fe65cde1ce Export stats in http interface 2006-03-28 21:29:59 +00:00
Antoine Cellerier
4dfd839aff Fix mosaic wizard on IE. Thanks to Albert on the forum for the tip 2006-03-28 17:16:52 +00:00
Cyril Deguet
1d02365417 * attribute "nbFrames" of element Bitmap is now "nbframes", as said in the
documentation (and the old name was inconsistent with other attribute names)
 Sorry for the compatibility break...
2006-03-25 11:01:03 +00:00
Antoine Cellerier
29bdd3f2b9 Use the "charset" variable 2006-03-24 14:17:28 +00:00
Antoine Cellerier
892f3cf9ce Fix windows browser bug: first directory or filename character was removed. 2006-03-24 13:41:15 +00:00
Antoine Cellerier
44e5326ddb Add hide/show vlm helper button. Original idea by Albert (http://forum.videolan.org/viewtopic.php?t=18573) 2006-03-24 13:11:17 +00:00
Antoine Cellerier
01e7c694d3 add requests/readme 2006-03-22 16:37:24 +00:00
Antoine Cellerier
549eceb51a List and explain available commands / requests 2006-03-22 16:36:48 +00:00
Antoine Cellerier
01150186ea Slightly better IE and Firefox compatible version of the sort and services discovery menus. 2006-03-22 00:19:29 +00:00
Antoine Cellerier
610ac485f7 Some more IE (crap) fixes 2006-03-21 23:26:17 +00:00
Antoine Cellerier
303794bc6f looks like someone renamed vlc_obj_exists to vlc_object_exists. 2006-03-21 00:45:31 +00:00
Antoine Cellerier
f1e2a2065b mosaic wizard: change layout & make VLM command batch display optional. 2006-03-20 01:51:45 +00:00
Antoine Cellerier
e591f8ca23 * also do vlm options fix on sout. 2006-03-20 01:35:15 +00:00
Antoine Cellerier
07e5db519c * add "fake:" input
* vlm fix. change "input :foo=bar :foo2=bar2" into vlm compatible option handling
* mosaic fix. always enable transcode when using an sout chain
2006-03-20 01:32:11 +00:00
Antoine Cellerier
5c3f973795 Add iehacks.css to Makefile.am 2006-03-19 01:49:11 +00:00
Antoine Cellerier
96246bfd53 A bunch of hacks to fix bugs on IE.
I really don't like the Sort menu and Services discovery menu code. If
someone has a better idea feal free to change it.
2006-03-19 01:46:43 +00:00
Antoine Cellerier
f466773b7a Fix typo 2006-03-19 00:02:26 +00:00
Christophe Mutricy
e6cf22d436 share/makefile.am: Typo. Thanks to Albert on the forum for the report 2006-03-18 18:14:49 +00:00
Antoine Cellerier
221ec369e8 Add some comments and 'fix' display if the mosaic's width is larger than 600px. 2006-03-18 17:56:10 +00:00
Antoine Cellerier
f94136178c Spelling fix, again. 2006-03-18 17:45:40 +00:00
Antoine Cellerier
f7f9c38b5c Spelling fix 2006-03-18 17:43:36 +00:00
Antoine Cellerier
34c5a4951d add some help and feedback 2006-03-18 17:42:37 +00:00
Antoine Cellerier
f612f30ee8 Code the mosaic wizard 2006-03-18 17:14:19 +00:00
Antoine Cellerier
5a5ded22f1 ooops 2006-03-18 15:06:40 +00:00
Antoine Cellerier
0051db816b One more image 2006-03-18 15:00:52 +00:00
Antoine Cellerier
18d2788760 Add new http interface images 2006-03-18 14:37:51 +00:00
Antoine Cellerier
e970f05fee HTTP interface: Display estimated item time when available. 2006-03-18 01:22:06 +00:00
Antoine Cellerier
49f3fdaea0 Http interface: make it possible to delete playlist nodes. Don't delete read only playlist items. 2006-03-18 00:51:57 +00:00
Antoine Cellerier
febff5726d Add services discovery handling in http interface. 2006-03-18 00:29:57 +00:00
Antoine Cellerier
b7e8fac188 Add small "close/hide" buttons on some of the dialogs 2006-03-17 23:13:47 +00:00
Jean-Paul Saman
7eddca67f7 Revert revision 14781 the sort button was already there. 2006-03-17 22:38:47 +00:00
Jean-Paul Saman
3c3542fe39 Apply missing sort button to http interface. This was a part of Laurent Mutricy's patch 2006-03-17 22:28:15 +00:00
Antoine Cellerier
698eec4b74 HTTP interface playlist sort commands based on patch by Laurent Mutricy. 2006-03-17 22:01:13 +00:00
Jean-Paul Saman
6da5965292 Fix old http interface to not refer to the new http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr> 2006-03-17 14:40:59 +00:00
Jean-Paul Saman
a7c18d8acc Implement sort functionality on http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr> 2006-03-17 14:34:06 +00:00
Christophe Mutricy
792638ddfd Reimplement [14768] with a CSS. Patch by Laurent Mutricy. 2006-03-16 20:19:54 +00:00
Antoine Cellerier
1b13b9f527 change "videolan.org" to "VideoLAN website" 2006-03-15 19:44:02 +00:00
Antoine Cellerier
76b20a6067 "[PATCH] http interface : fix the shuffle/loop/repeat buttons" by Laurent Mutricy 2006-03-15 19:33:10 +00:00
Antoine Cellerier
bbb8a1ecfc Fix browsing when file/folder name is using a quote ('). 2006-03-15 13:23:31 +00:00
Antoine Cellerier
c0fe636d8e "[PATCH] http interface workaround to make the play/pause button work well" by Laurent Mutricy. 2006-03-15 13:01:36 +00:00
Antoine Cellerier
4c1df9c171 Fix browsing directories containing the '&' character 2006-03-13 22:43:25 +00:00
Antoine Cellerier
cb964a657b Show current item number for each of the instances 2006-02-17 22:44:05 +00:00
Antoine Cellerier
19ee0a8cbe Add some "title"s for image buttons. 2006-02-11 17:28:27 +00:00
Clément Stenac
f12fa7ca85 Fix playtree deletion
Should support deletion through the delete key. But the delete key is not recognized par X11 skins2.
2006-02-10 23:39:53 +00:00
Antoine Cellerier
9be9264f00 add missing images 2006-01-31 20:38:35 +00:00
Antoine Cellerier
978d39b344 misc IE and windows fixes or workarounds. 2006-01-31 19:50:50 +00:00
Antoine Cellerier
d22fd0ce0d default show full sout interface 2006-01-31 16:39:10 +00:00
Rémi Denis-Courmont
95d21d3b7b Remove .vlt with mostlyclean 2006-01-30 17:44:38 +00:00
Rémi Denis-Courmont
4657587f6c Add missing file 2006-01-30 17:39:42 +00:00
Rémi Denis-Courmont
06f95c65da Hopefully fixes .vlt build 2006-01-30 17:38:27 +00:00
Antoine Cellerier
56d92ad2d9 * Add "Stream and media info panel" ( http/dialogs/main,
http/images/info.png, http/style.css, http/js/functions.js )

* Make instance playlist position consitent with position used in
  inputdeln (starts from 1 and not 0) ( src/misc/vlm.c, http/js/vlm.js )

* Make it possible to use "enter key" in some text boxes to confirm (*)
2006-01-30 17:33:05 +00:00
Rémi Denis-Courmont
ca1768deff Don't distribute generated files - fixes build 2006-01-30 16:59:29 +00:00
Clément Stenac
91bcf3d39c Should fix skins stuff build 2006-01-29 22:58:42 +00:00
Clément Stenac
b25680f832 Use uncompressed VLT in svn instead of compressed and compress on build 2006-01-29 21:45:13 +00:00
Antoine Cellerier
4348289aa6 main, functions.js, slider_*.png : add position slider
status.xml : add "seek" command
vlm, refresh.png : add refresh buttons (page doesn't autorefresh)
2006-01-29 16:44:04 +00:00
Antoine Cellerier
9199f35638 src/misc/vlm.c : export the current playlist item's index for each instance
share/http/* : display instances for vlm media elements
               some layout changes (inputs and outputs)
2006-01-29 14:26:57 +00:00
Antoine Cellerier
501990a78d add warning about javascript support being needed if the browser doesn't
support javascript.
2006-01-28 16:10:26 +00:00
Antoine Cellerier
55703351c0 make sure that local variables are local variables. 2006-01-28 16:05:50 +00:00
Clément Stenac
8dc4f35af4 Fixes for prehistoric build system 2006-01-28 11:38:49 +00:00
Clément Stenac
5704a71b40 Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :) 2006-01-28 11:18:39 +00:00
Antoine Cellerier
c3699cc1d6 Update copyright dates used in interfaces and binaries (2005 -> 2006) 2006-01-27 14:11:55 +00:00
Antoine Cellerier
758190ee3f * : it's now possible to enter a batch of commands or export the VLM
configuration
2006-01-27 13:48:28 +00:00
Antoine Cellerier
15f7f7c144 dialogs/vlm, js/vlm.js : add schedule support
* : some code cleanup.
2006-01-23 00:23:14 +00:00
Christophe Mutricy
b3bc212e43 .hosts: Provide a template .hosts.
dialogs/.hosts: Explanation about the empty file.
2006-01-22 16:18:39 +00:00
Antoine Cellerier
3c248c2d56 fix cut & paste error (bis). 2006-01-22 16:18:38 +00:00
Antoine Cellerier
514a1af2b7 fix cut & paste error. 2006-01-22 16:18:02 +00:00
Antoine Cellerier
3bef3e14d7 all: handle VLM broadcast and vod elements.
todo: - seeking on broadcast elements
       - schedules
       - file(or textbox) load / save. might need some changes to the VLM
         core in order to export commands to a string (and not to a file)
2006-01-22 15:59:52 +00:00
Antoine Cellerier
e5a3761ff6 oops, i forgot to commit this 2006-01-22 11:25:48 +00:00
Antoine Cellerier
526b776117 begining of a VLM interface and some code organisations changes. The vlm
interface should be done pretty soon (i'll try to finish it tomorrow)

 vlm.html : vlm web interface. What works: sending broadcast and vod creation
            commands

 js/vlm.js : add code to handle sending vlm commands.

 requests/vlm_cmd.xml : used to send a vlm command and get the resulting
                        error message

 requests/vlm.xml : export the full vlm media/schedules "tree". I still need
                    to parse that in js/vlm.js in order to display it in
                    dialogs/vlm .

 dialogs/* : dialogs' code which is used as building blocks for the
             main pages. (in order to avoid code duplication)

 mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
            page. nothing works and it's almost empty but i didn't feel like
            sorting through the commited files.
2006-01-22 01:38:28 +00:00
Antoine Cellerier
2cb472dba0 FSF address change. 2006-01-12 23:10:04 +00:00