Felix Paul Kühne
735a0a4731
lua/http: remove remnants of the first generation http interface which weren't used in years
12 years ago
Felix Paul Kühne
14f35fd325
lua/http: fix copyright headers
12 years ago
Felix Paul Kühne
858599f12a
http/lua: remove minimized local jquery copy
12 years ago
Felix Paul Kühne
46910a9cdf
share: fix typo
12 years ago
Felix Paul Kühne
c361bc1fa3
lua/http: fix typo
12 years ago
Jean-Baptiste Kempf
8f2fde3cdd
LuaHTTP: do not fail when requesting command=fullscreen
If no input or no vout, it failed.
Close #11211
12 years ago
Rémi Denis-Courmont
fe30f8c0c3
Lua: add sockets to extensions ( fixes #9495 )
12 years ago
Rémi Denis-Courmont
5384c38e49
Lua: split sd function for SD and for interfaces plugins ( fixes #10308 )
Functions casting this to a services_discovery_t pointer are only
usable by SD plugins. Functions looking up the playlist are only usable
by interfaces plugins and extensions.
12 years ago
Julien 'Lta' BALLET
121c7fc1c9
icast.io lua sd
This replaces our old radios SDs
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Jean-Paul Saman
b1776794fb
Revert "lua: report status of main ES-es on current input."
This reverts commit b978c15a59 .
12 years ago
Jean-Paul Saman
b978c15a59
lua: report status of main ES-es on current input.
14 years ago
Julien 'Lta' BALLET
b35351951b
Reindent Makefile.am in share/
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
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>
12 years ago
Jean-Baptiste Kempf
aa8cc70921
Add .bik extension registration
12 years ago
Jean-Baptiste Kempf
922c1bc948
MusicBrainz: use the MB release ID if exists
12 years ago
Sam Malone
b729c33b24
lua: http: fix artwork not being displayed on windows.
Close #7607
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Julien 'Lta' BALLET
2ff134679b
Implement lazy loading in icelast.lua, fix doc
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Julien 'Lta' BALLET
648b2bc745
Document the lazy initialization solution for the double lua context loading
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Wieland Hoffmann
30cd5db56a
musicbrainz.lua: Use MBIDs from files, if they exist
If the MBID of the album is already in the `meta` table, use it to query
the MusicBrainz web service, instead of doing extra requests to the
search server.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Wieland Hoffmann
ab7c22aaa1
musicbrainz.lua: Support coverartarchive.org
If the Cover Art Archive has artwork for this album, use the 500x500px
version of it.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Wieland Hoffmann
f18236eee2
musicbrainz.lua: Use get_releaseid even if the album title is known
This renames `try_release` to `get_releaseid` and uses it to find the
MusicBrainz Identifier. That MBID is later used in the query passed to
try_query.
Not using the ASIN returned from the search server in the get_releaseid
call means one additional request is performed in the case that both the
artist and the album name are already known.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Jean-Baptiste Kempf
e714549a2a
Add .rpl extension
12 years ago
Jean-Baptiste Kempf
2a036fb478
Add .txd extension
But do not register it by default on Windows.
12 years ago
Jean-Baptiste Kempf
82ebd6931f
Add .thp extension
12 years ago
Pierre-Hugues Husson
644b1d06da
Add name and duration to enqueue and play
Close #10242
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Pierre Ynard
87fcede4b4
youtube.lua: handle relative reference in javascript URL
12 years ago
Pierre Ynard
d7e042e81a
vimeo.lua: rewrite due to website changes
The config is not available within the page anymore, we have to call an
API URL to fetch it
13 years ago
Pierre Ynard
2fe62d4008
dailymotion.lua: fix page parsing
13 years ago
Jean-Baptiste Kempf
38ae86f98f
VLSub: correct description
13 years ago
Jean-Baptiste Kempf
5f58853765
HTTP interface: fix infinite loop
13 years ago
Jean-Baptiste Kempf
b4bdda1378
Lua: do not distribute assemblenationale by default
13 years ago
Jean-Baptiste Kempf
b9e2d79471
Update VLSub.lua
13 years ago
Jean-Baptiste Kempf
9faf021325
Distribute VLSub.lua
13 years ago
Pierre Ynard
7b4e90a54d
youtube.lua: handle inlined function in descrambling javascript
13 years ago
Pierre Ynard
95690e1626
youtube.lua: descramble signatures by parsing javascript code
This should be more resilient to updates.
Fixes #9217
13 years ago
Francois Cartegnie
885ec1a004
lua: http: fix inline-block buttons with webkit ( fix #9340 )
13 years ago
Pierre Ynard
4316ff068b
lua dkjson: use us_tostring() to fix locale issues with decimals
This only fixes encoding but we don't use decoding anyway.
Fixes #8854
13 years ago
Ludovic Fauvet
43567b83e3
cue.lua: remove tabs
13 years ago
Ludovic Fauvet
3e43d99c32
cue: support Latin1 cue files ( fix #9238 )
13 years ago
Pierre Ynard
5c34cc1e69
youtube.lua: fix encoded characters in author name (web page)
Characters with accents are not encoded, but apostrophes happen
13 years ago
Pierre Ynard
62605f279b
youtube.lua: fix encoded characters in author name (API)
With google accounts it's happening now
13 years ago
Pierre Ynard
12a302e9b5
youtube.lua: update author name extraction
13 years ago
Pierre Ynard
5a414bf00b
youtube.lua: basic support for scrambled signatures
Apparently this is the new fad and comes in several length-flavors
13 years ago
Pierre Ynard
96e4d7a375
youtube.lua: fix author name
13 years ago
Pierre Ynard
d9e952a9ba
youtube.lua: update to (months-old) website changes
13 years ago
François Revol
976eec1cc7
lua: assembleenationale: Fix after website changes
The streams lists were just moved out from direct.js to streams.js.
Streams still use crappy proprietary formats with ugly resolution,
can't do anything for this... If only they used a fixed playlist...
Signed-off-by: François Revol <revol@free.fr>
Signed-off-by: Rafaël Carré <funman@videolan.org>
13 years ago
Rémi Denis-Courmont
deb38e43ec
Lua: disable net.(poll|read|write) on Windows and document
These functions assume that sockets are file descriptors, never worked
properly on Windows. See also 3841c08590 .
13 years ago
Erwan Tulou
91a9eee8d9
skins2: add width/height parameters to slider
These parameters will allow to create a slider which adapts to the display.
width/height parameters will be optional. If set, the initial slider will
be resized to meet these requirements.
A main use case will be the possibility to create a fullscreen timeslider
that automatically spans the whole screen whatever the screen resolution.
e.g syntax would be <Slider width="100%" ....>
13 years ago
Rémi Denis-Courmont
e8ede98dac
vlc.desktop: add missing --started-from-file option ( fixes #8839 )
13 years ago
Rémi Denis-Courmont
2e68de7297
lua: raise an erro from net.poll() when quitting
This forces Lua RC to exit cleanly in all cases.
13 years ago