Fabio Ritrovato
809e98a6d1
Lua SD: add a bit of documentation
17 years ago
Fabio Ritrovato
96966aeae9
Lua SD: compile scripts
17 years ago
Fabio Ritrovato
7f4859032b
Lua SD: add scripts to makefile
17 years ago
Rémi Denis-Courmont
580aeaf5be
Revert "Fix lua compilation"
This reverts commit 2356c0dd7e .
17 years ago
Fabio Ritrovato
2356c0dd7e
Fix lua compilation
17 years ago
Rémi Denis-Courmont
22a57c82c3
Check for luac
17 years ago
Rémi Denis-Courmont
b619582226
LUA: precompile with luac
17 years ago
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
17 years ago
Antoine Cellerier
0d63a3ed24
Add a simplexml lua module to parse an xml into a table.
17 years ago
Antoine Cellerier
7276b80834
Move sandbox lua module to global modules directory.
17 years ago
Konstantin Pavlov
6317d1b484
Add forgotten slash.
17 years ago
Gildas Bazin
b36e6edbb2
Make the maemo interface a bit more useable
17 years ago
Rémi Denis-Courmont
19bed424e1
Generate Windows resource file on need basis
17 years ago
Pierre d'Herbemont
1273d73899
lua: Add a tvrage.lua meta fetcher.
17 years ago
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).
17 years ago
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"
17 years ago
Pierre d'Herbemont
617b6ed7b4
Revert "tmp"
This reverts commit de56dfd539 .
17 years ago
Pierre d'Herbemont
de56dfd539
tmp
17 years ago
Rémi Denis-Courmont
bb8640a992
Maemo: rename plugin to Hildon
Hildon is not Maemo-specific (Ubuntu Mobile...).
And Maemo soon won't be Hildon-GTK anymore.
17 years ago
Ilkka Ollakka
da800ee413
add katsomo.lua to makefile
17 years ago
Jean-Baptiste Kempf
58ca65ac04
Removal of gnome_main, gnome2_main, gtk_main, gtk2_main, pda modules
Those hardly build and do not work anymore since a long time. Noone seems to care...
Farewell!
17 years ago
Konstantin Pavlov
e047a1d8d8
share/Makefile.am: distribute newly added lua playlist parsers.
17 years ago
Christophe Mutricy
4fdaf53d78
Fix distribution in share/
EXTRA_DATA doesn't seem to be a "primary" even if DATA is and EXTRA is a valid prefix.
Also i don't think .vlt are often rebuilt so it should be in clean rather than mostly clean
17 years ago
Rémi Denis-Courmont
a120d3b56a
Do not remove static data files when cleaning - fix make clean all
(cherry picked from commit 3aa5a9f8cd7005aacbdb9211c17fae4570e065a1)
17 years ago
Rémi Denis-Courmont
bfd545e285
Remove buggy rule, fix distcheck
(cherry picked from commit 4054dd1fe53dac91138281fc3341bcbbc50f1fe8)
17 years ago
Rémi Denis-Courmont
c54562d1b7
dist_ makes no sense inside automake conditionals
(cherry picked from commit 3709fb1eea9ec601981791c0e77a5d9d30dca38d)
17 years ago
Martin Pöhlmann
d89c5dc9b4
New default skin: SubX
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
17 years ago
Derk-Jan Hartman
ad16fc374f
http: Removing the old http interface.
This closes #1395
17 years ago
Jean-Paul Saman
07a69e826e
lua playlist: add playlist parser for Anevia Toucan list_streams.idp functionality.
18 years ago
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.
18 years ago
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.
18 years ago
Jean-Baptiste Kempf
5db54724d4
Win32: add a new vlc.ico that supports Vista and Seven guidelines.
18 years ago
Antoine Lejeune
374571ac06
A new GUI for Maemo based on Hildon framework
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
18 years ago
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.
18 years ago
Antoine Cellerier
6eb3fc6d18
Include all the lua README.txt files in DIST and fix the NEWS.
18 years ago
Christophe Mutricy
59b4b6ec51
Install scripts correctly.
So that the correct permissions are set
18 years ago
Christophe Mutricy
20a89568cc
win32: no need of an icon for the dll
Save 2 x 85ko
18 years ago
Antoine Cellerier
95addd5738
Implement Lua objects in the C code directly. Fix most type checks. Move every thing arround.
18 years ago
Rémi Denis-Courmont
b54b2ddbcb
Distribute data files regardless of features set
Installation that needs to be disabled, not distribution!
19 years ago
Antoine Cellerier
58b8ff470d
Add france2.lua here.
19 years ago
Jean-Paul Saman
647a7ada7b
Don't install scripts and images when the plugin/module that needs them is not build.
19 years ago
Antoine Cellerier
3aa3031d6e
Remove lua/http/old from Makefile.am
19 years ago
Antoine Cellerier
d8b6a43aa3
Fix lua http interface loading.
19 years ago
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.
19 years ago
Rémi Denis-Courmont
e2fbc68468
Cosmetic fix
19 years ago
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
19 years ago
Antoine Cellerier
d2f02db8fb
Distribute luaintf/modules/sandbox.lua
19 years ago
Jean-Paul Saman
ea995e72f4
Oops forgot this in the mozilla toolbar commit
19 years ago
Christophe Mutricy
4f23c241b5
distribute the Christmas icons
19 years ago
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
19 years ago