Julien 'Lta' BALLET
cb4286230b
Moves lua/intf/modules/common.lua to lua/modules, since lua/modules/dkjson.lua depends on it
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years ago
Jean-Baptiste Kempf
b4bdda1378
Lua: do not distribute assemblenationale by default
13 years ago
Jean-Baptiste Kempf
9faf021325
Distribute VLSub.lua
13 years ago
Rémi Denis-Courmont
f85f712ef2
osd_parser/osdmenu: remove dead plugins
14 years ago
Rafaël Carré
2a437534a4
Remove freebox.lua
It is not available for a majority of VLC users so it should be off by default.
Tested-by: Rémi Denis-Courmont
Acked-by: Rémi Denis-Courmont
14 years ago
Ludovic Fauvet
45059b5add
lua: add Liveleak playlist parser
Signed-off-by: Konstantin Pavlov <thresh@videolan.org>
14 years ago
Pierre Ynard
2be836eba4
lua: add assembleenationale SD script to build system
14 years ago
Rémi Denis-Courmont
75d7b6e769
Add KDE solid support for Blu-Ray discs
14 years ago
Pierre Ynard
72011b052d
share: remove stray automake variable
14 years ago
Pierre Ynard
2cbd45964d
lua: install README files as doc
Along with a few hand-picked sample scripts
14 years ago
Pierre Ynard
d7339f8ff5
Remove old icon file
As far as I can tell, this isn't used anywhere anymore
14 years ago
Pierre Ynard
29c379038e
Remove WinCE resources
14 years ago
Rémi Denis-Courmont
a7b2dcf0ee
Remove WinCE
14 years ago
Rémi Denis-Courmont
03062ad358
Hildon UI: remove dead technology
That plugin was written for Maemo 4. It barely worked with Maemo 5.
Maemo 6 did not have Hildon. Hildon is unmaintained and unused.
14 years ago
Felix Paul Kühne
c9ef39b174
fixed typo
14 years ago
Felix Paul Kühne
b07f9ac1a6
fixed make dist for Mac (2)
14 years ago
Rémi Denis-Courmont
fe31e42032
Lua http: remove ACL in favor of the password
15 years ago
Rémi Denis-Courmont
5a08521ec7
Lua: remove the never used hotkeys interface
15 years ago
Francois Cartegnie
1db29c8b60
lua http: mobile.css wasn't packaged.
Please BP.
Bug introduced by af04c6fac8
15 years ago
Jean-Baptiste Kempf
cbded926f4
Mega is dead.
15 years ago
Cheng Sun
574f292a93
lua soundcloud.com playlist
Adds support for soundcloud.com URL parsing
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Benjamin Drung
f2b874d502
osdmenu: Tweak config file for installed system
And not for in-tree running
Close : #5111
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
15 years ago
Rafaël Carré
ce76b2b4f6
Remove allocine french-only extension
It is now available on
http://addons.videolan.org/content/show.php?content=148709
15 years ago
Konstantin Pavlov
a7bd6bdebe
share/Makefile.am: musicbrainz art fetcher was renamed.
15 years ago
Konstantin Pavlov
b67634afd3
Install zapiks and extreme lua playlist parsers.
15 years ago
Konstantin Pavlov
cbb00550ea
Revert "Do not install vimeo lua playlist scripts."
This reverts commit 6b9c7f2a35 .
Now when we fake our UserAgent in vimeo.lua, it should work for our
users.
15 years ago
Pierre Ynard
f728c46afe
Do not install desktop and icon stuff on WinCE either
15 years ago
Rémi Denis-Courmont
4a80a51aa7
Validate the .desktop file with desktop-utils where available
15 years ago
Rémi Denis-Courmont
d6385ab06c
Do not install desktop icons and GNOME scripts on Windows
15 years ago
Rémi Denis-Courmont
7341b01318
Do not hard-code prefixed path for desktop entry (fix make dist)
15 years ago
Rémi Denis-Courmont
5b3aa85da2
Desktop entry is not useful on Windows, skip it
15 years ago
Rémi Denis-Courmont
55bfdd0c9d
Application icons also always should go to /usr/share
(as far as I know)
15 years ago
Rémi Denis-Courmont
289fbc6a38
Correct paths for and inside desktop entry inspite of --prefix
15 years ago
Rob Jonson
514b0244cf
lua:add dkjson
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Rob Jonson
9807b702b6
add browse.json as an alternative view of the browse data
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Rob Jonson
e9905eb97e
add playlist.json as an additional view of playlist data
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Francois Cartegnie
6fe3c9a842
http inf: move old http interface components to subdir
We still have the old vlm.html interface, as only batch commands
are in the new lua http interface.
Moving apart its own files gives a clearer view of the two versions.
15 years ago
Francois Cartegnie
e28b130295
luahttp: remove old mosaic
15 years ago
Francois Cartegnie
76aa0c1e95
luahttp: remove old flash
15 years ago
Francois Cartegnie
1f68a4db6f
luahttp: fix vlm dialogs packaging.
Old vlm interface was not working because of missing files
15 years ago
Francois Cartegnie
b852af557d
luahttp: sprite buttons
Make them share a common palette and save 41K (78%)
15 years ago
Akash Mehrotra
80d5143862
LUA: Enable/Disable EQ, fix EQ input validation, and presets getter
move equalizer.xml to httprequests.lua
Use a table to return equalizer band values
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Rob Jonson
18381e4a3b
Add json capabilities to http requests
- refactor logic and model from status.xml and playlist.xml to prepare those to work as simple views driven by the model. This will allow the .json files to exist as models as well - so .json is also added as a mimetype
- refactor status.xml to use data from shared model in luahttp.lua
- added status.json - mimics functionality of status.xml
15 years ago
Brandon Brooks
56a168ba86
HTTP UI - Updates
This patch contains various updates to the new HTTP UI
Mobile views have only been tested on Android.
Update - Added EQ functionality
Update - Corrected rounding mistakes and EQ units
Update - Added Mobile EQ
Update - Added Mobile Flash View
Update - Minor Display Adjustments
Update - Revert Playlist.xml for backward compatability
Update - Added playlist_jstree.xml for UI usability
Update - Added Batch VLM Command interface
Update - Added VLM command error reporting
Update - Added functionality for future EQ merge into status.xml
Update - Modified Makefile.am to include new files
Update - Corrected main EQ button
Update - Modified author comments
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Jean-Baptiste Kempf
485a45ff4e
Fix typo preventing correct build
15 years ago
Jean-Baptiste Kempf
7267f202d9
WebUI: typo fix
15 years ago
Jean-Baptiste Kempf
47974fd228
WebUI: actually distribute the files...
*cough* *cough*
There is a lot of images/ressource to remove, IMVHO
15 years ago
Jean-Baptiste Kempf
bba2eae589
Remove oldhttp
Sure, this will be unpopular, and this will likely kill you kittens, but
maintaining 2 http interface is stupid and counter-productive.
Let's hope luahttp will finally get fixed.
16 years ago
Ludovic Fauvet
e298e62a38
lua: add pluzz to the Makefile.am
Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
16 years ago
Pierre Ynard
dbe127da3f
lua: rc -> cli
16 years ago